Home
last modified time | relevance | path

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

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