Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1815 bool la8SizedFormatSupported = false; in initFormatTable() local
1818 la8SizedFormatSupported = true; in initFormatTable()
1822 la8SizedFormatSupported = ctxInfo.hasExtension("GL_EXT_texture_storage"); in initFormatTable()
1829 if (texStorageSupported && la8SizedFormatSupported) { in initFormatTable()
1832 } else if (texImageSupportsSizedInternalFormat && la8SizedFormatSupported) { in initFormatTable()