Searched refs:shaderCodeDictionary (Results 1 – 11 of 11) sorted by relevance
23 SkShaderCodeDictionary* ContextPriv::shaderCodeDictionary() { in shaderCodeDictionary() function in skgpu::ContextPriv24 return fContext->fGlobalCache->shaderCodeDictionary(); in shaderCodeDictionary()
41 SkShaderCodeDictionary* ResourceProvider::shaderCodeDictionary() const { in shaderCodeDictionary() function in skgpu::ResourceProvider42 return fGlobalCache->shaderCodeDictionary(); in shaderCodeDictionary()
24 SkShaderCodeDictionary* shaderCodeDictionary() const { return fShaderCodeDictionary.get(); } in shaderCodeDictionary() function
29 SkShaderCodeDictionary* shaderCodeDictionary();
53 SkShaderCodeDictionary* shaderCodeDictionary() const;
76 SkShaderCodeDictionary* dict = fGlobalCache->shaderCodeDictionary(); in preCompile()
300 recorder->priv().resourceProvider()->shaderCodeDictionary(); in Make()
38 auto dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
76 auto dict = recorder->priv().resourceProvider()->shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
239 auto dict = resourceProvider->shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
382 auto dict = resourceProvider->shaderCodeDictionary();