Searched refs:fBaseMipMapLevel (Results 1 – 4 of 4) sorted by relevance
35 : fBaseMipMapLevel(0), fMaxMipmapLevel(1000), fSwizzleIsRGBA(true) {} in NonsamplerState()39 fBaseMipMapLevel = ~0; in invalidate()
845 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onWritePixels()847 nonsamplerState.fBaseMipMapLevel = 0; in onWritePixels()851 nonsamplerState.fBaseMipMapLevel = maxLevel; in onWritePixels()1564 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onUpdateCompressedBackendTexture()1566 nonsamplerState.fBaseMipMapLevel = 0; in onUpdateCompressedBackendTexture()1572 nonsamplerState.fBaseMipMapLevel = numMipLevels - 1; in onUpdateCompressedBackendTexture()2733 newNonsamplerState.fBaseMipMapLevel = 0; in bindTexture()2765 if (newNonsamplerState.fBaseMipMapLevel != oldNonsamplerState.fBaseMipMapLevel) { in bindTexture()2768 newNonsamplerState.fBaseMipMapLevel)); in bindTexture()3570 nonsamplerState.fBaseMipMapLevel = levelCount - 2; in onRegenerateMipMapLevels()[all …]
36 return nsState.fBaseMipMapLevel == invalidNSState.fBaseMipMapLevel && in nonsampler_params_invalid()
51 GrGLint fBaseMipMapLevel; member