Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1792 bool lum8SizedFormatSupported = false; in initFormatTable() local
1795 lum8SizedFormatSupported = true; in initFormatTable()
1799 lum8SizedFormatSupported = ctxInfo.hasExtension("GL_EXT_texture_storage"); in initFormatTable()
1806 if (texStorageSupported && lum8SizedFormatSupported) { in initFormatTable()
1809 } else if (texImageSupportsSizedInternalFormat && lum8SizedFormatSupported) { in initFormatTable()