Home | History | Annotate | Download | only in gl

Lines Matching refs:newNonSamplerParams

3048     GrGLTexture::NonSamplerParams newNonSamplerParams;
3049 newNonSamplerParams.fBaseMipMapLevel = 0;
3050 newNonSamplerParams.fMaxMipMapLevel = texture->texturePriv().maxMipMapLevel();
3055 newNonSamplerParams.fSwizzleKey = swizzle.asKey();
3077 if (newNonSamplerParams.fBaseMipMapLevel != oldNonSamplerParams.fBaseMipMapLevel) {
3080 newNonSamplerParams.fBaseMipMapLevel));
3082 if (newNonSamplerParams.fMaxMipMapLevel != oldNonSamplerParams.fMaxMipMapLevel) {
3085 newNonSamplerParams.fMaxMipMapLevel));
3088 texture->setCachedParams(samplerParamsToRecord, newNonSamplerParams, this->getResetTimestamp());