Home
last modified time | relevance | path

Searched refs:fBaseMipMapLevel (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp35 : fBaseMipMapLevel(0), fMaxMipmapLevel(1000), fSwizzleIsRGBA(true) {} in NonsamplerState()
39 fBaseMipMapLevel = ~0; in invalidate()
DGrGLGpu.cpp836 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 …]
/external/skqp/src/gpu/gl/
DGrGLTexture.h49 GrGLint fBaseMipMapLevel = 0; member
53 fBaseMipMapLevel = ~0; in invalidate()
DGrGLGpu.cpp3036 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()
/external/skia/tests/
DGLBackendSurfaceTest.cpp36 return nsState.fBaseMipMapLevel == invalidNSState.fBaseMipMapLevel && in nonsampler_params_invalid()
/external/skia/include/private/
DGrGLTypesPriv.h51 GrGLint fBaseMipMapLevel; member