Lines Matching refs:newNonSamplerParams
3035 GrGLTexture::NonSamplerParams newNonSamplerParams;
3036 newNonSamplerParams.fBaseMipMapLevel = 0;
3037 newNonSamplerParams.fMaxMipMapLevel = texture->texturePriv().maxMipMapLevel();
3042 newNonSamplerParams.fSwizzleKey = swizzle.asKey();
3064 if (newNonSamplerParams.fBaseMipMapLevel != oldNonSamplerParams.fBaseMipMapLevel) {
3067 newNonSamplerParams.fBaseMipMapLevel));
3069 if (newNonSamplerParams.fMaxMipMapLevel != oldNonSamplerParams.fMaxMipMapLevel) {
3072 newNonSamplerParams.fMaxMipMapLevel));
3075 texture->setCachedParams(samplerParamsToRecord, newNonSamplerParams, this->getResetTimestamp());