Searched refs:externalConfig (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 141 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, 147 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
|
D | GrGLCaps.cpp | 1159 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getTexImageFormats() argument 1162 if (!this->getExternalFormat(surfaceConfig, externalConfig, kTexImage_ExternalFormatUsage, in getTexImageFormats() 1179 bool GrGLCaps::getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getReadPixelsFormat() argument 1181 if (!this->getExternalFormat(surfaceConfig, externalConfig, kOther_ExternalFormatUsage, in getReadPixelsFormat()
|