Searched refs:getVertexArray (Results 1 – 3 of 3) sorted by relevance
622 VertexArray *getVertexArray(GLuint array) const;
1232 VertexArray *vertexArray = getVertexArray(array); in bindVertexArray()1473 VertexArray *Context::getVertexArray(GLuint array) const in getVertexArray() function in es2::Context1480 return getVertexArray(mState.vertexArray); in getCurrentVertexArray()
1530 es2::VertexArray *arrayObject = context->getVertexArray(array); in IsVertexArray()