Home
last modified time | relevance | path

Searched refs:RSC_DEBUG (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2FrameBufferObject.cpp54 if(rs->getCapabilities()->hasCapability(RSC_DEBUG)) in GLES2FrameBufferObject()
68 if(rs->getCapabilities()->hasCapability(RSC_DEBUG)) in GLES2FrameBufferObject()
293 if(Root::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_DEBUG)) in bind()
307 … if(Root::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_DEBUG)) in bind()
H A DOgreGLES2HardwareBuffer.cpp60 if(mRenderSystem->getCapabilities()->hasCapability(RSC_DEBUG)) in createBuffer()
H A DOgreGLES2RenderSystem.cpp504 rsc->setCapability(RSC_DEBUG); in createRenderSystemCapabilities()
2104 if(getCapabilities()->hasCapability(RSC_DEBUG)) in beginProfileEvent()
2110 if(getCapabilities()->hasCapability(RSC_DEBUG)) in endProfileEvent()
2119 if(getCapabilities()->hasCapability(RSC_DEBUG)) in markProfileEvent()
H A DOgreGLES2HardwarePixelBuffer.cpp727 if(rs->getCapabilities()->hasCapability(RSC_DEBUG)) in GLES2RenderBuffer()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgram.cpp121 if(Root::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_DEBUG)) in createGLProgramHandle()
146 if(Root::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_DEBUG)) in compile()
H A DOgreGLSLESProgramPipeline.cpp143 …mentProgram && Root::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_DEBUG)) in compileAndLink()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusRenderSystem.cpp484 rsc->setCapability(RSC_DEBUG); in createRenderSystemCapabilities()
1875 if (getCapabilities()->hasCapability(RSC_DEBUG)) in _oneTimeContextInitialization()
2323 if (getCapabilities()->hasCapability(RSC_DEBUG)) in beginProfileEvent()
2330 if (getCapabilities()->hasCapability(RSC_DEBUG)) in endProfileEvent()
2340 if (getCapabilities()->hasCapability(RSC_DEBUG)) in markProfileEvent()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilities.cpp309 + StringConverter::toString(hasCapability(RSC_DEBUG), true)); in log()
H A DOgreRenderSystemCapabilitiesSerializer.cpp416 addCapabilitiesMapping("debug", RSC_DEBUG); in initialiaseDispatchTables()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h215 RSC_DEBUG = OGRE_CAPS_VALUE(CAPS_CATEGORY_GL, 4), enumerator