Searched refs:fBaseMipMapLevel (Results 1 – 6 of 6) sorted by relevance
35 : fBaseMipMapLevel(0), fMaxMipmapLevel(1000), fSwizzleIsRGBA(true) {} in NonsamplerState()39 fBaseMipMapLevel = ~0; in invalidate()
836 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onWritePixels()838 nonsamplerState.fBaseMipMapLevel = 0; in onWritePixels()842 nonsamplerState.fBaseMipMapLevel = maxLevel; in onWritePixels()1502 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onUpdateCompressedBackendTexture()1504 nonsamplerState.fBaseMipMapLevel = 0; in onUpdateCompressedBackendTexture()1510 nonsamplerState.fBaseMipMapLevel = numMipLevels - 1; in onUpdateCompressedBackendTexture()2703 newNonsamplerState.fBaseMipMapLevel = 0; in bindTexture()2735 if (newNonsamplerState.fBaseMipMapLevel != oldNonsamplerState.fBaseMipMapLevel) { in bindTexture()2738 newNonsamplerState.fBaseMipMapLevel)); in bindTexture()3539 nonsamplerState.fBaseMipMapLevel = levelCount - 2; in onRegenerateMipMapLevels()[all …]
49 GrGLint fBaseMipMapLevel = 0; member53 fBaseMipMapLevel = ~0; in invalidate()
3036 newNonSamplerParams.fBaseMipMapLevel = 0; in bindTexture()3064 if (newNonSamplerParams.fBaseMipMapLevel != oldNonSamplerParams.fBaseMipMapLevel) { in bindTexture()3067 newNonSamplerParams.fBaseMipMapLevel)); in bindTexture()3890 params.fBaseMipMapLevel = levelCount - 2; // we drew the 2nd to last level into the last level. in onRegenerateMipMapLevels()
36 return nsState.fBaseMipMapLevel == invalidNSState.fBaseMipMapLevel && in nonsampler_params_invalid()
51 GrGLint fBaseMipMapLevel; member