Home
last modified time | relevance | path

Searched refs:nonsamplerState (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLTypesPriv.cpp49 const NonsamplerState& nonsamplerState, in set() argument
54 fNonsamplerState = nonsamplerState; in set()
DGrGLGpu.cpp2912 texture->parameters()->nonsamplerState(); in bindTexture()
3718 GrGLTextureParameters::NonsamplerState nonsamplerState = glTex->parameters()->nonsamplerState(); in onRegenerateMipMapLevels() local
3720 nonsamplerState.fBaseMipMapLevel = levelCount - 2; in onRegenerateMipMapLevels()
3721 glTex->parameters()->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onRegenerateMipMapLevels()
/third_party/skia/src/gpu/gl/
DGrGLTypesPriv.cpp49 const NonsamplerState& nonsamplerState, in set() argument
54 fNonsamplerState = nonsamplerState; in set()
DGrGLGpu.cpp843 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onWritePixels() local
845 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onWritePixels()
847 nonsamplerState.fBaseMipMapLevel = 0; in onWritePixels()
849 if (params->nonsamplerState().fMaxMipmapLevel != maxLevel) { in onWritePixels()
851 nonsamplerState.fBaseMipMapLevel = maxLevel; in onWritePixels()
853 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onWritePixels()
1563 GrGLTextureParameters::NonsamplerState nonsamplerState = params->nonsamplerState(); in onUpdateCompressedBackendTexture() local
1564 if (params->nonsamplerState().fBaseMipMapLevel != 0) { in onUpdateCompressedBackendTexture()
1566 nonsamplerState.fBaseMipMapLevel = 0; in onUpdateCompressedBackendTexture()
1570 if (params->nonsamplerState().fMaxMipmapLevel != (numMipLevels - 1)) { in onUpdateCompressedBackendTexture()
[all …]
/third_party/flutter/skia/include/private/
DGrGLTypesPriv.h60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() function
65 const NonsamplerState& nonsamplerState,
/third_party/skia/include/private/
DGrGLTypesPriv.h60 const NonsamplerState& nonsamplerState() const { return fNonsamplerState; } in nonsamplerState() function
65 const NonsamplerState& nonsamplerState,
/third_party/skia/tests/
DGLBackendSurfaceTest.cpp33 GrGLTextureParameters::NonsamplerState nsState = parameters.nonsamplerState(); in nonsampler_params_invalid()
/third_party/flutter/skia/tests/
DGLBackendSurfaceTest.cpp33 return 0 == memcmp(&parameters.nonsamplerState(), &invalidNSState, sizeof(invalidNSState)); in nonsampler_params_invalid()