/third_party/vk-gl-cts/external/amber/src/src/ |
D | type_parser_test.cc | 42 {FormatComponentType::kR, FormatMode::kUNorm, 5}, in TEST_F() 54 {FormatComponentType::kR, FormatMode::kSInt, 10}, in TEST_F() 64 {FormatComponentType::kR, FormatMode::kSNorm, 10}, in TEST_F() 74 {FormatComponentType::kR, FormatMode::kSScaled, 10}, in TEST_F() 84 {FormatComponentType::kR, FormatMode::kUInt, 10}, in TEST_F() 94 {FormatComponentType::kR, FormatMode::kUNorm, 10}, in TEST_F() 104 {FormatComponentType::kR, FormatMode::kUScaled, 10}, in TEST_F() 112 {FormatComponentType::kR, FormatMode::kSInt, 10}, in TEST_F() 122 {FormatComponentType::kR, FormatMode::kSNorm, 10}, in TEST_F() 132 {FormatComponentType::kR, FormatMode::kSScaled, 10}, in TEST_F() [all …]
|
D | type_test.cc | 141 l1.AddMember(FormatComponentType::kR, FormatMode::kSFloat, 32); in TEST_F() 142 l2.AddMember(FormatComponentType::kR, FormatMode::kSFloat, 32); in TEST_F() 149 l3.AddMember(FormatComponentType::kR, FormatMode::kSFloat, 16); in TEST_F() 153 l4.AddMember(FormatComponentType::kR, FormatMode::kSInt, 16); in TEST_F() 161 l6.AddMember(FormatComponentType::kR, FormatMode::kSFloat, 32); in TEST_F()
|
D | format_data.h | 19 kR = 0, enumerator
|
D | type_parser.cc | 61 pieces_[0].type == FormatComponentType::kR) { in Parse() 147 type = FormatComponentType::kR; in ProcessChunk()
|
D | format.h | 70 FormatComponentType name_ = FormatComponentType::kR;
|
D | verifier.cc | 337 case FormatComponentType::kR: in IsTexelEqualToExpected() 374 case FormatComponentType::kR: in GetTexelInRGBA()
|
/third_party/skia/gm/ |
D | displacement.cpp | 68 SkColorChannel::kR, SkColorChannel::kG, 0.0f, displ, nullptr)); in onDraw() 74 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr)); in onDraw() 80 SkColorChannel::kR, SkColorChannel::kA, 64.0f, displ, nullptr)); in onDraw() 84 SkColorChannel::kR, SkColorChannel::kG, 40.0f, displ, nullptr)); in onDraw() 90 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr)); in onDraw() 96 SkColorChannel::kR, SkColorChannel::kA, 40.0f, displ, nullptr)); in onDraw() 101 SkColorChannel::kR, SkColorChannel::kG, 0.0f, displ, nullptr, &cropRect)); in onDraw() 107 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr, &cropRect)); in onDraw() 113 SkColorChannel::kR, SkColorChannel::kA, 64.0f, displ, nullptr, &cropRect)); in onDraw() 117 SkColorChannel::kR, SkColorChannel::kG, 40.0f, displ, nullptr, &cropRect)); in onDraw() [all …]
|
D | imagefiltersclipped.cpp | 108 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, in onDraw()
|
D | imagefiltersscaled.cpp | 100 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12, in onDraw()
|
D | imagefilterscropexpand.cpp | 91 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12,
|
D | imagefilterstransformed.cpp | 84 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12, in onDraw()
|
/third_party/skia/tools/viewer/ |
D | SkottieSlide.cpp | 80 static constexpr SkRect kR = { 10, 10, 280, 120 }; in draw_stats_box() local 89 canvas->drawRect(kR, paint); in draw_stats_box() 95 canvas->drawString(json_size, kR.x() + 10, kR.y() + kTextSize * 1, font, paint); in draw_stats_box() 98 canvas->drawString(animator_count, kR.x() + 10, kR.y() + kTextSize * 2, font, paint); in draw_stats_box() 101 canvas->drawString(json_parse_time, kR.x() + 10, kR.y() + kTextSize * 3, font, paint); in draw_stats_box() 104 canvas->drawString(scene_parse_time, kR.x() + 10, kR.y() + kTextSize * 4, font, paint); in draw_stats_box() 107 canvas->drawString(total_load_time, kR.x() + 10, kR.y() + kTextSize * 5, font, paint); in draw_stats_box() 110 canvas->drawRect(kR, paint); in draw_stats_box()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | gaussian_distribution_gentables.cc | 65 using gaussian_distribution_base::kR; 92 tables_.x[0] = kV / f(kR); in TableGenerator() 95 tables_.x[1] = kR; in TableGenerator()
|
D | chi_square.cc | 94 static constexpr double kR[] = { in normal_survival() local 97 double r = EvaluatePolynomial(z, kR); in normal_survival()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | gaussian_distribution.h | 60 static constexpr double kR = 3.442619855899; // Start of the tail. variable 225 return neg ? (x - kR) : (kR - x); in zignor_fallback()
|
/third_party/skia/bench/ |
D | ImageFilterDAGBench.cpp | 123 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, in onDraw()
|
D | DisplacementBench.cpp | 101 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kG, in onDraw() 150 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB, in onDraw()
|
/third_party/skia/modules/skottie/src/effects/ |
D | DisplacementMapEffect.cpp | 98 kR, enumerator 305 Selector fXSelector = Selector::kR, 306 fYSelector = Selector::kR;
|
/third_party/skia/src/core/ |
D | SkYUVAInfo.cpp | 149 *channel = SkColorChannel::kR; in channel_index_to_channel() 155 case 0: *channel = SkColorChannel::kR; return true; in channel_index_to_channel() 273 yuvaLocations[i] = {-1, SkColorChannel::kR}; in GetYUVALocations()
|
/third_party/skia/include/core/ |
D | SkColor.h | 227 kR, // the red channel enumerator 237 kRed_SkColorChannelFlag = 1 << static_cast<uint32_t>(SkColorChannel::kR),
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 41 kR, // <circle>, <radialGradient>: radius enumerator
|
/third_party/skia/modules/svg/src/ |
D | SkSVGFeDisplacementMap.cpp | 61 { "R", SkSVGFeDisplacementMap::ChannelSelector::kR }, in parse()
|
/third_party/skia/src/gpu/ |
D | GrYUVATextureProxies.cpp | 108 case 'r': fYUVALocations[i].fChannel = SkColorChannel::kR; break; in GrYUVATextureProxies()
|
/third_party/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 93 case SkColorChannel::kR: in channel_selector_type_is_valid() 543 case SkColorChannel::kR: return 'r'; in emitCode()
|
/third_party/skia/tests/ |
D | GrClipStackTest.cpp | 1586 static constexpr float kR = kN / 3.f; in DEF_TEST() local 1615 r.inset(kR, kR); in DEF_TEST() 1625 SkRRect rrect = SkRRect::MakeRectXY(rects[i], kR, kR); in DEF_TEST() 1636 b.actual().path(make_octagon(rects[i], kR, kR), GrAA::kYes, op); in DEF_TEST()
|