Searched refs:memoryConfig (Results 1 – 2 of 2) sorted by relevance
1196 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat() argument1200 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()
361 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,