Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.cpp1196 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat() argument
1200 if (GrPixelConfigIsCompressed(memoryConfig) || GrPixelConfigIsCompressed(memoryConfig)) { in getExternalFormat()
1205 bool memoryIsAlphaOnly = GrPixelConfigIsAlphaOnly(memoryConfig); in getExternalFormat()
1213 *externalFormat = fConfigTable[memoryConfig].fFormats.fExternalFormat[usage]; in getExternalFormat()
1214 *externalType = fConfigTable[memoryConfig].fFormats.fExternalType; in getExternalFormat()
DGrGLCaps.h361 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,