Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h141 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
147 bool getReadPixelsFormat(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
DGrGLCaps.cpp1159 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()