Home
last modified time | relevance | path

Searched refs:getVertexArray (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h622 VertexArray *getVertexArray(GLuint array) const;
DContext.cpp1232 VertexArray *vertexArray = getVertexArray(array); in bindVertexArray()
1473 VertexArray *Context::getVertexArray(GLuint array) const in getVertexArray() function in es2::Context
1480 return getVertexArray(mState.vertexArray); in getCurrentVertexArray()
DlibGLESv3.cpp1530 es2::VertexArray *arrayObject = context->getVertexArray(array); in IsVertexArray()