Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp1958 bool supportsBGRATexStorage = false; in initFormatTable() local
2011 supportsBGRATexStorage = true; in initFormatTable()
2031 supportsBGRATexStorage = true; in initFormatTable()
2035 if (texStorageSupported && supportsBGRATexStorage) { in initFormatTable()