Home | History | Annotate | Download | only in client

Lines Matching refs:BindVertexArrayOES

1943 void GLES2Implementation::BindVertexArrayOES(GLuint array) {
1948 SetGLError(GL_INVALID_OPERATION, "BindVertexArrayOES", "array reserved id");
1952 helper_->BindVertexArrayOES(array);