Home
last modified time | relevance | path

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

/third_party/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;
DBUILD.bazel70 "GrResourceKey.h",
/third_party/skia/src/gpu/
DGrAttachment.h15 class GrResourceKey; variable
DGrAttachment.cpp55 static void build_key(GrResourceKey::Builder* builder, in build_key()
/third_party/skia/gn/
Dgpu.gni32 "$_include/private/GrResourceKey.h",