Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrTexture.h55 int maxMipmapLevel() const { return fMaxMipmapLevel; } in maxMipmapLevel()
78 int fMaxMipmapLevel; variable
DGrTexture.cpp50 fMaxMipmapLevel = 0; in GrTexture()
52 fMaxMipmapLevel = SkMipmap::ComputeLevelCount(this->width(), this->height()); in GrTexture()
/third_party/skia/src/gpu/gl/
DGrGLTypesPriv.cpp35 : fBaseMipMapLevel(0), fMaxMipmapLevel(1000), fSwizzleIsRGBA(true) {} in NonsamplerState()
40 fMaxMipmapLevel = ~0; in invalidate()
DGrGLGpu.cpp849 if (params->nonsamplerState().fMaxMipmapLevel != maxLevel) { in onWritePixels()
1570 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) { in onUpdateCompressedBackendTexture()
2734 newNonsamplerState.fMaxMipmapLevel = texture->maxMipmapLevel(); in bindTexture()
2770 if (newNonsamplerState.fMaxMipmapLevel != oldNonsamplerState.fMaxMipmapLevel) { in bindTexture()
2773 newNonsamplerState.fMaxMipmapLevel)); in bindTexture()
3698 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) { in onClearBackendTexture()
/third_party/skia/tests/
DGLBackendSurfaceTest.cpp37 nsState.fMaxMipmapLevel == invalidNSState.fMaxMipmapLevel && in nonsampler_params_invalid()
/third_party/skia/include/private/
DGrGLTypesPriv.h52 GrGLint fMaxMipmapLevel; member