/external/skia/src/gpu/graphite/ |
D | KeyHelpers.h | 29 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 …]
|
D | KeyContext.h | 24 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()
|
D | KeyContext.cpp | 14 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
|
D | Precompile.h | 23 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&,
|
D | KeyHelpers.cpp | 39 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 …]
|
D | FactoryFunctions.cpp | 28 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 …]
|
D | PaintParams.h | 19 class KeyContext; variable 66 void toKey(const KeyContext&,
|
D | PublicPrecompile.cpp | 32 const KeyContext& keyContext, in compile() 81 KeyContext keyContext(dict, rtEffectDict.get(), ci); in Precompile()
|
D | Precompile.cpp | 95 void PaintOptions::createKey(const KeyContext& keyContext, in createKey() 148 const KeyContext& keyContext, in buildCombinations()
|
D | PrecompileBasePriv.h | 24 void addToKey(const KeyContext& keyContext, in addToKey()
|
D | PaintOptionsPriv.h | 27 const KeyContext& keyContext, in buildCombinations()
|
/external/skia/tests/graphite/ |
D | CombinationBuilderTest.cpp | 29 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/ |
D | SkColorShader.cpp | 49 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()
|
D | SkImageShader.h | 21 class KeyContext; variable 64 void addToKey(const skgpu::graphite::KeyContext&,
|
D | SkColorFilterShader.h | 25 void addToKey(const skgpu::graphite::KeyContext&,
|
D | SkShaderBase.h | 35 class KeyContext; variable 439 virtual void addToKey(const skgpu::graphite::KeyContext& keyContext,
|
D | SkComposeShader.cpp | 42 void addToKey(const skgpu::graphite::KeyContext&, 178 void SkShader_Blend::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
|
D | SkPictureShader.h | 35 void addToKey(const skgpu::graphite::KeyContext&,
|
/external/skia/src/core/ |
D | SkBlenderBase.h | 23 class KeyContext; variable 69 virtual void addToKey(const skgpu::graphite::KeyContext&,
|
D | SkColorFilterBase.h | 30 class KeyContext; variable 96 virtual void addToKey(const skgpu::graphite::KeyContext& keyContext,
|
D | SkModeColorFilter.cpp | 53 void addToKey(const skgpu::graphite::KeyContext&, 181 void SkModeColorFilter::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
|
D | SkColorFilter_Matrix.cpp | 53 void addToKey(const skgpu::graphite::KeyContext&, 215 void SkColorFilter_Matrix::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
|
/external/skia/src/utils/ |
D | SkGaussianColorFilter.cpp | 67 void addToKey(const skgpu::graphite::KeyContext&, 122 void SkGaussianColorFilter::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
|
/external/skia/src/shaders/gradients/ |
D | SkRadialGradient.cpp | 45 void addToKey(const skgpu::graphite::KeyContext&, 145 void SkRadialGradient::addToKey(const skgpu::graphite::KeyContext& keyContext, in addToKey()
|
D | SkLinearGradient.h | 23 void addToKey(const skgpu::graphite::KeyContext&,
|