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()762 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in blit() local806 for (size_t i = 0; i < destFramebuffer->getDrawbufferStateCount(); ++i) in blit()808 const FramebufferAttachment *attachment = destFramebuffer->getDrawBuffer(i); in blit()834 ANGLE_TRY(blitter->blitColorBufferWithShader(context, sourceFramebuffer, destFramebuffer, in blit()
79 const GLuint destFramebuffer,
472 const GLuint destFramebuffer, in blitColorBufferWithShader() argument582 mStateManager->bindFramebuffer(GL_DRAW_FRAMEBUFFER, destFramebuffer); in blitColorBufferWithShader()