Home
last modified time | relevance | path

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

/external/skqp/include/private/
DGrResourceKey.h26 class GrResourceKey {
42 GrResourceKey() { this->reset(); } in GrResourceKey() function
52 bool operator==(const GrResourceKey& that) const {
58 GrResourceKey& operator=(const GrResourceKey& that) {
105 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) { in Builder()
136 GrResourceKey* fKey;
186 class GrScratchKey : public GrResourceKey {
188 typedef GrResourceKey INHERITED;
238 class GrUniqueKey : public GrResourceKey {
240 typedef GrResourceKey INHERITED;
/external/skia/include/private/
DGrResourceKey.h26 class GrResourceKey {
62 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) { in Builder()
73 GrResourceKey* fKey;
79 GrResourceKey() { this->reset(); } in GrResourceKey() function
88 bool operator==(const GrResourceKey& that) const {
95 GrResourceKey& operator=(const GrResourceKey& that) {
187 class GrScratchKey : public GrResourceKey {
189 using INHERITED = GrResourceKey;
239 class GrUniqueKey : public GrResourceKey {
241 using INHERITED = GrResourceKey;
/external/skqp/src/gpu/
DGrStencilAttachment.h16 class GrResourceKey; variable
/external/skia/src/gpu/
DGrAttachment.h15 class GrResourceKey; variable
DGrAttachment.cpp37 static void build_key(GrResourceKey::Builder* builder, in build_key()
/external/skqp/gn/
Dgpu.gni45 "$_include/private/GrResourceKey.h",
/external/skia/gn/
Dgpu.gni29 "$_include/private/GrResourceKey.h",