Home
last modified time | relevance | path

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

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