Home
last modified time | relevance | path

Searched defs:keyContext (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/graphite/
DPaintParams.cpp95 void Blend(const KeyContext& keyContext, in Blend()
112 void Compose(const KeyContext& keyContext, in Compose()
126 void AddKnownModeBlend(const KeyContext& keyContext, in AddKnownModeBlend()
136 void AddModeBlend(const KeyContext& keyContext, in AddModeBlend()
148 void AddDstReadBlock(const KeyContext& keyContext, in AddDstReadBlock()
168 void AddDitherBlock(const KeyContext& keyContext, in AddDitherBlock()
187 void PaintParams::addPaintColorToKey(const KeyContext& keyContext, in addPaintColorToKey()
202 void PaintParams::handlePrimitiveColor(const KeyContext& keyContext, in handlePrimitiveColor()
222 void PaintParams::handlePaintAlpha(const KeyContext& keyContext, in handlePaintAlpha()
251 void PaintParams::handleColorFilter(const KeyContext& keyContext, in handleColorFilter()
[all …]
DKeyHelpers.cpp103 void SolidColorShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
132 void RGBPaintColorBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
140 void AlphaOnlyPaintColorBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
170 void DstReadSampleBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
400 void GradientShaderBlocks::AddBlock(const KeyContext& keyContext, in AddBlock()
488 void LocalMatrixShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
653 void ImageShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
744 void YUVImageShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
787 void CoordClampShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock()
810 void DitherShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock()
[all …]
DFactoryFunctions.cpp79 void addToKey(const KeyContext& keyContext, in addToKey()
112 const KeyContext& keyContext, in onCreatePipelines()
179 const KeyContext& keyContext, in create_blur_imagefilter_pipelines()
212 const KeyContext& keyContext, in onCreatePipelines()
240 const KeyContext& keyContext, in onCreatePipelines()
293 const KeyContext& keyContext, in onCreatePipelines()
330 const KeyContext& keyContext, in onCreatePipelines()
364 const KeyContext& keyContext, in onCreatePipelines()
401 const KeyContext& keyContext, in onCreatePipelines()
456 const KeyContext& keyContext, in createPipelines()
[all …]
DPrecompileInternal.h78 void addToKey(const KeyContext& keyContext, in addToKey()
105 void createPipelines(const KeyContext& keyContext, in createPipelines()
133 void addToKey(const KeyContext& keyContext, in addToKey()
DPublicPrecompile.cpp35 const KeyContext& keyContext, in compile()
109 KeyContext keyContext( in Precompile() local
135 const KeyContext& keyContext, in PrecompileCombinations()
DContextUtils.cpp47 KeyContext keyContext(recorder, in ExtractPaintData() local
/external/skia/src/gpu/graphite/precompile/
DPaintOption.cpp24 void PaintOption::toKey(const KeyContext& keyContext, in toKey()
52 void PaintOption::addPaintColorToKey(const KeyContext& keyContext, in addPaintColorToKey()
62 void PaintOption::handlePrimitiveColor(const KeyContext& keyContext, in handlePrimitiveColor()
84 void PaintOption::handlePaintAlpha(const KeyContext& keyContext, in handlePaintAlpha()
111 void PaintOption::handleColorFilter(const KeyContext& keyContext, in handleColorFilter()
148 void PaintOption::handleDithering(const KeyContext& keyContext, in handleDithering()
169 void PaintOption::handleDstRead(const KeyContext& keyContext, in handleDstRead()
DPrecompileShader.cpp62 void addToKey(const KeyContext& keyContext, in addToKey()
85 void addToKey(const KeyContext& keyContext, in addToKey()
168 void addToKey(const KeyContext& keyContext, in addToKey()
307 void addToKey(const KeyContext& keyContext, in addToKey()
361 void addToKey(const KeyContext& keyContext, in addToKey()
449 void addToKey(const KeyContext& keyContext, in addToKey()
489 void addToKey(const KeyContext& keyContext, in addToKey()
616 void addToKey(const KeyContext& keyContext, in addToKey()
684 void addToKey(const KeyContext& keyContext, in addToKey()
733 void addToKey(const KeyContext& keyContext, in addToKey()
[all …]
DPaintOptions.cpp162 void PaintOptions::createKey(const KeyContext& keyContext, in createKey()
223 void create_image_drawing_pipelines(const KeyContext& keyContext, in create_image_drawing_pipelines()
250 const KeyContext& keyContext, in buildCombinations()
DPrecompileBaseComplete.h31 void PrecompileBase::AddToKey(const KeyContext& keyContext, in AddToKey()
DPrecompileBasePriv.h28 void addToKey(const KeyContext& keyContext, in addToKey()
DPrecompileBlenderPriv.h27 void addToKey(const KeyContext& keyContext, in addToKey()
DPrecompileBlender.cpp26 void addToKey(const KeyContext& keyContext, in addToKey()
DPrecompileShaderPriv.h33 void addToKey(const KeyContext& keyContext, in addToKey()
DPaintOptionsPriv.h37 const KeyContext& keyContext, in buildCombinations()
/external/skia/tests/graphite/
DCombinationBuilderTest.cpp32 void no_blend_mode_option_test(const KeyContext& keyContext, in no_blend_mode_option_test()
58 void run_test(const KeyContext& keyContext, in run_test()
82 void big_test(const KeyContext& keyContext, in big_test()
184 void runtime_effect_test(const KeyContext& keyContext, in runtime_effect_test()
308 KeyContext keyContext(context->priv().caps(), in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local