Home
last modified time | relevance | path

Searched refs:RSC_TESSELLATION_HULL_PROGRAM (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/Samples/Tessellation/include/
H A DTessellation.h30 …if (!caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM) || !caps->hasCapability(RSC_TESSELLATION_D… in testCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/AtomicCounters/src/
H A DAtomicCounters.cpp60 …else if (!caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM) || !caps->hasCapability(RSC_TESSELLAT… in testCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Island/include/
H A DIsland.h33 …if (!caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM) || !caps->hasCapability(RSC_TESSELLATION_D… in testCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/PNTrianglesTessellation/include/
H A DPNTrianglesTessellation.h37 …if (!caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM) || !caps->hasCapability(RSC_TESSELLATION_D… in testCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Hair/include/
H A DHair.h47 …if (!caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM) || !caps->hasCapability(RSC_TESSELLATION_D… in testCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilities.cpp131 + StringConverter::toString(hasCapability(RSC_TESSELLATION_HULL_PROGRAM), true)); in log()
H A DOgreGpuProgram.cpp174 … (getType() == GPT_HULL_PROGRAM && !caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM)) || in isRequiredCapabilitiesSupported()
H A DOgreRenderSystemCapabilitiesSerializer.cpp378 addCapabilitiesMapping("tessellation_hull_program", RSC_TESSELLATION_HULL_PROGRAM); in initialiaseDispatchTables()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/TerrainTessellation/include/
H A DTerrainTessellation.h75 …if (!caps->hasCapability(RSC_TESSELLATION_HULL_PROGRAM) || !caps->hasCapability(RSC_TESSELLATION_D… in testCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h182 RSC_TESSELLATION_HULL_PROGRAM = OGRE_CAPS_VALUE(CAPS_CATEGORY_COMMON_2, 21), enumerator
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp414 rsc->setCapability(RSC_TESSELLATION_HULL_PROGRAM); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D11/src/
H A DOgreD3D11RenderSystem.cpp1186 rsc->setCapability(RSC_TESSELLATION_HULL_PROGRAM); in convertHullShaderCaps()