Searched refs:framebufferFuncs (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 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() [all …]
|