Home
last modified time | relevance | path

Searched refs:RSC_TEXTURE_COMPRESSION_DXT (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLTextureManager.cpp68 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
H A DOgreGLRenderSystem.cpp499 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusTextureManager.cpp98 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
H A DOgreGL3PlusRenderSystem.cpp300 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESTextureManager.cpp100 !caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) && in getNativeFormat()
H A DOgreGLESRenderSystem.cpp282 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2TextureManager.cpp98 !caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) && in getNativeFormat()
H A DOgreGLES2RenderSystem.cpp259 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLTextureManager.cpp97 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
H A DOgreGLRenderSystem.cpp527 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp385 caps.setCapability(RSC_TEXTURE_COMPRESSION_DXT); in TEST_F()
494 caps.setCapability(RSC_TEXTURE_COMPRESSION_DXT); in TEST_F()
581 …EXPECT_EQ(caps.hasCapability(RSC_TEXTURE_COMPRESSION_DXT), caps2.hasCapability(RSC_TEXTURE_COMPRES… in TEST_F()
H A DUseCustomCapabilitiesTests.cpp90 EXPECT_EQ(caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true); in checkCaps()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/OgreMain/src/
H A DRenderSystemCapabilitiesTests.cpp423 caps.setCapability(RSC_TEXTURE_COMPRESSION_DXT); in testWriteAllTrueCapabilities()
543 caps.setCapability(RSC_TEXTURE_COMPRESSION_DXT); in testWriteAndReadComplexCapabilities()
633 …PUNIT_ASSERT_EQUAL(caps.hasCapability(RSC_TEXTURE_COMPRESSION_DXT), caps2.hasCapability(RSC_TEXTUR… in testWriteAndReadComplexCapabilities()
H A DUseCustomCapabilitiesTests.cpp119 CPPUNIT_ASSERT_EQUAL(caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true); in checkCaps()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusTextureManager.cpp212 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
H A DOgreGL3PlusRenderSystem.cpp270 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreRenderSystemCapabilitiesSerializer.cpp103 …ression_dxt " << StringConverter::toString(caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT)) << en… in write()
504 addCapabilitiesMapping("texture_compression_dxt", RSC_TEXTURE_COMPRESSION_DXT); in initialiaseDispatchTables()
H A DOgreRenderSystemCapabilities.cpp197 + StringConverter::toString(hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true)); in log()
H A DOgreDDSCodec.cpp695 …ot::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) in decode()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreRenderSystemCapabilities.cpp180 + StringConverter::toString(hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true)); in log()
H A DOgreRenderSystemCapabilitiesSerializer.cpp400 addCapabilitiesMapping("texture_compression_dxt", RSC_TEXTURE_COMPRESSION_DXT); in initialiaseDispatchTables()
H A DOgreDDSCodec.cpp839 …ot::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) in decode()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreRenderSystemCapabilities.h139 RSC_TEXTURE_COMPRESSION_DXT = OGRE_CAPS_VALUE(CAPS_CATEGORY_COMMON_2, 1), enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreRenderSystemCapabilities.h134 RSC_TEXTURE_COMPRESSION_DXT = OGRE_CAPS_VALUE(CAPS_CATEGORY_COMMON_2, 1), enumerator
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2RenderSystem.cpp324 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()

12