Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLCaps.cpp1881 bool lum8SizedFormatSupported = false; in initFormatTable() local
1884 lum8SizedFormatSupported = true; in initFormatTable()
1891 lum8SizedFormatSupported = in initFormatTable()
1909 if (texStorageSupported && lum8SizedFormatSupported) { in initFormatTable()
1912 } else if (texImageSupportsSizedInternalFormat && lum8SizedFormatSupported) { in initFormatTable()
1977 if (texStorageSupported && lum8SizedFormatSupported) { in initFormatTable()
1980 } else if (texImageSupportsSizedInternalFormat && lum8SizedFormatSupported) { in initFormatTable()