Home
last modified time | relevance | path

Searched refs:currentVertexArray (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp3873 VertexArray* currentVertexArray = getCurrentVertexArray(); in detachBuffer() local
3874 if(currentVertexArray) in detachBuffer()
3876 currentVertexArray->detachBuffer(buffer); in detachBuffer()
/external/angle/src/libANGLE/capture/
DFrameCapture.cpp2941 const gl::VertexArray *currentVertexArray = apiState.getVertexArray(); in CaptureMidExecutionSetup() local
2942 if (currentVertexArray->id() != boundVertexArrayID) in CaptureMidExecutionSetup()
2944 cap(CaptureBindVertexArray(replayState, true, currentVertexArray->id())); in CaptureMidExecutionSetup()