Searched refs:getTexImageFormats (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/gl/ |
D | GrGLCaps.h | 152 bool getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig,
|
D | GrGLGpu.cpp | 1115 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()
|
D | GrGLCaps.cpp | 1339 bool GrGLCaps::getTexImageFormats(GrPixelConfig surfaceConfig, GrPixelConfig externalConfig, in getTexImageFormats() function in GrGLCaps
|