Searched refs:framebufferFuncs (Results 1 – 1 of 1) sorted by relevance
| /external/angle/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 2459 const FramebufferCaptureFuncs &framebufferFuncs, in CaptureFramebufferAttachment() argument 2477 framebufferFuncs.framebufferTexture2D( in CaptureFramebufferAttachment() 2485 Capture(setupCalls, framebufferFuncs.framebufferRenderbuffer( in CaptureFramebufferAttachment() 4231 FramebufferCaptureFuncs framebufferFuncs(context->isGLES1()); in CaptureShareGroupMidExecutionSetup() local 4251 Capture(calls, framebufferFuncs.genRenderbuffers(replayState, true, 1, &id)); in CaptureShareGroupMidExecutionSetup() 4254 framebufferFuncs.bindRenderbuffer(replayState, true, GL_RENDERBUFFER, id)); in CaptureShareGroupMidExecutionSetup() 4274 Capture(calls, framebufferFuncs.renderbufferStorage( in CaptureShareGroupMidExecutionSetup() 4735 FramebufferCaptureFuncs framebufferFuncs(context->isGLES1()); in CaptureMidExecutionSetup() local 4746 cap(framebufferFuncs.bindRenderbuffer(replayState, true, GL_RENDERBUFFER, in CaptureMidExecutionSetup() 4780 Capture(calls, framebufferFuncs.genFramebuffers(replayState, true, 1, &id)); in CaptureMidExecutionSetup() [all …]
|