Home
last modified time | relevance | path

Searched defs:setTimestamp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/
DGrGpuResourceCacheAccess.h78 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp() function
/third_party/skia/src/gpu/
DGrGpuResourceCacheAccess.h82 void setTimestamp(uint32_t ts) in setTimestamp() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DEventScheduler.java115 public void setTimestamp(long timestamp) { in setTimestamp() method in EventScheduler.SchedulableEvent
/third_party/skia/m133/src/gpu/graphite/
DResource.h260 void setTimestamp(uint32_t ts) { fTimestamp = ts; } in setTimestamp() function