| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
| H A D | transformation_flatten_conditional_branch_test.cpp | 51 std::string shader = R"( in TEST() local 188 std::string shader = R"( in TEST() local 341 std::string shader = R"( in TEST() local 646 std::string shader = R"( in TEST() local 810 std::string shader = R"( in TEST() local 877 std::string shader = R"( TEST() local 944 std::string shader = R"( TEST() local 1015 std::string shader = R"( TEST() local 1086 std::string shader = R"( TEST() local 1191 std::string shader = R"( TEST() local 1244 std::string shader = R"( TEST() local 1309 std::string shader = R"( TEST() local 1359 std::string shader = R"( TEST() local 1418 std::string shader = R"( TEST() local 1464 std::string shader = R"( TEST() local 1540 std::string shader = R"( TEST() local 1672 std::string shader = R"( TEST() local 1784 std::string shader = R"( TEST() local 1863 std::string shader = R"( TEST() local 1904 std::string shader = R"( TEST() local 1976 std::string shader = R"( TEST() local 2047 std::string shader = R"( TEST() local 2093 std::string shader = R"( TEST() local 2141 std::string shader = R"( TEST() local [all...] |
| H A D | transformation_move_block_down_test.cpp | 27 std::string shader = R"( in TEST() local 68 std::string shader = R"( in TEST() local 107 std::string shader = R"( in TEST() local 148 std::string shader = R"( in TEST() local 688 std::string shader in TEST() local [all...] |
| H A D | transformation_replace_add_sub_mul_with_carrying_extended_test.cpp | 28 std::string shader = R"( in TEST() local 89 std::string shader = R"( in TEST() local 185 std::string shader = R"( in TEST() local 276 std::string shader = R"( in TEST() local
|
| H A D | transformation_replace_load_store_with_copy_memory_test.cpp | 29 std::string shader = R"( in TEST() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | graphics_robust_access_test.cpp | 1396 std::string shader = R"( in TEST_F() local 1556 std::string shader = R"( in TEST_F() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
| H A D | remove_unused_instruction_test.cpp | 232 const std::string shader = R"( in TEST() local 379 std::string shader = R"( in TEST() local
|
| /third_party/skia/tests/ |
| H A D | ShaderTest.cpp | 18 static void check_isaimage(skiatest::Reporter* reporter, SkShader* shader, in check_isaimage() argument
|
| /third_party/skia/src/pdf/ |
| H A D | SkPDFUtils.h | 115 inline SkMatrix GetShaderLocalMatrix(const SkShader* shader) { in GetShaderLocalMatrix() argument
|
| /third_party/skia/src/shaders/ |
| H A D | SkColorFilterShader.cpp | 22 SkColorFilterShader::SkColorFilterShader(sk_sp<SkShader> shader, in SkColorFilterShader() argument 34 auto shader = buffer.readShader(); in CreateProc() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | MaxLimitTests.cpp | 35 std::string shader = R"( in TEST_P() local 113 std::string shader; in TEST_P() local
|
| /third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutations/ |
| H A D | replace_identifier_test.cc | 121 std::string shader = R"( in TEST() local 153 std::string shader = R"( in TEST() local 185 std::string shader = R"( in TEST() local 221 std::string shader = R"( in TEST() local 257 std::string shader = R"( in TEST() local 289 std::string shader = R"( TEST() local 325 std::string shader = R"( TEST() local 362 std::string shader = R"( TEST() local 399 std::string shader = R"( TEST() local 436 std::string shader = R"( TEST() local 473 std::string shader = R"( TEST() local 523 std::string shader = R"( TEST() local 570 std::string shader = R"( TEST() local 603 std::string shader = R"( TEST() local 637 std::string shader = R"( TEST() local [all...] |
| /third_party/skia/tools/viewer/ |
| H A D | SkSLSlide.cpp | 56 sk_sp<SkShader> shader; in load() local 249 auto shader = fEffect->makeShader(std::move(inputs), fChildren.data(), fChildren.count(), draw() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | ShaderModuleValidationTests.cpp | 29 const char* shader = R"( in TEST_F() local 91 const char* shader = R"( in TEST_F() local 133 const char* shader in TEST_F() local [all...] |
| /third_party/skia/modules/androidkit/src/ |
| H A D | Image.cpp | 43 sk_sp<SkShader> shader; in Image_MakeShader() local
|
| /third_party/skia/experimental/graphite/src/ |
| H A D | DrawList.cpp | 16 PaintParams(const SkColor4f& color, SkBlendMode blendMode, sk_sp<SkShader> shader) PaintParams() argument
|
| /third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/ |
| H A D | AnimationActivity.java | 76 private void drawRect(Canvas canvas, float cx, float cy, Shader shader) { in drawRect() argument
|
| /third_party/skia/gm/ |
| H A D | ovals.cpp | 257 auto shader = SkGradientShader::MakeRadial(center, 20, colors, pos, SK_ARRAY_COUNT(colors), variable
|
| H A D | patch.cpp | 109 sk_sp<SkShader> shader; in dopatch() local
|
| H A D | perlinnoise.cpp | 52 sk_sp<SkShader> shader; in test() local 128 sk_sp<SkShader> shader = (type == Type::kFractalNoise) ? in install() local
|
| /third_party/skia/include/effects/ |
| H A D | SkImageFilters.h | 350 static sk_sp<SkImageFilter> Shader(sk_sp<SkShader> shader, const CropRect& cropRect = {}) { in Shader() argument
|
| /third_party/spirv-tools/test/fuzz/ |
| H A D | fuzzer_pass_add_opphi_synonyms_test.cpp | 69 std::string shader = R"( member
|
| H A D | transformation_add_opphi_synonym_test.cpp | 45 std::string shader = R"( in TEST() local 147 std::string shader = R"( in TEST() local 324 std::string shader = R"( in TEST() local 424 std::string shader = R"( in TEST() local
|
| H A D | transformation_add_type_pointer_test.cpp | 48 std::string shader = R"( in TEST() local
|
| H A D | transformation_composite_insert_test.cpp | 30 std::string shader = R"( in TEST() local 177 std::string shader = R"( in TEST() local 295 std::string shader = R"( in TEST() local 401 std::string shader = R"( in TEST() local 512 std::string shader = R"( in TEST() local 725 std::string shader = R"( TEST() local 830 std::string shader = R"( TEST() local [all...] |
| H A D | transformation_equation_instruction_test.cpp | 27 std::string shader = R"( in TEST() local 154 std::string shader = R"( in TEST() local 245 std::string shader = R"( in TEST() local 381 std::string shader = R"( in TEST() local 524 std::string shader = R"( in TEST() local 656 std::string shader = R"( TEST() local 707 std::string shader = R"( TEST() local 748 std::string shader = R"( TEST() local 823 std::string shader = R"( TEST() local 898 std::string shader = R"( TEST() local 969 std::string shader = R"( TEST() local 1040 std::string shader = R"( TEST() local 1120 std::string shader = R"( TEST() local 1200 std::string shader = R"( TEST() local 1272 std::string shader = R"( TEST() local 1344 std::string shader = R"( TEST() local 1527 std::string shader = R"( TEST() local 1579 std::string shader = R"( TEST() local 1627 std::string shader = R"( TEST() local [all...] |