Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
DFrameBufferMtl.mm275 bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0;
284 blitColorBuffer =
285 blitColorBuffer && srcFrameBuffer->getColorReadRenderTarget(context) != nullptr;
289 if (!blitColorBuffer && !blitDepthBuffer && !blitStencilBuffer)
395 return blitWithDraw(context, srcFrameBuffer, blitColorBuffer, blitDepthBuffer,
401 bool blitColorBuffer,
463 if (blitColorBuffer)
DFrameBufferMtl.h129 bool blitColorBuffer,
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.cpp916 const bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0; in blit() local
926 blitColorBuffer && in blit()
1120 if (blitColorBuffer) in blit()