Searched refs:destFramebuffer (Results 1 – 3 of 3) sorted by relevance
60 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in GetBlitFramebufferBounds() local63 gl::Extents drawSize = destFramebuffer->getExtents(); in GetBlitFramebufferBounds()752 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in blit() local796 for (size_t i = 0; i < destFramebuffer->getDrawbufferStateCount(); ++i) in blit()798 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit()824 ANGLE_TRY(blitter->blitColorBufferWithShader(context, sourceFramebuffer, destFramebuffer, in blit()
79 const GLuint destFramebuffer,
440 const GLuint destFramebuffer, in blitColorBufferWithShader() argument550 mStateManager->bindFramebuffer(GL_DRAW_FRAMEBUFFER, destFramebuffer); in blitColorBufferWithShader()