Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrResourceKey

23 class GrResourceKey {
39 GrResourceKey() { this->reset(); }
49 bool operator==(const GrResourceKey& that) const {
56 GrResourceKey& operator=(const GrResourceKey& that) {
84 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) {
115 GrResourceKey* fKey;
166 class GrScratchKey : public GrResourceKey {
168 typedef GrResourceKey INHERITED;
220 class GrUniqueKey : public GrResourceKey {
222 typedef GrResourceKey INHERITED;