OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ResetTimestamp
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrGpu.h
236
typedef uint64_t
ResetTimestamp
;
239
static const
ResetTimestamp
kExpiredTimestamp = 0;
243
ResetTimestamp
getResetTimestamp() const { return fResetTimestamp; }
551
ResetTimestamp
fResetTimestamp;
/external/skqp/src/gpu/
GrGpu.h
229
typedef uint64_t
ResetTimestamp
;
232
static const
ResetTimestamp
kExpiredTimestamp = 0;
236
ResetTimestamp
getResetTimestamp() const { return fResetTimestamp; }
510
ResetTimestamp
fResetTimestamp;
Completed in 111 milliseconds