Searched refs:getCompressedTexImageFormats (Results 1 – 3 of 3) sorted by relevance
145 bool getCompressedTexImageFormats(GrPixelConfig surfaceConfig, GrGLenum* internalFormat) const;
1170 bool GrGLCaps::getCompressedTexImageFormats(GrPixelConfig surfaceConfig, in getCompressedTexImageFormats() function in GrGLCaps
1083 if (!this->glCaps().getCompressedTexImageFormats(desc.fConfig, &internalFormat)) { in uploadCompressedTexData()