Lines Matching refs:params
842 auto params = glTex->parameters();
843 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState();
845 if (params->nonsamplerState().fBaseMipMapLevel != 0) {
849 if (params->nonsamplerState().fMaxMipmapLevel != maxLevel) {
853 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters);
1412 // The non-sampler params are still at their default values.
1495 // The non-sampler params are still at their default values.
1544 // The non-sampler params are still at their default values.
1573 auto params = backendTexture.getGLTextureParams();
1574 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState();
1575 if (params->nonsamplerState().fBaseMipMapLevel != 0) {
1581 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) {
1585 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters);
3546 // Invalidate all params to cover base level change in a previous iteration.
3674 // The non-sampler params are still at their default values.
3703 auto params = backendTexture.getGLTextureParams();
3704 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState();
3705 if (params->nonsamplerState().fBaseMipMapLevel != 0) {
3709 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) {
3713 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters);