Searched refs:vertexArrayFuncs (Results 1 – 1 of 1) sorted by relevance
| /external/angle/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 4569 VertexArrayCaptureFuncs vertexArrayFuncs(context->isGLES1()); in CaptureMidExecutionSetup() local 4595 vertexArrayFuncs.genVertexArrays(replayState, true, 1, &vertexArrayID)); in CaptureMidExecutionSetup() 4616 vertexArrayFuncs.bindVertexArray(replayState, true, vertexArrayID)); in CaptureMidExecutionSetup() 4628 cap(vertexArrayFuncs.bindVertexArray(replayState, true, currentVertexArray->id())); in CaptureMidExecutionSetup() 4633 vertexArrayFuncs.bindVertexArray(replayState, true, currentVertexArray->id())); in CaptureMidExecutionSetup() 8537 VertexArrayCaptureFuncs vertexArrayFuncs(context->isGLES1()); in setDefaultResetCalls() local 8539 vertexArrayFuncs.bindVertexArray(context->getState(), true, {0})); in setDefaultResetCalls()
|