Searched refs:destFramebuffer (Results 1 – 3 of 3) sorted by relevance
59 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in GetBlitFramebufferBounds() local62 gl::Extents drawSize = destFramebuffer->getExtents(); in GetBlitFramebufferBounds()714 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in blit() local758 for (size_t i = 0; i < destFramebuffer->getDrawbufferStateCount(); ++i) in blit()760 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit()786 ANGLE_TRY(blitter->blitColorBufferWithShader(context, sourceFramebuffer, destFramebuffer, in blit()
78 const GLuint destFramebuffer,
439 const GLuint destFramebuffer, in blitColorBufferWithShader() argument549 mStateManager->bindFramebuffer(GL_DRAW_FRAMEBUFFER, destFramebuffer); in blitColorBufferWithShader()