Home
last modified time | relevance | path

Searched refs:destFramebuffer (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp59 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in GetBlitFramebufferBounds() local
62 gl::Extents drawSize = destFramebuffer->getExtents(); in GetBlitFramebufferBounds()
714 const Framebuffer *destFramebuffer = context->getState().getDrawFramebuffer(); in blit() local
758 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()
DBlitGL.h78 const GLuint destFramebuffer,
DBlitGL.cpp439 const GLuint destFramebuffer, in blitColorBufferWithShader() argument
549 mStateManager->bindFramebuffer(GL_DRAW_FRAMEBUFFER, destFramebuffer); in blitColorBufferWithShader()