Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h354 bool removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray);
DState.cpp1895 bool State::removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray) in removeVertexArrayBinding() function in gl::State
DContext.cpp3004 if (mState.removeVertexArrayBinding(this, vertexArray)) in detachVertexArray()