Searched refs:Gradient (Results 1 - 15 of 15) sorted by relevance

/external/swiftshader/src/Renderer/
H A DSetupProcessor.hpp57 struct Gradient struct in struct:sw::SetupProcessor::States
68 Gradient color[2][4];
69 Gradient texture[8][4];
70 Gradient fog;
73 Gradient gradient[MAX_FRAGMENT_INPUTS][4];
/external/tensorflow/tensorflow/c/eager/
H A Dtape.h68 // Gradient is the type returned by gradient functions. In Python TF it's either
82 template <typename Gradient, typename BackwardFunction>
88 virtual int64 NumElements(Gradient* tensor) const = 0;
92 virtual Gradient* AggregateGradients(
93 gtl::ArraySlice<Gradient*> gradient_tensors) const = 0;
96 virtual Gradient* Zeros(TensorShape shape, DataType dtype) const = 0;
99 virtual Gradient* Ones(TensorShape shape, DataType dtype) const = 0;
104 gtl::ArraySlice<Gradient*> output_gradients,
105 std::vector<Gradient*>* result) const = 0;
108 virtual void DeleteGradient(Gradient* gradien
[all...]
/external/skia/experimental/sksg/paint/
H A DSkSGGradient.h23 * Gradient base class.
25 class Gradient : public PaintNode { class in namespace:sksg
46 Gradient() = default;
55 class LinearGradient final : public Gradient {
74 using INHERITED = Gradient;
77 class RadialGradient final : public Gradient {
100 using INHERITED = Gradient;
H A DSkSGGradient.cpp15 void Gradient::onApplyToPaint(SkPaint* paint) const {
/external/skqp/experimental/sksg/paint/
H A DSkSGGradient.h23 * Gradient base class.
25 class Gradient : public PaintNode { class in namespace:sksg
46 Gradient() = default;
55 class LinearGradient final : public Gradient {
74 using INHERITED = Gradient;
77 class RadialGradient final : public Gradient {
100 using INHERITED = Gradient;
H A DSkSGGradient.cpp15 void Gradient::onApplyToPaint(SkPaint* paint) const {
/external/skia/experimental/skottie/
H A DSkottieProperties.h24 class Gradient;
128 CompositeGradient(sk_sp<sksg::Gradient>, size_t stopCount);
133 sk_sp<sksg::Gradient> fGradient;
H A DSkottieProperties.cpp148 CompositeGradient::CompositeGradient(sk_sp<sksg::Gradient> grad, size_t stopCount)
162 std::vector<sksg::Gradient::ColorStop> stops;
H A DSkottie.cpp272 sk_sp<sksg::Gradient> AttachGradient(const Json::Value& obj, AttachContext* ctx) {
283 sk_sp<sksg::Gradient> gradient_node;
/external/skqp/experimental/skottie/
H A DSkottieProperties.h24 class Gradient;
128 CompositeGradient(sk_sp<sksg::Gradient>, size_t stopCount);
133 sk_sp<sksg::Gradient> fGradient;
H A DSkottieProperties.cpp148 CompositeGradient::CompositeGradient(sk_sp<sksg::Gradient> grad, size_t stopCount)
162 std::vector<sksg::Gradient::ColorStop> stops;
H A DSkottie.cpp271 sk_sp<sksg::Gradient> AttachGradient(const Json::Value& obj, AttachContext* ctx) {
282 sk_sp<sksg::Gradient> gradient_node;
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) function
221 Gradient
238 Gradient
249 Gradient
/external/skia/tests/
H A DGradientTest.cpp541 DEF_TEST(Gradient, reporter) {
/external/skqp/tests/
H A DGradientTest.cpp537 DEF_TEST(Gradient, reporter) {

Completed in 371 milliseconds