Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkKeyHelpers.h29 void AddToKey(SkShaderCodeDictionary*,
41 void AddToKey(SkShaderCodeDictionary*,
98 void AddToKey(SkShaderCodeDictionary*,
123 void AddToKey(SkShaderCodeDictionary*,
143 void AddToKey(SkShaderCodeDictionary*,
156 void AddToKey(SkShaderCodeDictionary*,
DSkKeyHelpers.cpp80 void AddToKey(SkShaderCodeDictionary* /* dict */, in AddToKey() function
136 void AddToKey(SkShaderCodeDictionary* dict, in AddToKey() function
334 void AddToKey(SkShaderCodeDictionary* dict, in AddToKey() function
389 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, SkColors::kRed); in AddToKey()
500 void AddToKey(SkShaderCodeDictionary* dict, in AddToKey() function
527 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, SkColors::kRed); in AddToKey()
550 void AddToKey(SkShaderCodeDictionary* dict, in AddToKey() function
585 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, SkColors::kRed); in AddToKey()
627 void AddToKey(SkShaderCodeDictionary* dict, in AddToKey() function
648 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, SkColors::kRed); in AddToKey()
[all …]
DSkBlendModeBlender.cpp69 BlendModeBlock::AddToKey(dict, backend, builder, uniformBlock, bm.value()); in addToKey()
71 BlendModeBlock::AddToKey(dict, backend, builder, uniformBlock, SkBlendMode::kSrcOver); in addToKey()
DSkPaintPriv.cpp141 SolidColorShaderBlock::AddToKey(dict, backend, &builder, nullptr, paint.getColor4f()); in ToKeys()
147 BlendModeBlock::AddToKey(dict, backend, &builder, nullptr, SkBlendMode::kSrcOver); in ToKeys()
/external/skia/experimental/graphite/src/
DPaintParams.cpp51 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, fColor); in toKey()
57 BlendModeBlock::AddToKey(dict, backend, builder, uniformBlock, SkBlendMode::kSrcOver); in toKey()
/external/skia/src/shaders/
DSkColorShader.cpp144 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, in addToKey()
152 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, fColor); in addToKey()
DSkComposeShader.cpp199 BlendShaderBlock::AddToKey(dict, backend, builder, uniformBlock, in addToKey()
DSkShader.cpp157 SolidColorShaderBlock::AddToKey(dict, backend, builder, uniformBlock, SkColors::kRed); in addToKey()
DSkImageShader.cpp380 ImageShaderBlock::AddToKey(dict, backend, builder, uniformBlock, { fTileModeX, fTileModeY }); in addToKey()
/external/skia/src/shaders/gradients/
DSkRadialGradient.cpp98 GradientShaderBlocks::AddToKey(dict, backend, builder, uniformBlock, data); in addToKey()
DSkLinearGradient.cpp119 GradientShaderBlocks::AddToKey(dict, backend, builder, uniformBlock, data); in addToKey()
DSkSweepGradient.cpp122 GradientShaderBlocks::AddToKey(dict, backend, builder, uniformBlock, data); in addToKey()
DSkTwoPointConicalGradient.cpp292 GradientShaderBlocks::AddToKey(dict, backend, builder, uniformBlock, data); in addToKey()