Home
last modified time | relevance | path

Searched defs:stableKey (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkRuntimeEffectPriv.h100 static void SetStableKey(SkRuntimeEffect::Options* options, uint32_t stableKey) { in SetStableKey()
H A DSkKnownRuntimeEffects.cpp204 const SkRuntimeEffect* GetKnownRuntimeEffect(StableKey stableKey) { in GetKnownRuntimeEffect()
/aosp_15_r20/external/skia/src/gpu/graphite/precompile/
H A DPrecompileShader.cpp967 SkKnownRuntimeEffects::StableKey stableKey = SkKnownRuntimeEffects::StableKey::kInvalid; in addToKey() local
1010 SkKnownRuntimeEffects::StableKey stableKey) in PrecompileMorphologyShader()
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DShaderCodeDictionary.cpp683 if (int stableKey = SkRuntimeEffectPriv::StableKey(*effect)) { in findOrCreateRuntimeEffectSnippet() local