Searched refs:destSRGB (Results 1 – 2 of 2) sorted by relevance
795 bool destSRGB = false; in blit() local801 destSRGB = true; in blit()807 needManualColorBlit || (destSRGB && functions->isAtMostGL(gl::Version(4, 1))); in blit()
970 bool destSRGB = destFormat.colorEncoding == GL_SRGB; in copySubTextureHelper() local973 !destSRGB && sourceGL->getType() == gl::TextureType::_2D) in copySubTextureHelper()990 if (!destSRGB && !destLevelInfo.lumaWorkaround.enabled && in copySubTextureHelper()