Searched defs:GraphicsPipelineCache (Results 1 – 2 of 2) sorted by relevance
77 using GraphicsPipelineCache = SkLRUCache<UniqueKey, sk_sp<GraphicsPipeline>, KeyHash>; variable
128 using GraphicsPipelineCache = DenseBiMap<GraphicsPipelineDesc>; typedef