Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1204 bool surfaceIsAlphaOnly = GrPixelConfigIsAlphaOnly(surfaceConfig); in getExternalFormat() local
1209 if (surfaceIsAlphaOnly && !memoryIsAlphaOnly) { in getExternalFormat()
1220 if (memoryIsAlphaOnly && !surfaceIsAlphaOnly) { in getExternalFormat()