Home
last modified time | relevance | path

Searched refs:fResetTimestampForTextureParameters (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/gl/
DGrGLGpu.cpp709 ++fResetTimestampForTextureParameters; in onResetContext()
975 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onWritePixels()
1583 fResetTimestampForTextureParameters); in onCreateTexture()
1670 fResetTimestampForTextureParameters); in onCreateCompressedTexture()
1710 fResetTimestampForTextureParameters); in onCreateCompressedBackendTexture()
1750 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onUpdateCompressedBackendTexture()
2879 bool setAll = timestamp < fResetTimestampForTextureParameters; in bindTexture()
3006 fResetTimestampForTextureParameters); in bindTexture()
3890 glTex->parameters()->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onRegenerateMipMapLevels()
3981 fResetTimestampForTextureParameters); in onCreateBackendTexture()
[all …]
DGrGLGpu.h854 GrGLTextureParameters::ResetTimestamp fResetTimestampForTextureParameters = 0; variable