Lines Matching refs:GrScratchKey
295 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey()
296 static GrScratchKey::ResourceType t = GrScratchKey::GenerateResourceType(); in ComputeScratchKey()
297 GrScratchKey::Builder builder(key, t, kScratchKeyFieldCnt); in ComputeScratchKey()
304 return sizeof(uint32_t) * (kScratchKeyFieldCnt + GrScratchKey::kMetaDataCnt); in ExpectedScratchKeySize()
331 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey()
698 GrScratchKey key; in test_unbudgeted_to_scratch()
770 GrScratchKey scratchKey1; in test_duplicate_scratch_key()
775 GrScratchKey scratchKey; in test_duplicate_scratch_key()
817 GrScratchKey scratchKey; in test_remove_scratch_key()
877 GrScratchKey scratchKey; in test_scratch_key_consistency()
879 GrScratchKey scratchKey1; in test_scratch_key_consistency()
881 GrScratchKey scratchKey2; in test_scratch_key_consistency()
1069 GrScratchKey scratchKey; in test_purge_invalidated()