Home
last modified time | relevance | path

Searched refs:setTexturesEnabled (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSoRenderManager.h138 void setTexturesEnabled(const SbBool onoff);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_opengl/opengl/
H A Djuce_OpenGLGraphicsContext.cpp973 void setTexturesEnabled (QuadQueueType& quadQueue, int textureIndexMask) noexcept in setTexturesEnabled() function
1007 setTexturesEnabled (quadQueue, 0); in disableTextures()
1013 setTexturesEnabled (quadQueue, 1); in setSingleTextureMode()
1021 setTexturesEnabled (quadQueue, 3); in setTwoTextureMode() local
1413 activeTextures.setTexturesEnabled (shaderQuadQueue, 3); in setShaderForGradientFill()
/dports/graphics/Coin/coin-Coin-4.0.0/src/rendering/
H A DSoRenderManager.cpp1583 SoRenderManager::setTexturesEnabled(const SbBool onoff) in setTexturesEnabled() function in SoRenderManager