HomeSort by relevance Sort by last modified time
    Searched defs:asKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.h 32 const uint32_t* asKey() const { return reinterpret_cast<const uint32_t*>(this); }
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLProgramDesc.h 35 const uint32_t* asKey() const {
39 // Gets the number of bytes in asKey(). It will be a 4-byte aligned value. When comparing two
94 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);
102 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0;

Completed in 799 milliseconds