Home
last modified time | relevance | path

Searched refs:fResetTimestamp (Results 1 – 4 of 4) sorted by relevance

/external/skia/include/private/
DGrGLTypesPriv.h58 ResetTimestamp resetTimestamp() const { return fResetTimestamp; } in resetTimestamp()
73 ResetTimestamp fResetTimestamp = kExpiredTimestamp; variable
/external/skqp/src/gpu/
DGrGpu.h236 ResetTimestamp getResetTimestamp() const { return fResetTimestamp; } in getResetTimestamp()
507 ++fResetTimestamp; in resetContext()
510 ResetTimestamp fResetTimestamp; variable
DGrGpu.cpp37 : fResetTimestamp(kExpiredTimestamp+1) in GrGpu()
/external/skia/src/gpu/gl/
DGrGLTypesPriv.cpp55 fResetTimestamp = currTimestamp; in set()