Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrGpuResourceCacheAccess.h65 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp() function
/third_party/skia/src/gpu/
DGrGpuResourceCacheAccess.h72 void setTimestamp(uint32_t ts) { fResource->fTimestamp = 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