Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp617 ++fResetTimestampForTextureParameters; in onResetContext()
853 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onWritePixels()
1414 fResetTimestampForTextureParameters); in onCreateTexture()
1497 fResetTimestampForTextureParameters); in onCreateCompressedTexture()
1535 fResetTimestampForTextureParameters); in onCreateCompressedBackendTexture()
1574 params->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onUpdateCompressedBackendTexture()
2660 bool setAll = timestamp < fResetTimestampForTextureParameters; in bindTexture()
2777 fResetTimestampForTextureParameters); in bindTexture()
3571 glTex->parameters()->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onRegenerateMipMapLevels()
3665 fResetTimestampForTextureParameters); in onCreateBackendTexture()
[all …]
DGrGLGpu.h784 GrGLTextureParameters::ResetTimestamp fResetTimestampForTextureParameters = 0; variable