Home
last modified time | relevance | path

Searched refs:GrResourceKey (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/gpu/
DGrResourceKey.h23 class GrResourceKey {
39 GrResourceKey() { this->reset(); } in GrResourceKey() function
49 bool operator==(const GrResourceKey& that) const {
56 GrResourceKey& operator=(const GrResourceKey& that) {
84 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) { in Builder()
115 GrResourceKey* fKey;
166 class GrScratchKey : public GrResourceKey {
168 typedef GrResourceKey INHERITED;
220 class GrUniqueKey : public GrResourceKey {
222 typedef GrResourceKey INHERITED;
/external/skia/gyp/
Dgpu.gypi33 '<(skia_include_path)/gpu/GrResourceKey.h',