/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/ |
H A D | OgreGLTextureManager.cpp | 68 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
|
H A D | OgreGLRenderSystem.cpp | 499 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/ |
H A D | OgreGL3PlusTextureManager.cpp | 98 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
|
H A D | OgreGL3PlusRenderSystem.cpp | 300 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/ |
H A D | OgreGLESTextureManager.cpp | 100 !caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) && in getNativeFormat()
|
H A D | OgreGLESRenderSystem.cpp | 282 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/ |
H A D | OgreGLES2TextureManager.cpp | 98 !caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) && in getNativeFormat()
|
H A D | OgreGLES2RenderSystem.cpp | 259 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/ |
H A D | OgreGLTextureManager.cpp | 97 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
|
H A D | OgreGLRenderSystem.cpp | 527 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|
/dports/graphics/ogre3d/ogre-1.11.6/Tests/OgreMain/src/ |
H A D | RenderSystemCapabilitiesTests.cpp | 385 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 D | UseCustomCapabilitiesTests.cpp | 90 EXPECT_EQ(caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true); in checkCaps()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/OgreMain/src/ |
H A D | RenderSystemCapabilitiesTests.cpp | 423 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 D | UseCustomCapabilitiesTests.cpp | 119 CPPUNIT_ASSERT_EQUAL(caps->hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true); in checkCaps()
|
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/ |
H A D | OgreGL3PlusTextureManager.cpp | 212 !caps->hasCapability( RSC_TEXTURE_COMPRESSION_DXT )) in getNativeFormat()
|
H A D | OgreGL3PlusRenderSystem.cpp | 270 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/ |
H A D | OgreRenderSystemCapabilitiesSerializer.cpp | 103 …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 D | OgreRenderSystemCapabilities.cpp | 197 + StringConverter::toString(hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true)); in log()
|
H A D | OgreDDSCodec.cpp | 695 …ot::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) in decode()
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/ |
H A D | OgreRenderSystemCapabilities.cpp | 180 + StringConverter::toString(hasCapability(RSC_TEXTURE_COMPRESSION_DXT), true)); in log()
|
H A D | OgreRenderSystemCapabilitiesSerializer.cpp | 400 addCapabilitiesMapping("texture_compression_dxt", RSC_TEXTURE_COMPRESSION_DXT); in initialiaseDispatchTables()
|
H A D | OgreDDSCodec.cpp | 839 …ot::getSingleton().getRenderSystem()->getCapabilities()->hasCapability(RSC_TEXTURE_COMPRESSION_DXT) in decode()
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgreRenderSystemCapabilities.h | 139 RSC_TEXTURE_COMPRESSION_DXT = OGRE_CAPS_VALUE(CAPS_CATEGORY_COMMON_2, 1), enumerator
|
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/ |
H A D | OgreRenderSystemCapabilities.h | 134 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 D | OgreGLES2RenderSystem.cpp | 324 rsc->setCapability(RSC_TEXTURE_COMPRESSION_DXT); in createRenderSystemCapabilities()
|