Home
last modified time | relevance | path

Searched refs:KeyContext (Results 1 – 25 of 44) sorted by relevance

12

/external/skia/src/gpu/graphite/
DKeyHelpers.h29 class KeyContext; variable
45 static void BeginBlock(const KeyContext&,
53 static void BeginBlock(const KeyContext&,
61 static void BeginBlock(const KeyContext&,
123 static void BeginBlock(const KeyContext&,
140 static void BeginBlock(const KeyContext&,
170 static void BeginBlock(const KeyContext&,
182 static void BeginBlock(const KeyContext&,
196 static void BeginBlock(const KeyContext&,
203 static void BeginBlock(const KeyContext&,
[all …]
DKeyContext.h24 class KeyContext {
27 KeyContext(ShaderCodeDictionary* dict, in KeyContext() function
36 KeyContext(Recorder*, const SkM44& local2Dev, const SkColorInfo&);
38 KeyContext(const KeyContext&);
59 class KeyContextWithLocalMatrix : public KeyContext {
61 KeyContextWithLocalMatrix(const KeyContext& other, const SkMatrix& childLM) in KeyContextWithLocalMatrix()
62 : KeyContext(other) { in KeyContextWithLocalMatrix()
DKeyContext.cpp14 KeyContext::KeyContext(skgpu::graphite::Recorder* recorder, in KeyContext() function in skgpu::graphite::KeyContext
25 KeyContext::KeyContext(const KeyContext& other) in KeyContext() function in skgpu::graphite::KeyContext
DPrecompile.h23 class KeyContext; variable
59 static void AddToKey(const KeyContext&,
70 virtual void addToKey(const KeyContext&,
79 void PrecompileBase::AddToKey(const KeyContext& keyContext, in AddToKey()
175 void createKey(const KeyContext&, int desiredCombination,
178 const KeyContext&,
DKeyHelpers.cpp39 void PassthroughShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
47 void PassthroughBlenderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
68 void SolidColorShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
225 void GradientShaderBlocks::BeginBlock(const KeyContext& keyContext, in BeginBlock()
297 void LocalMatrixShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
371 void ImageShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
399 void PorterDuffBlendShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
420 void BlendShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
440 void ColorFilterShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
471 void MatrixColorFilterBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
[all …]
DFactoryFunctions.cpp28 void addToKey(const KeyContext& keyContext, in addToKey()
53 void addToKey(const KeyContext& keyContext, in addToKey()
133 void addToKey(const KeyContext& keyContext, in addToKey()
263 void addToKey(const KeyContext& keyContext, in addToKey()
294 void addToKey(const KeyContext& keyContext, in addToKey()
348 void addToKey(const KeyContext& keyContext, in addToKey()
383 void addToKey(const KeyContext& keyContext, in addToKey()
419 void addToKey(const KeyContext& keyContext, in addToKey()
439 void addToKey(const KeyContext& keyContext, in addToKey()
462 void addToKey(const KeyContext& keyContext, in addToKey()
[all …]
DPaintParams.h19 class KeyContext; variable
66 void toKey(const KeyContext&,
DPublicPrecompile.cpp32 const KeyContext& keyContext, in compile()
81 KeyContext keyContext(dict, rtEffectDict.get(), ci); in Precompile()
DPrecompile.cpp95 void PaintOptions::createKey(const KeyContext& keyContext, in createKey()
148 const KeyContext& keyContext, in buildCombinations()
DPrecompileBasePriv.h24 void addToKey(const KeyContext& keyContext, in addToKey()
DPaintOptionsPriv.h27 const KeyContext& keyContext, in buildCombinations()
/external/skia/tests/graphite/
DCombinationBuilderTest.cpp29 void empty_test(const KeyContext& keyContext, skiatest::Reporter* reporter) { in empty_test()
45 void no_shader_option_test(const KeyContext& keyContext, skiatest::Reporter* reporter) { in no_shader_option_test()
64 void no_blend_mode_option_test(const KeyContext& keyContext, skiatest::Reporter* reporter) { in no_blend_mode_option_test()
80 void big_test(const KeyContext& keyContext, skiatest::Reporter* reporter) { in big_test()
173 void runtime_effect_test(const KeyContext& keyContext, skiatest::Reporter* reporter) { in runtime_effect_test()
288 KeyContext keyContext(dict, rtEffectDict.get(), ci); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS()
/external/skia/src/shaders/
DSkColorShader.cpp49 void addToKey(const skgpu::graphite::KeyContext&,
91 void addToKey(const skgpu::graphite::KeyContext&,
240 void SkColorShader::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
250 void SkColor4Shader::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
DSkImageShader.h21 class KeyContext; variable
64 void addToKey(const skgpu::graphite::KeyContext&,
DSkColorFilterShader.h25 void addToKey(const skgpu::graphite::KeyContext&,
DSkShaderBase.h35 class KeyContext; variable
439 virtual void addToKey(const skgpu::graphite::KeyContext& keyContext,
DSkComposeShader.cpp42 void addToKey(const skgpu::graphite::KeyContext&,
178 void SkShader_Blend::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
DSkPictureShader.h35 void addToKey(const skgpu::graphite::KeyContext&,
/external/skia/src/core/
DSkBlenderBase.h23 class KeyContext; variable
69 virtual void addToKey(const skgpu::graphite::KeyContext&,
DSkColorFilterBase.h30 class KeyContext; variable
96 virtual void addToKey(const skgpu::graphite::KeyContext& keyContext,
DSkModeColorFilter.cpp53 void addToKey(const skgpu::graphite::KeyContext&,
181 void SkModeColorFilter::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
DSkColorFilter_Matrix.cpp53 void addToKey(const skgpu::graphite::KeyContext&,
215 void SkColorFilter_Matrix::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
/external/skia/src/utils/
DSkGaussianColorFilter.cpp67 void addToKey(const skgpu::graphite::KeyContext&,
122 void SkGaussianColorFilter::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
/external/skia/src/shaders/gradients/
DSkRadialGradient.cpp45 void addToKey(const skgpu::graphite::KeyContext&,
145 void SkRadialGradient::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
DSkLinearGradient.h23 void addToKey(const skgpu::graphite::KeyContext&,

12