Home
last modified time | relevance | path

Searched refs:d3dformat (Results 1 – 25 of 111) sorted by relevance

12345

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/os_interface/windows/
H A Dd3d10_11_sharing_functions.cpp264 auto d3dformat = static_cast<D3D10_FORMAT_SUPPORT>(format); in memObjectFormatSupport() local
265d3dformat & D3D10_FORMAT_SUPPORT_BUFFER)) || ((objectType & CL_MEM_OBJECT_IMAGE2D) && (d3dformat &… in memObjectFormatSupport()
270 auto d3dformat = static_cast<D3D11_FORMAT_SUPPORT>(format); in memObjectFormatSupport() local
271d3dformat & D3D11_FORMAT_SUPPORT_BUFFER)) || ((objectType & CL_MEM_OBJECT_IMAGE2D) && (d3dformat &… in memObjectFormatSupport()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCD3D9Texture.cpp116 D3DFORMAT d3dformat = Driver->getD3DColorFormat(); in createRenderTarget() local
123 setPitch(d3dformat); in createRenderTarget()
129 d3dformat = Driver->getD3DFormatFromColorFormat(format); in createRenderTarget()
130 setPitch(d3dformat); // This will likely set pitch to 0 for now. in createRenderTarget()
135 d3dformat = Driver->getD3DFormatFromColorFormat(ColorFormat); in createRenderTarget()
146 d3dformat, in createRenderTarget()
671 void CD3D9Texture::setPitch(D3DFORMAT d3dformat) in setPitch() argument
673 switch(d3dformat) in setPitch()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_textures.c196 int d3dformat; member
1825 D3DFORMAT d3dformat; in R_SetupTexture() local
1841 case TEXTYPE_COLORBUFFER: d3dformat = D3DFMT_A8R8G8B8;break; in R_SetupTexture()
1842 case TEXTYPE_COLORBUFFER16F: d3dformat = D3DFMT_A16B16G16R16F;break; in R_SetupTexture()
1844 case TEXTYPE_ALPHA: d3dformat = D3DFMT_A8;break; in R_SetupTexture()
1847 glt->d3dformat = d3dformat; in R_SetupTexture()
2001 D3DFORMAT d3dformat; in R_LoadTextureRenderBuffer() local
2015 glt->d3dformat = d3dformat; in R_LoadTextureRenderBuffer()
2850 D3DFORMAT d3dformat; in R_LoadTextureDDSFile() local
2857 case TEXTYPE_DXT3: d3dformat = D3DFMT_DXT3;break; in R_LoadTextureDDSFile()
[all …]
/dports/games/darkplaces/darkplaces/
H A Dgl_textures.c196 int d3dformat; member
1848 D3DFORMAT d3dformat; in R_SetupTexture() local
1864 case TEXTYPE_COLORBUFFER: d3dformat = D3DFMT_A8R8G8B8;break; in R_SetupTexture()
1865 case TEXTYPE_COLORBUFFER16F: d3dformat = D3DFMT_A16B16G16R16F;break; in R_SetupTexture()
1867 case TEXTYPE_ALPHA: d3dformat = D3DFMT_A8;break; in R_SetupTexture()
1870 glt->d3dformat = d3dformat; in R_SetupTexture()
2024 D3DFORMAT d3dformat; in R_LoadTextureRenderBuffer() local
2038 glt->d3dformat = d3dformat; in R_LoadTextureRenderBuffer()
2873 D3DFORMAT d3dformat; in R_LoadTextureDDSFile() local
2880 case TEXTYPE_DXT3: d3dformat = D3DFMT_DXT3;break; in R_LoadTextureDDSFile()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/platform/windows/gfx/
H A Dali3dd3d.h121 D3DGfxModeList(IDirect3D9 *direct3d, D3DFORMAT d3dformat) in D3DGfxModeList() argument
123 , _pixelFormat(d3dformat) in D3DGfxModeList()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h59 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.h57 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);

12345