Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/metal/
H A DFrameBufferMtl.mm473 bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0;
482 blitColorBuffer =
483 blitColorBuffer && srcFrameBuffer->getColorReadRenderTarget(context) != nullptr;
487 if (!blitColorBuffer && !blitDepthBuffer && !blitStencilBuffer)
553 return blitWithDraw(context, srcFrameBuffer, blitColorBuffer, blitDepthBuffer,
559 bool blitColorBuffer,
621 if (blitColorBuffer)
H A DFrameBufferMtl.h137 bool blitColorBuffer,
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp1146 const bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0; in blit() local
1156 blitColorBuffer && in blit()
1350 if (blitColorBuffer) in blit()