HomeSort by relevance Sort by last modified time
    Searched refs:ResetTimestamp (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/gl/
GrGLTexture.h 42 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
48 GrGpu::ResetTimestamp timestamp) {
69 GrGpu::ResetTimestamp fTexParamsTimestamp;
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/
GrGpu.h 246 typedef uint64_t ResetTimestamp;
249 static const ResetTimestamp kExpiredTimestamp = 0;
253 ResetTimestamp getResetTimestamp() const { return fResetTimestamp; }
492 ResetTimestamp fResetTimestamp;

Completed in 185 milliseconds