Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DState.h321 bool removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray);
DState.cpp1656 bool State::removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray) in removeVertexArrayBinding() function in gl::State
DContext.cpp2651 if (mState.removeVertexArrayBinding(this, vertexArray)) in detachVertexArray()