/third_party/vk-gl-cts/external/amber/src/src/ |
H A 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, FormatMod in TEST_F() [all...] |
H A 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()
|
H A D | format_data.h | 19 kR = 0, member in FormatComponentType
|
H A D | type_parser.cc | 61 pieces_[0].type == FormatComponentType::kR) { in Parse() 147 type = FormatComponentType::kR; in ProcessChunk()
|
H A D | format.h | 70 FormatComponentType name_ = FormatComponentType::kR;
|
H A D | verifier.cc | 337 case FormatComponentType::kR: in IsTexelEqualToExpected() 374 case FormatComponentType::kR: in GetTexelInRGBA()
|
H A D | type.h | 180 FormatComponentType name = FormatComponentType::kR;
|
/third_party/skia/gm/ |
H A D | displacement.cpp | 68 SkColorChannel::kR, SkColorChannel::kG, 0.0f, displ, nullptr)); 74 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr)); 80 SkColorChannel::kR, SkColorChannel::kA, 64.0f, displ, nullptr)); 84 SkColorChannel::kR, SkColorChannel::kG, 40.0f, displ, nullptr)); 90 SkColorChannel::kR, SkColorChannel::kB, 40.0f, displ, nullptr)); 96 SkColorChannel::kR, SkColorChannel::kA, 40.0f, displ, nullptr)); 101 SkColorChannel::kR, SkColorChannel::kG, 0.0f, displ, nullptr, &cropRect)); 107 SkColorChannel::kR, SkColorChannel::kB, 32.0f, displ, nullptr, &cropRect)); 113 SkColorChannel::kR, SkColorChannel::kA, 64.0f, displ, nullptr, &cropRect)); 117 SkColorChannel::kR, SkColorChanne [all...] |
H A D | imagefiltersclipped.cpp | 108 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR,
|
H A D | imagefiltersscaled.cpp | 100 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12,
|
H A D | imagefilterscropexpand.cpp | 91 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12, in DEF_SIMPLE_GM()
|
H A D | imagefilterstransformed.cpp | 84 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12,
|
/third_party/skia/tools/viewer/ |
H A 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 in draw_stats_box() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A 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()
|
H A 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/ |
H A D | gaussian_distribution.h | 60 static constexpr double kR = 3.442619855899; // Start of the tail. member in absl::random_internal::gaussian_distribution_base 61 static constexpr double kRInv = 0.29047645161474317; // ~= (1.0 / kR) . 225 return neg ? (x - kR) : (kR - x); in zignor_fallback()
|
/third_party/skia/bench/ |
H A D | ImageFilterDAGBench.cpp | 123 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR,
|
H A D | DisplacementBench.cpp | 101 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kG, 150 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB,
|
/third_party/skia/src/core/ |
H A 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/modules/skottie/src/effects/ |
H A D | DisplacementMapEffect.cpp | 98 kR, member in skottie::internal::__anon18548::final::Selector 140 { 1,0,0,0,0, 1,0 }, // kR: D = r, C = a in Coeffs() 305 Selector fXSelector = Selector::kR, 306 fYSelector = Selector::kR;
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttribute.h | 41 kR, // <circle>, <radialGradient>: radius member in SkSVGAttribute
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFeDisplacementMap.cpp | 61 { "R", SkSVGFeDisplacementMap::ChannelSelector::kR }, in parse()
|
/third_party/skia/include/core/ |
H A D | SkColor.h | 227 kR, // the red channel member in SkColorChannel 237 kRed_SkColorChannelFlag = 1 << static_cast<uint32_t>(SkColorChannel::kR),
|
/third_party/skia/src/gpu/ |
H A D | GrYUVATextureProxies.cpp | 108 case 'r': fYUVALocations[i].fChannel = SkColorChannel::kR; break; in GrYUVATextureProxies()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkDisplacementMapImageFilter.cpp | 93 case SkColorChannel::kR: in channel_selector_type_is_valid() 552 case SkColorChannel::kR: return 'r'; in emitCode()
|