Home
last modified time | relevance | path

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

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

Completed in 8 milliseconds