Lines Matching refs:framebufferFuncs

2852                                   const FramebufferCaptureFuncs &framebufferFuncs,  in CaptureFramebufferAttachment()  argument
2872 framebufferFuncs.framebufferTexture2D( in CaptureFramebufferAttachment()
2893 Capture(setupCalls, framebufferFuncs.framebufferRenderbuffer( in CaptureFramebufferAttachment()
4723 FramebufferCaptureFuncs framebufferFuncs(context->isGLES1()); in CaptureShareGroupMidExecutionSetup() local
4744 Capture(calls, framebufferFuncs.genRenderbuffers(replayState, true, 1, &id)); in CaptureShareGroupMidExecutionSetup()
4747 framebufferFuncs.bindRenderbuffer(replayState, true, GL_RENDERBUFFER, id)); in CaptureShareGroupMidExecutionSetup()
4767 Capture(calls, framebufferFuncs.renderbufferStorage( in CaptureShareGroupMidExecutionSetup()
5281 FramebufferCaptureFuncs framebufferFuncs(context->isGLES1()); in CaptureMidExecutionSetup() local
5293 cap(framebufferFuncs.bindRenderbuffer(replayState, true, GL_RENDERBUFFER, in CaptureMidExecutionSetup()
5328 Capture(calls, framebufferFuncs.genFramebuffers(replayState, true, 1, &id)); in CaptureMidExecutionSetup()
5339 Capture(calls, framebufferFuncs.bindFramebuffer(replayState, true, GL_FRAMEBUFFER, id)); in CaptureMidExecutionSetup()
5355 CaptureFramebufferAttachment(calls, replayState, framebufferFuncs, colorAttachment, in CaptureMidExecutionSetup()
5367 CaptureFramebufferAttachment(calls, replayState, framebufferFuncs, *depthAttachment, in CaptureMidExecutionSetup()
5379 CaptureFramebufferAttachment(calls, replayState, framebufferFuncs, in CaptureMidExecutionSetup()
5414 cap(framebufferFuncs.bindFramebuffer(replayState, true, GL_FRAMEBUFFER, in CaptureMidExecutionSetup()
5423 cap(framebufferFuncs.bindFramebuffer(replayState, true, GL_DRAW_FRAMEBUFFER, in CaptureMidExecutionSetup()
5430 cap(framebufferFuncs.bindFramebuffer(replayState, true, GL_READ_FRAMEBUFFER, in CaptureMidExecutionSetup()