Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DState.h874 bool removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray);
H A DState.cpp2841 bool State::removeVertexArrayBinding(const Context *context, VertexArrayID vertexArray) in removeVertexArrayBinding() function in gl::State
H A DContext.cpp3210 if (mState.removeVertexArrayBinding(this, vertexArray)) in detachVertexArray()