Home
last modified time | relevance | path

Searched refs:newNonSamplerParams (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3048 GrGLTexture::NonSamplerParams newNonSamplerParams; in bindTexture() local
3049 newNonSamplerParams.fBaseMipMapLevel = 0; in bindTexture()
3050 newNonSamplerParams.fMaxMipMapLevel = texture->texturePriv().maxMipMapLevel(); in bindTexture()
3055 newNonSamplerParams.fSwizzleKey = swizzle.asKey(); in bindTexture()
3077 if (newNonSamplerParams.fBaseMipMapLevel != oldNonSamplerParams.fBaseMipMapLevel) { in bindTexture()
3080 newNonSamplerParams.fBaseMipMapLevel)); in bindTexture()
3082 if (newNonSamplerParams.fMaxMipMapLevel != oldNonSamplerParams.fMaxMipMapLevel) { in bindTexture()
3085 newNonSamplerParams.fMaxMipMapLevel)); in bindTexture()
3088 texture->setCachedParams(samplerParamsToRecord, newNonSamplerParams, this->getResetTimestamp()); in bindTexture()
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp3035 GrGLTexture::NonSamplerParams newNonSamplerParams; in bindTexture() local
3036 newNonSamplerParams.fBaseMipMapLevel = 0; in bindTexture()
3037 newNonSamplerParams.fMaxMipMapLevel = texture->texturePriv().maxMipMapLevel(); in bindTexture()
3042 newNonSamplerParams.fSwizzleKey = swizzle.asKey(); in bindTexture()
3064 if (newNonSamplerParams.fBaseMipMapLevel != oldNonSamplerParams.fBaseMipMapLevel) { in bindTexture()
3067 newNonSamplerParams.fBaseMipMapLevel)); in bindTexture()
3069 if (newNonSamplerParams.fMaxMipMapLevel != oldNonSamplerParams.fMaxMipMapLevel) { in bindTexture()
3072 newNonSamplerParams.fMaxMipMapLevel)); in bindTexture()
3075 texture->setCachedParams(samplerParamsToRecord, newNonSamplerParams, this->getResetTimestamp()); in bindTexture()