Searched refs:blitColorBuffer (Results 1 – 3 of 3) sorted by relevance
473 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)
137 bool blitColorBuffer,
1146 const bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0; in blit() local1156 blitColorBuffer && in blit()1350 if (blitColorBuffer) in blit()