Searched refs:removeVertexArrayBinding (Results 1 – 3 of 3) sorted by relevance
874 bool removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray);
2841 bool State::removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray) in removeVertexArrayBinding() function in gl::State
3210 if (mState.removeVertexArrayBinding(this, vertexArray)) in detachVertexArray()