Home
last modified time | relevance | path

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

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoGLLazyElement.h119 virtual void setLightModelElt(SoState *state, int32_t model);
H A DSoLazyElement.h262 virtual void setLightModelElt(SoState *state, int32_t model);
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoLazyElement.cpp441 elem->setLightModelElt(state, model); in setLightModel()
1043 SoLazyElement::setLightModelElt(SoState * state, int32_t model) in setLightModelElt() function in SoLazyElement
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/GL/
H A DSoGLLazyElement.cpp923 SoGLLazyElement::setLightModelElt(SoState * stateptr, int32_t model) in setLightModelElt() function in SoGLLazyElement
925 inherited::setLightModelElt(stateptr, model); in setLightModelElt()