Home
last modified time | relevance | path

Searched refs:SoShaderParameterArray1f (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/shaders/
H A DSoShaderParameter.cpp755 SO_NODE_SOURCE(SoShaderParameterArray1f);
757 void SoShaderParameterArray1f::initClass(void) in initClass()
759 SO_NODE_INTERNAL_INIT_CLASS(SoShaderParameterArray1f, in initClass()
763 SoShaderParameterArray1f::SoShaderParameterArray1f(void) in SoShaderParameterArray1f() function in SoShaderParameterArray1f
765 SO_NODE_CONSTRUCTOR(SoShaderParameterArray1f); in SoShaderParameterArray1f()
769 SoShaderParameterArray1f::~SoShaderParameterArray1f() in ~SoShaderParameterArray1f()
773 void SoShaderParameterArray1f::updateParameter(SoGLShaderObject *shader) in updateParameter()
1343 SoShaderParameterArray1f * parametera1f = new SoShaderParameterArray1f; in BOOST_AUTO_TEST_CASE()
H A DSoShader.cpp274 if (SoShaderParameterArray1f::getClassTypeId() == SoType::badType()) in init()
275 SoShaderParameterArray1f::initClass(); in init()
H A DChangeLog99 SoShaderParameterArray1f,
161 SoShaderParameterArray1f,
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoShaderParameter.h282 class COIN_DLL_API SoShaderParameterArray1f : public SoUniformShaderParameter {
284 SO_NODE_HEADER(SoShaderParameterArray1f);
289 SoShaderParameterArray1f();
296 virtual ~SoShaderParameterArray1f();
/dports/graphics/Coin/coin-Coin-4.0.0/src/shadows/
H A DSoShadowGroup.cpp2189 SoShaderParameterArray1f * kernel = new SoShaderParameterArray1f; in createGaussFilter()