Home
last modified time | relevance | path

Searched refs:rkCurCaps (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/Direct3D9/src/
H A DOgreD3D9Texture.cpp447 const D3DCAPS9& rkCurCaps = device->getD3D9DeviceCaps(); in _createNormTex() local
452 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPMAP) in _createNormTex()
611 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPCUBEMAP) in _createCubeTex()
760 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPVOLUMEMAP) in _createVolumeTex()
977 rkCurCaps.AdapterOrdinal, in _canUseDynamicTextures()
978 rkCurCaps.DeviceType, in _canUseDynamicTextures()
1022 rkCurCaps.AdapterOrdinal, in _canUseHardwareGammaCorrection()
1023 rkCurCaps.DeviceType, in _canUseHardwareGammaCorrection()
1055 if ((rkCurCaps.Caps2 & D3DCAPS2_CANAUTOGENMIPMAP) == 0) in _canAutoGenMipmaps()
1060 rkCurCaps.AdapterOrdinal, in _canAutoGenMipmaps()
[all …]
H A DOgreD3D9RenderSystem.cpp1003 if (rkCurCaps.MaxAnisotropy <= 1) in updateRenderSystemCapabilities()
1021 (rkCurCaps.StencilCaps & D3DSTENCILCAPS_DECR) == 0) in updateRenderSystemCapabilities()
1025 if (rkCurCaps.MaxUserClipPlanes == 0) in updateRenderSystemCapabilities()
1029 if (rkCurCaps.MaxVertexIndex <= 0xFFFF) in updateRenderSystemCapabilities()
1044 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_POW2) in updateRenderSystemCapabilities()
1067 if (rkCurCaps.MaxPointSize <= 1.0f) in updateRenderSystemCapabilities()
1075 if (rkCurCaps.MaxPointSize < rsc->getMaxPointSize()) in updateRenderSystemCapabilities()
1076 rsc->setMaxPointSize(rkCurCaps.MaxPointSize); in updateRenderSystemCapabilities()
1082 if((rkCurCaps.RasterCaps & D3DPRASTERCAPS_WBUFFER) == 0) in updateRenderSystemCapabilities()
1256 minVSCaps = rkCurCaps; in convertVertexShaderCaps()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D9/src/
H A DOgreD3D9Texture.cpp797 if (!(rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPMAP)) in _loadNormTex()
1063 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPMAP) in _createNormTex()
1222 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPCUBEMAP) in _createCubeTex()
1372 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_MIPVOLUMEMAP) in _createVolumeTex()
1589 rkCurCaps.AdapterOrdinal, in _canUseDynamicTextures()
1590 rkCurCaps.DeviceType, in _canUseDynamicTextures()
1634 rkCurCaps.AdapterOrdinal, in _canUseHardwareGammaCorrection()
1635 rkCurCaps.DeviceType, in _canUseHardwareGammaCorrection()
1674 if (rkCurCaps.Caps2 & D3DCAPS2_CANAUTOGENMIPMAP) in _canAutoGenMipmaps()
1679 rkCurCaps.AdapterOrdinal, in _canAutoGenMipmaps()
[all …]
H A DOgreD3D9RenderSystem.cpp965 if (rkCurCaps.MaxAnisotropy <= 1) in updateRenderSystemCapabilities()
969 if ((rkCurCaps.Caps2 & D3DCAPS2_CANAUTOGENMIPMAP) == 0) in updateRenderSystemCapabilities()
987 (rkCurCaps.StencilCaps & D3DSTENCILCAPS_DECR) == 0) in updateRenderSystemCapabilities()
991 if (rkCurCaps.MaxUserClipPlanes == 0) in updateRenderSystemCapabilities()
995 if ((rkCurCaps.DeclTypes & D3DDTCAPS_UBYTE4) == 0) in updateRenderSystemCapabilities()
1006 if (rkCurCaps.TextureCaps & D3DPTEXTURECAPS_POW2) in updateRenderSystemCapabilities()
1029 if (rkCurCaps.MaxPointSize <= 1.0f) in updateRenderSystemCapabilities()
1037 if (rkCurCaps.MaxPointSize < rsc->getMaxPointSize()) in updateRenderSystemCapabilities()
1038 rsc->setMaxPointSize(rkCurCaps.MaxPointSize); in updateRenderSystemCapabilities()
1236 minVSCaps = rkCurCaps; in convertVertexShaderCaps()
[all …]