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 44 const TexParams& getCachedTexParams(GrGpu::ResetTimestamp* timestamp) const {
50 GrGpu::ResetTimestamp timestamp) {
78 GrGpu::ResetTimestamp fTexParamsTimestamp;
GrGLGpu.cpp     [all...]
  /external/skia/src/gpu/
GrGpu.h 316 typedef uint64_t ResetTimestamp;
319 static const ResetTimestamp kExpiredTimestamp = 0;
323 ResetTimestamp getResetTimestamp() const { return fResetTimestamp; }
611 ResetTimestamp fResetTimestamp;

Completed in 122 milliseconds