Home
last modified time | relevance | path

Searched refs:destSRGB (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp795 bool destSRGB = false; in blit() local
801 destSRGB = true; in blit()
807 needManualColorBlit || (destSRGB && functions->isAtMostGL(gl::Version(4, 1))); in blit()
DTextureGL.cpp970 bool destSRGB = destFormat.colorEncoding == GL_SRGB; in copySubTextureHelper() local
973 !destSRGB && sourceGL->getType() == gl::TextureType::_2D) in copySubTextureHelper()
990 if (!destSRGB && !destLevelInfo.lumaWorkaround.enabled && in copySubTextureHelper()