Home
last modified time | relevance | path

Searched refs:asKey (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLProgramDesc.h37 const uint32_t* asKey() const { in asKey() function
95 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);
103 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0; in Less()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLProgramDesc.h35 const uint32_t* asKey() const { in asKey() function
94 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);
102 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0; in Less()
/external/chromium_org/third_party/skia/src/gpu/effects/
DGrTextureStripAtlas.h32 const uint32_t* asKey() const { return reinterpret_cast<const uint32_t*>(this); } in asKey() function
DGrTextureStripAtlas.cpp56 key.setKeyData(desc.asKey()); in GetAtlas()
/external/skia/src/gpu/effects/
DGrTextureStripAtlas.h32 const uint32_t* asKey() const { return reinterpret_cast<const uint32_t*>(this); } in asKey() function
DGrTextureStripAtlas.cpp56 key.setKeyData(desc.asKey()); in GetAtlas()