Home
last modified time | relevance | path

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

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLSupport/src/
H A DOgreGLVertexArrayObject.cpp57 …if(!mCreatorContext && rs->getCapabilities()->hasCapability(RSC_VAO)) // create VAO lazy or recrea… in bind()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp394 caps.setCapability(RSC_VAO); in TEST_F()
501 caps.setCapability(RSC_VAO); in TEST_F()
590 EXPECT_EQ(caps.hasCapability(RSC_VAO), caps2.hasCapability(RSC_VAO)); in TEST_F()
H A DUseCustomCapabilitiesTests.cpp98 EXPECT_EQ(caps->hasCapability(RSC_VAO), false); in checkCaps()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp435 caps.setCapability(RSC_VAO); in testWriteAllTrueCapabilities()
550 caps.setCapability(RSC_VAO); in testWriteAndReadComplexCapabilities()
645 CPPUNIT_ASSERT_EQUAL(caps.hasCapability(RSC_VAO), caps2.hasCapability(RSC_VAO)); in testWriteAndReadComplexCapabilities()
H A DUseCustomCapabilitiesTests.cpp130 CPPUNIT_ASSERT_EQUAL(caps->hasCapability(RSC_VAO), false); in checkCaps()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp118 file << "\t" << "vao " << StringConverter::toString(caps->hasCapability(RSC_VAO)) << endl; in write()
520 addCapabilitiesMapping("vao", RSC_VAO); in initialiaseDispatchTables()
H A DOgreRenderSystemCapabilities.cpp324 + StringConverter::toString(hasCapability(RSC_VAO), true)); in log()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilities.cpp300 + StringConverter::toString(hasCapability(RSC_VAO), true)); in log()
H A DOgreRenderSystemCapabilitiesSerializer.cpp413 addCapabilitiesMapping("vao", RSC_VAO); in initialiaseDispatchTables()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp476 rsc->setCapability(RSC_VAO); in createRenderSystemCapabilities()
1418 if(getCapabilities()->hasCapability(RSC_VAO)) in _render()
1525 if(getCapabilities()->hasCapability(RSC_VAO)) in _render()
1763 if(getCapabilities()->hasCapability(RSC_VAO)) in _createVao()
H A DOgreGLES2HardwarePixelBuffer.cpp561 if(rs->getCapabilities()->hasCapability(RSC_VAO)) in blitFromTexture()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h210 RSC_VAO = OGRE_CAPS_VALUE(CAPS_CATEGORY_GL, 2), enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystemCapabilities.h210 RSC_VAO = OGRE_CAPS_VALUE(CAPS_CATEGORY_GL, 10) enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp391 rsc->setCapability(RSC_VAO); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp262 rsc->setCapability(RSC_VAO); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp292 rsc->setCapability(RSC_VAO); in createRenderSystemCapabilities()