Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/src/shaders/
H A DSoShaderParameter.cpp831 SO_NODE_SOURCE(SoShaderParameterArray3f);
833 void SoShaderParameterArray3f::initClass(void) in initClass()
835 SO_NODE_INTERNAL_INIT_CLASS(SoShaderParameterArray3f, in initClass()
839 SoShaderParameterArray3f::SoShaderParameterArray3f(void) in SoShaderParameterArray3f() function in SoShaderParameterArray3f
841 SO_NODE_CONSTRUCTOR(SoShaderParameterArray3f); in SoShaderParameterArray3f()
845 SoShaderParameterArray3f::~SoShaderParameterArray3f() in ~SoShaderParameterArray3f()
849 void SoShaderParameterArray3f::updateParameter(SoGLShaderObject *shader) in updateParameter()
1375 SoShaderParameterArray3f * parametera3f = new SoShaderParameterArray3f; in BOOST_AUTO_TEST_CASE()
H A DSoShader.cpp278 if (SoShaderParameterArray3f::getClassTypeId() == SoType::badType()) in init()
279 SoShaderParameterArray3f::initClass(); in init()
H A DChangeLog101 SoShaderParameterArray3f,
163 SoShaderParameterArray3f,
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoShaderParameter.h365 class COIN_DLL_API SoShaderParameterArray3f : public SoUniformShaderParameter {
367 SO_NODE_HEADER(SoShaderParameterArray3f);
372 SoShaderParameterArray3f();
379 virtual ~SoShaderParameterArray3f();