Home
last modified time | relevance | path

Searched refs:farValue (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/renderstates/
H A Dqdepthrange.h56 Q_PROPERTY(double farValue READ farValue WRITE setFarValue NOTIFY farValueChanged)
62 double farValue() const;
70 void farValueChanged(double farValue);
H A Dqdepthrange.cpp120 double QDepthRange::farValue() const in farValue() function in Qt3DRender::QDepthRange
150 data.farValue = d->m_farValue; in createNodeCreationChange()
H A Dqdepthrange_p.h78 double farValue; member
H A Drenderstatenode.cpp131 … return StateVariant::createState<DepthRange>(depthRange->nearValue(), depthRange->farValue()); in createStateImplementation()
H A Drenderstates.cpp107 std::get<1>(m_values) = depthRange->farValue(); in updateProperties()
/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/src/
H A DFlatCloudLayer.cpp368 void FlatCloudLayer::setFadeDistances (const Ogre::Real nearValue, const Ogre::Real farValue) { in setFadeDistances() argument
370 setFarFadeDist (farValue); in setFadeDistances()
/dports/graphics/rigsofrods-caelum/ogre-caelum-0.6.3/main/include/
H A DFlatCloudLayer.h333 void setFadeDistances (Ogre::Real nearValue, Ogre::Real farValue);
/dports/misc/usd/USD-21.11/third_party/renderman-24/plugin/hdPrman/
H A DlightFilterUtils.cpp332 float farValue = pval.UncheckedGet<float>(); in HdPrmanLightFilterPopulateNodesFromLightParams() local
336 farValue); in HdPrmanLightFilterPopulateNodesFromLightParams()
337 filter.params.SetFloat(RtUString("densityFarVal"), farValue); in HdPrmanLightFilterPopulateNodesFromLightParams()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/graphicshelpers/
H A Dgraphicscontext_p.h145 void depthRange(GLdouble nearValue, GLdouble farValue);
H A Dgraphicshelperes2.cpp406 void GraphicsHelperES2::depthRange(GLdouble nearValue, GLdouble farValue) in depthRange() argument
408 m_funcs->glDepthRangef(static_cast<float>(nearValue), static_cast<float>(farValue)); in depthRange()
H A Dgraphicshelpergl2.cpp350 void GraphicsHelperGL2::depthRange(GLdouble nearValue, GLdouble farValue) in depthRange() argument
352 m_funcs->glDepthRange(nearValue, farValue); in depthRange()
H A Dgraphicshelpergl2_p.h93 void depthRange(GLdouble nearValue, GLdouble farValue) override;
H A Dgraphicshelpergl3_3_p.h95 void depthRange(GLdouble nearValue, GLdouble farValue) override;
H A Dgraphicshelpergl3_2_p.h95 void depthRange(GLdouble nearValue, GLdouble farValue) override;
H A Dgraphicshelpergl4_p.h93 void depthRange(GLdouble nearValue, GLdouble farValue) override;
H A Dgraphicshelperes2_p.h93 void depthRange(GLdouble nearValue, GLdouble farValue) override;
H A Dgraphicshelperinterface_p.h119 virtual void depthRange(GLdouble nearValue, GLdouble farValue) = 0;
H A Dgraphicscontext.cpp575 void GraphicsContext::depthRange(GLdouble nearValue, GLdouble farValue) in depthRange() argument
577 m_glHelper->depthRange(nearValue, farValue); in depthRange()
H A Dgraphicshelpergl3_2.cpp415 void GraphicsHelperGL3_2::depthRange(GLdouble nearValue, GLdouble farValue) in depthRange() argument
417 m_funcs->glDepthRange(nearValue, farValue); in depthRange()
H A Dgraphicshelpergl3_3.cpp411 void GraphicsHelperGL3_3::depthRange(GLdouble nearValue, GLdouble farValue) in depthRange() argument
413 m_funcs->glDepthRange(nearValue, farValue); in depthRange()
H A Dgraphicshelpergl4.cpp749 void GraphicsHelperGL4::depthRange(GLdouble nearValue, GLdouble farValue) in depthRange() argument
751 m_funcs->glDepthRange(nearValue, farValue); in depthRange()
/dports/audio/praat/praat-6.2.03/fon/
H A DSampled.cpp127 const double farValue = my v_getValueAtSample (farIndex, levelNumber, unit); in Sampled_getValueAtX() local
128 if (isundef (farValue)) // neighbour undefined? in Sampled_getValueAtX()
130 return nearValue + phase * (farValue - nearValue); // interpolate in Sampled_getValueAtX()
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrEffects.h1008 irr::f32 farValue = 100.0,
1014 farPlane(directional ? 1.0f : farValue), in diffuseColour()
1021 projMat.buildProjectionMatrixOrthoLH(fov, fov, nearValue, farValue); in diffuseColour()
1023 projMat.buildProjectionMatrixPerspectiveFovLH(fov, 1.0f, nearValue, farValue); in diffuseColour()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fClippingTests.cpp356 const deInt64 farValue = 1024; in twoPointClippedTriangleInvisible() local
360 const tcu::Vector<deInt64, 3> normalDir = tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed); in twoPointClippedTriangleInvisible()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fClippingTests.cpp353 const deInt64 farValue = 1024; in twoPointClippedTriangleInvisible() local
357 const tcu::Vector<deInt64, 3> normalDir = tcu::cross(d1*farValue - pfixed, d2*farValue - pfixed); in twoPointClippedTriangleInvisible()

12