Searched refs:vertexArrayFuncs (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 5100 VertexArrayCaptureFuncs vertexArrayFuncs(context->isGLES1()); in CaptureMidExecutionSetup() local 5126 vertexArrayFuncs.genVertexArrays(replayState, true, 1, &vertexArrayID)); in CaptureMidExecutionSetup() 5147 vertexArrayFuncs.bindVertexArray(replayState, true, vertexArrayID)); in CaptureMidExecutionSetup() 5159 cap(vertexArrayFuncs.bindVertexArray(replayState, true, currentVertexArray->id())); in CaptureMidExecutionSetup() 5165 vertexArrayFuncs.bindVertexArray(replayState, true, currentVertexArray->id())); in CaptureMidExecutionSetup() 9226 VertexArrayCaptureFuncs vertexArrayFuncs(context->isGLES1()); in setDefaultResetCalls() local 9228 vertexArrayFuncs.bindVertexArray(context->getState(), true, {0})); in setDefaultResetCalls()
|