Home
last modified time | relevance | path

Searched refs:SoShaderParameterArray4f (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/src/shaders/
H A DSoShaderParameter.cpp875 SO_NODE_SOURCE(SoShaderParameterArray4f);
877 void SoShaderParameterArray4f::initClass(void) in initClass()
879 SO_NODE_INTERNAL_INIT_CLASS(SoShaderParameterArray4f, in initClass()
883 SoShaderParameterArray4f::SoShaderParameterArray4f(void) in SoShaderParameterArray4f() function in SoShaderParameterArray4f
885 SO_NODE_CONSTRUCTOR(SoShaderParameterArray4f); in SoShaderParameterArray4f()
889 SoShaderParameterArray4f::~SoShaderParameterArray4f() in ~SoShaderParameterArray4f()
893 void SoShaderParameterArray4f::updateParameter(SoGLShaderObject *shader) in updateParameter()
1391 SoShaderParameterArray4f * parametera4f = new SoShaderParameterArray4f; in BOOST_AUTO_TEST_CASE()
H A DSoShader.cpp280 if (SoShaderParameterArray4f::getClassTypeId() == SoType::badType()) in init()
281 SoShaderParameterArray4f::initClass(); in init()
H A DChangeLog102 SoShaderParameterArray4f,
164 SoShaderParameterArray4f,
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoShaderParameter.h407 class COIN_DLL_API SoShaderParameterArray4f : public SoUniformShaderParameter {
409 SO_NODE_HEADER(SoShaderParameterArray4f);
414 SoShaderParameterArray4f();
421 virtual ~SoShaderParameterArray4f();