Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLCaps.cpp2859 bool srgb8Alpha8TexStorageSupported = texStorageSupported; in initFormatTable() local
2882 srgb8Alpha8TexStorageSupported = false; in initFormatTable()
2896 SkASSERT(!srgb8Alpha8TexStorageSupported); in initFormatTable()
2908 if (srgb8Alpha8TexStorageSupported) { in initFormatTable()