Lines Matching refs:GrScratchKey
231 static void ComputeScratchKey(SimulatedProperty property, GrScratchKey* key) { in ComputeScratchKey()
232 static GrScratchKey::ResourceType t = GrScratchKey::GenerateResourceType(); in ComputeScratchKey()
233 GrScratchKey::Builder builder(key, t, kScratchKeyFieldCnt); in ComputeScratchKey()
240 return sizeof(uint32_t) * (kScratchKeyFieldCnt + GrScratchKey::kMetaDataCnt); in ExpectedScratchKeySize()
251 GrScratchKey scratchKey; in TestResource()
502 GrScratchKey key; in test_unbudgeted_to_scratch()
566 GrScratchKey scratchKey1; in test_duplicate_scratch_key()
571 GrScratchKey scratchKey; in test_duplicate_scratch_key()
612 GrScratchKey scratchKey; in test_remove_scratch_key()
671 GrScratchKey scratchKey; in test_scratch_key_consistency()
673 GrScratchKey scratchKey1; in test_scratch_key_consistency()
675 GrScratchKey scratchKey2; in test_scratch_key_consistency()
850 GrScratchKey scratchKey; in test_purge_invalidated()