Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/
DContextPriv.h31 const ShaderCodeDictionary* shaderCodeDictionary() const { in shaderCodeDictionary() function
32 return fContext->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
34 ShaderCodeDictionary* shaderCodeDictionary() { in shaderCodeDictionary() function
35 return fContext->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
DRecorderPriv.h36 const ShaderCodeDictionary* shaderCodeDictionary() const { in shaderCodeDictionary() function
37 return fRecorder->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
39 ShaderCodeDictionary* shaderCodeDictionary() { in shaderCodeDictionary() function
40 return fRecorder->fSharedContext->shaderCodeDictionary(); in shaderCodeDictionary()
DSharedContext.h49 ShaderCodeDictionary* shaderCodeDictionary() { return &fShaderDictionary; } in shaderCodeDictionary() function
50 const ShaderCodeDictionary* shaderCodeDictionary() const { return &fShaderDictionary; } in shaderCodeDictionary() function
DKeyContext.cpp21 fDictionary = fRecorder->priv().shaderCodeDictionary(); in KeyContext()
DPublicPrecompile.cpp75 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in Precompile()
DContextUtils.cpp42 auto dict = recorder->priv().shaderCodeDictionary(); in ExtractPaintData()
DDrawPass.cpp456 ShaderCodeDictionary* dict = recorder->priv().shaderCodeDictionary(); in Make()
/external/skia/tests/graphite/
DKeyTest.cpp42 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
52 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
71 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
90 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
115 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
142 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DRTEffectTest.cpp20 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
46 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
72 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
115 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DCombinationBuilderTest.cpp283 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
DPaintParamsKeyTest.cpp638 ShaderCodeDictionary* dict = context->priv().shaderCodeDictionary(); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
/external/skia/src/gpu/graphite/mtl/
DMtlResourceProvider.mm120 fSharedContext->shaderCodeDictionary(),
/external/skia/src/gpu/graphite/dawn/
DDawnGraphicsPipeline.cpp242 sharedContext->shaderCodeDictionary(), in Make()