Home
last modified time | relevance | path

Searched refs:runtimeEffectDictionary (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRecorderPriv.h36 const RuntimeEffectDictionary* runtimeEffectDictionary() const { in runtimeEffectDictionary() function
39 RuntimeEffectDictionary* runtimeEffectDictionary() { in runtimeEffectDictionary() function
H A DKeyContext.cpp27 fRTEffectDict = fRecorder->priv().runtimeEffectDictionary(); in KeyContext()
H A DShaderInfo.h55 const RuntimeEffectDictionary* runtimeEffectDictionary() const { in runtimeEffectDictionary() function
H A DShaderCodeDictionary.cpp535 effect = shaderInfo.runtimeEffectDictionary()->find(node->codeSnippetId()); in GenerateRuntimeShaderPreamble()
/aosp_15_r20/external/skia/dm/
H A DDMSrcSink.cpp2295 RuntimeEffectDictionary* rteDict = fRecorder->priv().runtimeEffectDictionary(); in resetAndRecreatePipelines()