Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp2319 bool lum16FSizedFormatSupported = false; in initFormatTable() local
2323 lum16FSizedFormatSupported = true; in initFormatTable()
2330 lum16FSizedFormatSupported = ctxInfo.hasExtension("GL_EXT_texture_storage"); in initFormatTable()
2348 if (texStorageSupported && lum16FSizedFormatSupported) { in initFormatTable()
2351 } else if (texImageSupportsSizedInternalFormat && lum16FSizedFormatSupported) { in initFormatTable()