Searched refs:blitColorBuffer (Results 1 – 3 of 3) sorted by relevance
275 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)
129 bool blitColorBuffer,
916 const bool blitColorBuffer = (mask & GL_COLOR_BUFFER_BIT) != 0; in blit() local926 blitColorBuffer && in blit()1120 if (blitColorBuffer) in blit()