Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h361 bool getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig,
DGrGLCaps.cpp1162 if (!this->getExternalFormat(surfaceConfig, externalConfig, kTexImage_ExternalFormatUsage, in getTexImageFormats()
1181 if (!this->getExternalFormat(surfaceConfig, externalConfig, kOther_ExternalFormatUsage, in getReadPixelsFormat()
1196 bool GrGLCaps::getExternalFormat(GrPixelConfig surfaceConfig, GrPixelConfig memoryConfig, in getExternalFormat() function in GrGLCaps