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