Home
last modified time | relevance | path

Searched refs:QSSGRenderBlendEquationArgument (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/glg/
H A Dqssgglimplobjects_p.h58 QSSGRenderBlendEquationArgument m_blendEquation;
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgrenderbackendgl4_p.h131 void setBlendEquation(const QSSGRenderBlendEquationArgument &pBlendEquArg) override;
H A Dqssgrenderbackendgl4.cpp555 void QSSGRenderBackendGL4Impl::setBlendEquation(const QSSGRenderBlendEquationArgument &pBlendEquArg) in setBlendEquation()
H A Dqssgrenderbackendglbase_p.h125 void setBlendEquation(const QSSGRenderBlendEquationArgument &pBlendEquArg) override;
H A Dqssgrenderbackendglbase.cpp567 void QSSGRenderBackendGLBase::setBlendEquation(const QSSGRenderBlendEquationArgument &) in setBlendEquation() argument
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrendercontext_p.h351 void setBlendEquation(QSSGRenderBlendEquationArgument inEquations, bool forceSet = false);
352 QSSGRenderBlendEquationArgument blendEquation() const in blendEquation()
H A Dqssgrenderbasetypes_p.h1461 struct QSSGRenderBlendEquationArgument struct
1466 QSSGRenderBlendEquationArgument(QSSGRenderBlendEquation rgb, QSSGRenderBlendEquation alpha) in QSSGRenderBlendEquationArgument() function
1470 QSSGRenderBlendEquationArgument() in QSSGRenderBlendEquationArgument() argument
1475 bool operator==(const QSSGRenderBlendEquationArgument& other) const
H A Dqssgrendercontext.cpp313 void QSSGRenderContext::setBlendEquation(QSSGRenderBlendEquationArgument inEquations, bool forceSet) in setBlendEquation()
324 const QSSGRenderBlendEquationArgument defaultBlendEqua; in resetBlendEquation()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrenderdefaultmaterialshadergenerator.cpp1773QSSGRenderBlendEquationArgument blendEqua(QSSGRenderBlendEquation::Add, QSSGRenderBlendEquation::A… in setMaterialProperties()
1797 …blendEqua = QSSGRenderBlendEquationArgument(QSSGRenderBlendEquation::Overlay, QSSGRenderBlendEquat… in setMaterialProperties()
1803 blendEqua = QSSGRenderBlendEquationArgument(QSSGRenderBlendEquation::ColorBurn, in setMaterialProperties()
1810 blendEqua = QSSGRenderBlendEquationArgument(QSSGRenderBlendEquation::ColorDodge, in setMaterialProperties()
H A Dqssgrendercustommaterialsystem.cpp1065QSSGRenderBlendEquationArgument blendEqu(QSSGRenderBlendEquation::Add, QSSGRenderBlendEquation::Ad… in applyBlending()
1646 …QSSGRenderContextScopedProperty<QSSGRenderBlendEquationArgument> __blendEquation(*context->renderC… in renderSubset()
1649QSSGRenderBlendEquationArgument()); in renderSubset()
H A Dqssgrendereffectsystem.cpp862QSSGRenderBlendEquationArgument blendEqu(QSSGRenderBlendEquation::Add, QSSGRenderBlendEquation::Ad… in applyBlending()
1201 QSSGRenderBlendEquationArgument theBlendEqu = theContext->blendEquation(); in doRenderEffect()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/software/
H A Dqssgrenderbackendnull.cpp98 void setBlendEquation(const QSSGRenderBlendEquationArgument &) override {} in setBlendEquation()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/
H A Dqssgrenderbackend_p.h381 virtual void setBlendEquation(const QSSGRenderBlendEquationArgument &pBlendEquArg) = 0;