Lines Matching refs:GrScratchKey
293 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey()
294 static GrScratchKey::ResourceType t = GrScratchKey::GenerateResourceType(); in ComputeScratchKey()
295 GrScratchKey::Builder builder(key, t, kScratchKeyFieldCnt); in ComputeScratchKey()
302 return sizeof(uint32_t) * (kScratchKeyFieldCnt + GrScratchKey::kMetaDataCnt); in ExpectedScratchKeySize()
329 void computeScratchKey(GrScratchKey* key) const override { in computeScratchKey()
696 GrScratchKey key; in test_unbudgeted_to_scratch()
768 GrScratchKey scratchKey1; in test_duplicate_scratch_key()
773 GrScratchKey scratchKey; in test_duplicate_scratch_key()
815 GrScratchKey scratchKey; in test_remove_scratch_key()
875 GrScratchKey scratchKey; in test_scratch_key_consistency()
877 GrScratchKey scratchKey1; in test_scratch_key_consistency()
879 GrScratchKey scratchKey2; in test_scratch_key_consistency()
1067 GrScratchKey scratchKey; in test_purge_invalidated()