Home
last modified time | relevance | path

Searched refs:checkVertexArrayAllocation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.h852 VertexArray *checkVertexArrayAllocation(VertexArrayID vertexArrayHandle);
H A DContext.cpp1504 VertexArray *vertexArray = checkVertexArrayAllocation(vertexArrayHandle); in bindVertexArray()
3097 VertexArray *Context::checkVertexArrayAllocation(VertexArrayID vertexArrayHandle) in checkVertexArrayAllocation() function in gl::Context