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/chromium_org/third_party/skia/src/gpu/
GrGpu.h
283
typedef uint64_t
ResetTimestamp
;
286
static const
ResetTimestamp
kExpiredTimestamp = 0;
290
ResetTimestamp
getResetTimestamp() const {
511
ResetTimestamp
fResetTimestamp;
/external/skia/src/gpu/
GrGpu.h
283
typedef uint64_t
ResetTimestamp
;
286
static const
ResetTimestamp
kExpiredTimestamp = 0;
290
ResetTimestamp
getResetTimestamp() const {
511
ResetTimestamp
fResetTimestamp;
Completed in 32 milliseconds