/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | KeyHelpers.cpp | 135 void SolidColorShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock() 164 void RGBPaintColorBlock::AddBlock(const KeyContext& keyContext, in AddBlock() 172 void AlphaOnlyPaintColorBlock::AddBlock(const KeyContext& keyContext, in AddBlock() 412 void GradientShaderBlocks::AddBlock(const KeyContext& keyContext, in AddBlock() 494 void LocalMatrixShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock() 662 void ImageShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock() 825 void YUVImageShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock() 878 void CoordClampShaderBlock::BeginBlock(const KeyContext& keyContext, in BeginBlock() 901 void DitherShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock() 936 void PerlinNoiseShaderBlock::AddBlock(const KeyContext& keyContext, in AddBlock() [all …]
|
H A D | PaintParams.cpp | 97 void Blend(const KeyContext& keyContext, in Blend() 114 void Compose(const KeyContext& keyContext, in Compose() 128 void AddFixedBlendMode(const KeyContext& keyContext, in AddFixedBlendMode() 138 void AddBlendMode(const KeyContext& keyContext, in AddBlendMode() 157 void AddDitherBlock(const KeyContext& keyContext, in AddDitherBlock() 176 void PaintParams::addPaintColorToKey(const KeyContext& keyContext, in addPaintColorToKey() 191 void PaintParams::handlePrimitiveColor(const KeyContext& keyContext, in handlePrimitiveColor() 211 void PaintParams::handlePaintAlpha(const KeyContext& keyContext, in handlePaintAlpha() 240 void PaintParams::handleColorFilter(const KeyContext& keyContext, in handleColorFilter() 256 void PaintParams::handleDithering(const KeyContext& keyContext, in handleDithering() [all …]
|
H A D | PublicPrecompile.cpp | 37 const KeyContext& keyContext, in compile() 150 KeyContext keyContext(caps, dict, rtEffectDict.get(), ci); in Precompile() local 215 const KeyContext& keyContext, in PrecompileCombinations()
|
H A D | ContextUtils.cpp | 41 KeyContext keyContext(recorder, in ExtractPaintData() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/precompile/ |
H A D | PrecompileShader.cpp | 54 void addToKey(const KeyContext& keyContext, in addToKey() 77 void addToKey(const KeyContext& keyContext, in addToKey() 124 void addToKey(const KeyContext& keyContext, in addToKey() 207 void addToKey(const KeyContext& keyContext, in addToKey() 260 void addToKey(const KeyContext& keyContext, in addToKey() 388 void addToKey(const KeyContext& keyContext, in addToKey() 459 void addToKey(const KeyContext& keyContext, in addToKey() 500 void addToKey(const KeyContext& keyContext, in addToKey() 640 void addToKey(const KeyContext& keyContext, in addToKey() 734 void addToKey(const KeyContext& keyContext, in addToKey() [all …]
|
H A D | PrecompileImageFilter.cpp | 49 const KeyContext& keyContext, in createPipelines() 69 const KeyContext& keyContext, in CreateBlurImageFilterPipelines() 107 const KeyContext& keyContext, in onCreatePipelines() 182 const KeyContext& keyContext, in onCreatePipelines() 213 const KeyContext& keyContext, in onCreatePipelines() 268 const KeyContext& keyContext, in onCreatePipelines() 307 const KeyContext& keyContext, in onCreatePipelines() 343 const KeyContext& keyContext, in onCreatePipelines() 382 const KeyContext& keyContext, in onCreatePipelines()
|
H A D | PaintOption.cpp | 25 void PaintOption::toKey(const KeyContext& keyContext, in toKey() 55 void PaintOption::addPaintColorToKey(const KeyContext& keyContext, in addPaintColorToKey() 65 void PaintOption::handlePrimitiveColor(const KeyContext& keyContext, in handlePrimitiveColor() 87 void PaintOption::handlePaintAlpha(const KeyContext& keyContext, in handlePaintAlpha() 114 void PaintOption::handleColorFilter(const KeyContext& keyContext, in handleColorFilter() 151 void PaintOption::handleDithering(const KeyContext& keyContext, in handleDithering()
|
H A D | PrecompileColorFilter.cpp | 81 void addToKey(const KeyContext& keyContext, in addToKey() 149 void addToKey(const KeyContext& keyContext, in addToKey() 197 void addToKey(const KeyContext& keyContext, in addToKey() 225 void addToKey(const KeyContext& keyContext, in addToKey() 280 void addToKey(const KeyContext& keyContext, in addToKey() 332 void addToKey(const KeyContext& keyContext, in addToKey() 361 void addToKey(const KeyContext& keyContext, in addToKey()
|
H A D | PaintOptions.cpp | 165 void PaintOptions::createKey(const KeyContext& keyContext, in createKey() 226 void create_image_drawing_pipelines(const KeyContext& keyContext, in create_image_drawing_pipelines() 255 const KeyContext& keyContext, in buildCombinations()
|
H A D | PrecompileMaskFilter.cpp | 28 void PrecompileMaskFilter::addToKey(const KeyContext& keyContext, in addToKey() 44 const KeyContext& keyContext, in createPipelines()
|
H A D | PrecompileBaseComplete.h | 31 void PrecompileBase::AddToKey(const KeyContext& keyContext, in AddToKey()
|
H A D | PrecompileBasePriv.h | 28 void addToKey(const KeyContext& keyContext, in addToKey()
|
H A D | PrecompileShaderPriv.h | 33 void addToKey(const KeyContext& keyContext, in addToKey()
|
H A D | PaintOptionsPriv.h | 35 const KeyContext& keyContext, in buildCombinations()
|
H A D | PrecompileBlenderPriv.h | 29 void addToKey(const KeyContext& keyContext, in addToKey()
|
H A D | PrecompileBlender.cpp | 30 void addToKey(const KeyContext& keyContext, in addToKey()
|
H A D | PrecompileRuntimeEffect.cpp | 115 void addToKey(const KeyContext& keyContext, in addToKey()
|
/aosp_15_r20/external/skia/tests/graphite/precompile/ |
H A D | CombinationBuilderTest.cpp | 53 void no_blend_mode_option_test(const KeyContext& keyContext, in no_blend_mode_option_test() 82 void run_test(const KeyContext& keyContext, in run_test() 110 void big_test(const KeyContext& keyContext, in big_test() 226 void runtime_effect_test(const KeyContext& keyContext, in runtime_effect_test() 359 void blend_subtest(const KeyContext& keyContext, in blend_subtest() 393 void shader_subtest(const KeyContext& keyContext, in shader_subtest() 532 void colorfilter_subtest(const KeyContext& keyContext, in colorfilter_subtest() 606 KeyContext keyContext(context->priv().caps(), dict, rtEffectDict.get(), ci); in DEF_GRAPHITE_TEST_FOR_ALL_CONTEXTS() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/ |
D | adservices-service-core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/javac/ |
D | adservices-service-core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/prebuilts/checkstyle/ |
HD | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/puppycrawl/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/jarjar/ |
D | adservices-service-core.jar | private_join_and_compute/util/proto/test/Test.class
Test.java
package private_join_and_compute.util. ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/local-javac-header/ |
D | adservices-service-core.jar | private_join_and_compute/util/proto/test/Test.class
Test.java
package private_join_and_compute.util. ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex33/combined/ |
D | adservices-service-core.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/NOTICE.txt
META ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/local-javac-header/ |
D | adservices-service-core.jar | private_join_and_compute/util/proto/test/Test.class
Test.java
package private_join_and_compute.util. ... |