Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp1380 bool texStorageSupported = false; in initFormatTable() local
1383 texStorageSupported = version >= GR_GL_VER(4,2) || in initFormatTable()
1387 texStorageSupported = version >= GR_GL_VER(3,0) || in initFormatTable()
1390 texStorageSupported = version >= GR_GL_VER(2,0); in initFormatTable()
1393 texStorageSupported = false; in initFormatTable()
1397 texStorageSupported = false; in initFormatTable()
1440 if (texStorageSupported) { in initFormatTable()
1569 if (texStorageSupported) { in initFormatTable()
1700 bool alpha8TexStorageSupported = alpha8SizedEnumSupported && texStorageSupported; in initFormatTable()
1793 texStorageSupported && ctxInfo.hasExtension("GL_EXT_texture_storage"); in initFormatTable()
[all …]