Searched refs:blitColorBuffer (Results 1 – 3 of 3) sorted by relevance
379 bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0;388 blitColorBuffer =389 blitColorBuffer && srcFrameBuffer->getColorReadRenderTarget(context) != nullptr;393 if (!blitColorBuffer && !blitDepthBuffer && !blitStencilBuffer)453 return blitWithDraw(context, srcFrameBuffer, blitColorBuffer, blitDepthBuffer,459 bool blitColorBuffer,521 if (blitColorBuffer)
131 bool blitColorBuffer,
922 const bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0; in blit() local932 blitColorBuffer && in blit()1126 if (blitColorBuffer) in blit()