Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h652 VertexArray *checkVertexArrayAllocation(VertexArrayID vertexArrayHandle);
DContext.cpp1244 VertexArray *vertexArray = checkVertexArrayAllocation(vertexArrayHandle); in bindVertexArray()
2891 VertexArray *Context::checkVertexArrayAllocation(VertexArrayID vertexArrayHandle) in checkVertexArrayAllocation() function in gl::Context