Home
last modified time | relevance | path

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

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