Home
last modified time | relevance | path

Searched refs:getTexImageFormats (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLCaps.h152 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
DGrGLGpu.cpp1115 if (!this->glCaps().getTexImageFormats(desc.fConfig, dataConfig, &internalFormat, in uploadTexData()
1651 if (!this->glCaps().getTexImageFormats(config, config, &internalFormat, &externalFormat, in getCompatibleStencilIndex()
4172 if (!this->glCaps().getTexImageFormats(texture->config(), texture->config(), in generateMipmap()
4358 if (!this->glCaps().getTexImageFormats(config, config, &internalFormat, &externalFormat, in createTestingOnlyBackendTexture()
DGrGLCaps.cpp1339 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getTexImageFormats() function in GrGLCaps