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

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

Completed in 605 milliseconds