Home
last modified time | relevance | path

Searched refs:kR (Results 1 - 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_parser_test.cc42 {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 Dtype_test.cc141 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 Dformat_data.h19 kR = 0, member in FormatComponentType
H A Dtype_parser.cc61 pieces_[0].type == FormatComponentType::kR) { in Parse()
147 type = FormatComponentType::kR; in ProcessChunk()
H A Dformat.h70 FormatComponentType name_ = FormatComponentType::kR;
H A Dverifier.cc337 case FormatComponentType::kR: in IsTexelEqualToExpected()
374 case FormatComponentType::kR: in GetTexelInRGBA()
H A Dtype.h180 FormatComponentType name = FormatComponentType::kR;
/third_party/skia/gm/
H A Ddisplacement.cpp68 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 Dimagefiltersclipped.cpp108 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR,
H A Dimagefiltersscaled.cpp100 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12,
H A Dimagefilterscropexpand.cpp91 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12, in DEF_SIMPLE_GM()
H A Dimagefilterstransformed.cpp84 SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR, 12,
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp80 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 Dgaussian_distribution_gentables.cc65 using gaussian_distribution_base::kR;
92 tables_.x[0] = kV / f(kR); in TableGenerator()
95 tables_.x[1] = kR; in TableGenerator()
H A Dchi_square.cc94 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 Dgaussian_distribution.h60 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 DImageFilterDAGBench.cpp123 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kR,
H A DDisplacementBench.cpp101 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kG,
150 paint.setImageFilter(SkImageFilters::DisplacementMap(SkColorChannel::kR, SkColorChannel::kB,
/third_party/skia/src/core/
H A DSkYUVAInfo.cpp149 *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 DDisplacementMapEffect.cpp98 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 DSkSVGAttribute.h41 kR, // <circle>, <radialGradient>: radius member in SkSVGAttribute
/third_party/skia/modules/svg/src/
H A DSkSVGFeDisplacementMap.cpp61 { "R", SkSVGFeDisplacementMap::ChannelSelector::kR }, in parse()
/third_party/skia/include/core/
H A DSkColor.h227 kR, // the red channel member in SkColorChannel
237 kRed_SkColorChannelFlag = 1 << static_cast<uint32_t>(SkColorChannel::kR),
/third_party/skia/src/gpu/
H A DGrYUVATextureProxies.cpp108 case 'r': fYUVALocations[i].fChannel = SkColorChannel::kR; break; in GrYUVATextureProxies()
/third_party/skia/src/effects/imagefilters/
H A DSkDisplacementMapImageFilter.cpp93 case SkColorChannel::kR: in channel_selector_type_is_valid()
552 case SkColorChannel::kR: return 'r'; in emitCode()

Completed in 14 milliseconds

12