Home
last modified time | relevance | path

Searched refs:fResetTimestampForTextureParameters (Results 1 – 4 of 4) 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
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp652 ++fResetTimestampForTextureParameters; in onResetContext()
1500 fResetTimestampForTextureParameters); in onCreateTexture()
1536 fResetTimestampForTextureParameters); in onCreateCompressedTexture()
2851 bool setAll = timestamp < fResetTimestampForTextureParameters; in bindTexture()
2948 fResetTimestampForTextureParameters); in bindTexture()
3721 glTex->parameters()->set(nullptr, nonsamplerState, fResetTimestampForTextureParameters); in onRegenerateMipMapLevels()
3926 fResetTimestampForTextureParameters); in createBackendTexture()
DGrGLGpu.h679 GrGLTextureParameters::ResetTimestamp fResetTimestampForTextureParameters = 0; variable