Home
last modified time | relevance | path

Searched refs:setVertexProgramConstantBoolCount (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h651 void setVertexProgramConstantBoolCount(ushort c) in setVertexProgramConstantBoolCount() function
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystemCapabilities.h653 void setVertexProgramConstantBoolCount(ushort c) in setVertexProgramConstantBoolCount() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp334 …vertex_program_constant_bool_count", &RenderSystemCapabilities::setVertexProgramConstantBoolCount); in initialiaseDispatchTables()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp386 …vertex_program_constant_bool_count", &RenderSystemCapabilities::setVertexProgramConstantBoolCount); in initialiaseDispatchTables()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp515 caps.setVertexProgramConstantBoolCount(3333); in TEST_F()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp564 caps.setVertexProgramConstantBoolCount(3333); in testWriteAndReadComplexCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp1303 rsc->setVertexProgramConstantBoolCount(0); in convertVertexShaderCaps()
1312 rsc->setVertexProgramConstantBoolCount(16); in convertVertexShaderCaps()
1320 rsc->setVertexProgramConstantBoolCount(16); in convertVertexShaderCaps()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9RenderSystem.cpp1283 rsc->setVertexProgramConstantBoolCount(0); in convertVertexShaderCaps()
1292 rsc->setVertexProgramConstantBoolCount(16); in convertVertexShaderCaps()
1300 rsc->setVertexProgramConstantBoolCount(16); in convertVertexShaderCaps()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp360 rsc->setVertexProgramConstantBoolCount((Ogre::ushort)floatConstantCount); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp436 rsc->setVertexProgramConstantBoolCount((Ogre::ushort)floatConstantCount); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp384 rsc->setVertexProgramConstantBoolCount((Ogre::ushort)constantCount); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp408 rsc->setVertexProgramConstantBoolCount((Ogre::ushort)floatConstantCount); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp337 rsc->setVertexProgramConstantBoolCount(0); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLRenderSystem.cpp377 rsc->setVertexProgramConstantBoolCount(0); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp1258 rsc->setVertexProgramConstantBoolCount(16); in convertVertexShaderCaps()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp1122 rsc->setVertexProgramConstantBoolCount(16); in convertVertexShaderCaps()