Searched refs:blitColorBuffer (Results 1 – 3 of 3) sorted by relevance
380 bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0;389 blitColorBuffer =390 blitColorBuffer && srcFrameBuffer->getColorReadRenderTarget(context) != nullptr;394 if (!blitColorBuffer && !blitDepthBuffer && !blitStencilBuffer)454 return blitWithDraw(context, srcFrameBuffer, blitColorBuffer, blitDepthBuffer,460 bool blitColorBuffer,522 if (blitColorBuffer)
137 bool blitColorBuffer,
1015 const bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0; in blit() local1025 blitColorBuffer && in blit()1219 if (blitColorBuffer) in blit()