Home
last modified time | relevance | path

Searched refs:Subsurface (Results 1 – 25 of 101) sorted by relevance

12345

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dsubcompositor.cpp110 Subsurface* q) in Private()
132 void Subsurface::Private::init() in init()
168 void Subsurface::Private::commit() in commit()
262 void Subsurface::Private::setMode(Mode m) in setMode()
285 Subsurface::Subsurface(Client* client, in Subsurface() function in Wrapland::Server::Subsurface
296 Subsurface::~Subsurface() in ~Subsurface()
309 QPoint Subsurface::position() const in position()
314 Surface* Subsurface::surface() const in surface()
324 Subsurface::Mode Subsurface::mode() const in mode()
329 bool Subsurface::isSynchronized() const in isSynchronized()
[all …]
H A Dsubcompositor.h32 class Subsurface; variable
42 void subsurfaceCreated(Wrapland::Server::Subsurface*);
52 class WRAPLANDSERVER_EXPORT Subsurface : public QObject
56 ~Subsurface() override;
74 void modeChanged(Wrapland::Server::Subsurface::Mode);
80 explicit Subsurface(Client* client,
92 Q_DECLARE_METATYPE(Wrapland::Server::Subsurface::Mode)
H A Dsubsurface_p.h34 class Subsurface::Private : public Wayland::Resource<Subsurface>
42 Subsurface* q);
H A Dsurface_p.h73 void addChild(Subsurface* child);
74 void removeChild(Subsurface* child);
76 bool raiseChild(Subsurface* subsurface, Surface* sibling);
77 bool lowerChild(Subsurface* subsurface, Surface* sibling);
103 Subsurface* subsurface = nullptr;
H A Dsurface.h50 class Subsurface; variable
90 std::vector<Subsurface*> children;
124 Subsurface* subsurface() const;
185 friend class Subsurface; variable
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/shaders/
H A Dnode_principled_bsdf.osl23 float Subsurface = 0.0,
60 if (Subsurface > 1e-5) {
61 color mixed_ss_base_color = SubsurfaceColor * Subsurface + BaseColor * (1.0 - Subsurface);
65 Subsurface * SubsurfaceRadius,
73 Subsurface * SubsurfaceRadius,
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_subsurface.osl53 string label = "Subsurface Profile",
54 string page = "Subsurface",
67 string page = "Subsurface"
75 string label = "Subsurface Weight",
76 string page = "Subsurface",
84 string page = "Subsurface"
93 string page = "Subsurface"
102 string label = "Subsurface Ray Depth",
103 string page = "Subsurface.Advanced",
H A Das_standard_surface.osl79 string label = "Subsurface Weight",
80 string page = "Subsurface",
88 string page = "Subsurface"
98 string page = "Subsurface",
111 string label = "Subsurface Profile",
112 string page = "Subsurface.Advanced",
127 string label = "Subsurface Ray Depth",
128 string page = "Subsurface.Advanced",
142 string label = "Subsurface Threshold",
143 string page = "Subsurface.Advanced",
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/compositor_api/
H A Dqwaylandsurface_p.h180 class Subsurface : public QtWaylandServer::wl_subsurface
183 Subsurface(QWaylandSurfacePrivate *s) : surface(s) {} in Subsurface() function
200 Subsurface *subsurface = nullptr;
H A Dqwaylandsurface.cpp975 subsurface = new Subsurface(this); in initSubsurface()
982 void QWaylandSurfacePrivate::Subsurface::subsurface_set_position(wl_subsurface::Resource *resource,… in subsurface_set_position()
990 void QWaylandSurfacePrivate::Subsurface::subsurface_place_above(wl_subsurface::Resource *resource, … in subsurface_place_above()
996 void QWaylandSurfacePrivate::Subsurface::subsurface_place_below(wl_subsurface::Resource *resource, … in subsurface_place_below()
1002 void QWaylandSurfacePrivate::Subsurface::subsurface_set_sync(wl_subsurface::Resource *resource) in subsurface_set_sync()
1009 void QWaylandSurfacePrivate::Subsurface::subsurface_set_desync(wl_subsurface::Resource *resource) in subsurface_set_desync()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dsubsurface.cpp222 = subsurfaceCreatedSpy.first().first().value<Wrapland::Server::Subsurface*>(); in testCreate()
246 QCOMPARE(serverSurface->subsurface(), QPointer<Wrapland::Server::Subsurface>()); in testCreate()
274 = subsurfaceCreatedSpy.first().first().value<Wrapland::Server::Subsurface*>(); in testMode()
283 SIGNAL(modeChanged(Wrapland::Server::Subsurface::Mode))); in testMode()
291 Wrapland::Server::Subsurface::Mode::Desynchronized); in testMode()
306 Wrapland::Server::Subsurface::Mode::Desynchronized); in testMode()
308 Wrapland::Server::Subsurface::Mode::Synchronized); in testMode()
328 = subsurfaceCreatedSpy.first().first().value<Wrapland::Server::Subsurface*>(); in testPosition()
387 = subsurfaceCreatedSpy.first().first().value<Wrapland::Server::Subsurface*>(); in testPlaceAbove()
397 = subsurfaceCreatedSpy.first().first().value<Wrapland::Server::Subsurface*>(); in testPlaceAbove()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/max/
H A Das_max_disney_material.osl37 float Subsurface = 0.0,
54 Subsurface,
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/render_povray/templates_pov/
H A Dsubsurface.pov9 // Desc: Subsurface Scattering Demo - Candle on a Checkered Plane
61 …// marble parameters derived from Jensen et al. "A Practical Model for Subsurface Light Transport"…
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/subsurface/
H A Dsubsurface.pov9 // Desc: Subsurface Scattering Demo - Candle on a Checkered Plane
61 …// marble parameters derived from Jensen et al. "A Practical Model for Subsurface Light Transport"…
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/subsurface/
H A Dsubsurface.pov9 // Desc: Subsurface Scattering Demo - Candle on a Checkered Plane
61 …// marble parameters derived from Jensen et al. "A Practical Model for Subsurface Light Transport"…
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/19/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/18/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/16/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/17/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/20/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/grib_api/grib_api-1.28.0-Source/definitions/grib2/tables/15/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/15/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/21/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/23/
H A D4.1.10.table6 4 4 Subsurface properties
/dports/science/eccodes/eccodes-2.23.0-Source/definitions/grib2/tables/19/
H A D4.1.10.table6 4 4 Subsurface properties

12345