Searched defs:ResetTimestamp (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrGpu.h246 typedef uint64_t ResetTimestamp; typedef in class:GrGpu
249 static const ResetTimestamp kExpiredTimestamp = 0;
253 ResetTimestamp getResetTimestamp() const { return fResetTimestamp; }
492 ResetTimestamp fResetTimestamp;

Completed in 76 milliseconds