Home
last modified time | relevance | path

Searched refs:shaderCodeDictionary (Results 1 – 11 of 11) sorted by relevance

/external/skia/experimental/graphite/src/
DContextPriv.cpp23 SkShaderCodeDictionary* ContextPriv::shaderCodeDictionary() { in shaderCodeDictionary() function in skgpu::ContextPriv
24 return fContext->fGlobalCache->shaderCodeDictionary(); in shaderCodeDictionary()
DResourceProvider.cpp41 SkShaderCodeDictionary* ResourceProvider::shaderCodeDictionary() const { in shaderCodeDictionary() function in skgpu::ResourceProvider
42 return fGlobalCache->shaderCodeDictionary(); in shaderCodeDictionary()
DGlobalCache.h24 SkShaderCodeDictionary* shaderCodeDictionary() const { return fShaderCodeDictionary.get(); } in shaderCodeDictionary() function
DContextPriv.h29 SkShaderCodeDictionary* shaderCodeDictionary();
DResourceProvider.h53 SkShaderCodeDictionary* shaderCodeDictionary() const;
DContext.cpp76 SkShaderCodeDictionary* dict = fGlobalCache->shaderCodeDictionary(); in preCompile()
DDrawPass.cpp300 recorder->priv().resourceProvider()->shaderCodeDictionary(); in Make()
/external/skia/tests/graphite/
DKeyTest.cpp38 auto dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
DUniformTest.cpp76 auto dict = recorder->priv().resourceProvider()->shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
DCommandBufferTest.cpp239 auto dict = resourceProvider->shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
/external/skia/experimental/graphite/src/mtl/
DMtlGraphicsPipeline.mm382 auto dict = resourceProvider->shaderCodeDictionary();