Home | History | Annotate | Download | only in gl

Lines Matching defs:generateMipmap

3168     if (!this->generateMipmap(texture, allowSRGBInputs)) {
3169 GL_CALL(GenerateMipmap(target));
4015 bool GrGLGpu::generateMipmap(GrGLTexture* texture, bool gammaCorrect) {