Lines Matching refs:framebufferFuncs
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()
4791 Capture(calls, framebufferFuncs.bindFramebuffer(replayState, true, GL_FRAMEBUFFER, id)); in CaptureMidExecutionSetup()
4805 CaptureFramebufferAttachment(calls, replayState, framebufferFuncs, colorAttachment); in CaptureMidExecutionSetup()
4816 CaptureFramebufferAttachment(calls, replayState, framebufferFuncs, in CaptureMidExecutionSetup()
4828 CaptureFramebufferAttachment(calls, replayState, framebufferFuncs, in CaptureMidExecutionSetup()
4862 cap(framebufferFuncs.bindFramebuffer(replayState, true, GL_FRAMEBUFFER, in CaptureMidExecutionSetup()
4871 cap(framebufferFuncs.bindFramebuffer(replayState, true, GL_DRAW_FRAMEBUFFER, in CaptureMidExecutionSetup()
4878 cap(framebufferFuncs.bindFramebuffer(replayState, true, GL_READ_FRAMEBUFFER, in CaptureMidExecutionSetup()