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

/external/skia/src/gpu/gl/
H A DGrGLProgramDesc.h37 const uint32_t* asKey() const { function in class:GrGLProgramDesc
42 // Gets the number of bytes in asKey(). It will be a 4-byte aligned value. When comparing two
95 return 0 == memcmp(this->asKey(), other.asKey(), this->keyLength() & ~0x3);
103 return memcmp(a.asKey(), b.asKey(), a.keyLength() & ~0x3) < 0;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLProgramDesc.h35 const uint32_t* asKey() const { function in class:GrGLProgramDesc
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;
/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h32 const uint32_t* asKey() const { return reinterpret_cast<const uint32_t*>(this); } function in struct:GrTextureStripAtlas::Desc
H A DGrTextureStripAtlas.cpp56 key.setKeyData(desc.asKey());
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h32 const uint32_t* asKey() const { return reinterpret_cast<const uint32_t*>(this); } function in struct:GrTextureStripAtlas::Desc
H A DGrTextureStripAtlas.cpp56 key.setKeyData(desc.asKey());

Completed in 126 milliseconds