Home
last modified time | relevance | path

Searched refs:lum8SizedFormatSupported (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLCaps.cpp1735 bool lum8SizedFormatSupported = false; local
1738 lum8SizedFormatSupported = true;
1742 lum8SizedFormatSupported = ctxInfo.hasExtension("GL_EXT_texture_storage");
1749 if (texStorageSupported && lum8SizedFormatSupported) {
1752 } else if (texImageSupportsSizedInternalFormat && lum8SizedFormatSupported) {

Completed in 6 milliseconds