Searched refs:getVertexArrayID (Results 1 – 4 of 4) sorted by relevance
48 GLuint getVertexArrayID() const;
612 GLuint VertexArrayGL::getVertexArrayID() const in getVertexArrayID() function in rx::VertexArrayGL1003 ASSERT(mVertexArrayID == GetStateManagerGL(context)->getVertexArrayID()); in applyActiveAttribLocationsMask()
286 GLuint getVertexArrayID() const { return mVAO; } in getVertexArrayID() function
2026 bindVertexArray(vaoGL->getVertexArrayID(), vaoGL->getNativeState()); in syncState()