Home
last modified time | relevance | path

Searched refs:ddpf (Results 1 – 25 of 33) sorted by relevance

12

/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/d3d/
H A DD3dUtil.cpp935 PIXELFORMAT ddpf; in copyDataFromSurface() local
1038 if (ddpf.noAlpha) { in copyDataFromSurface()
1176 if (ddpf.noAlpha) { in copyDataFromSurface()
1222 if (ddpf.noAlpha) { in copyDataFromSurface()
1270 if (ddpf.noAlpha) { in copyDataFromSurface()
1313 if (ddpf.noAlpha) { in copyDataFromSurface()
1384 if (ddpf.noAlpha) { in copyDataFromSurface()
1416 if (ddpf.noAlpha) { in copyDataFromSurface()
1447 if (ddpf.noAlpha) { in copyDataFromSurface()
1475 if (ddpf.noAlpha) { in copyDataFromSurface()
[all …]
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexDDS.cpp152 if ( ddpf.dwFlags & entry->ddpf.dwFlags ) in _GetDXGIFormat()
156 if ( ddpf.dwFourCC == entry->ddpf.dwFourCC ) in _GetDXGIFormat()
161 if ( ddpf.dwRGBBitCount == entry->ddpf.dwRGBBitCount ) in _GetDXGIFormat()
167 if ( ddpf.dwRBitMask == entry->ddpf.dwRBitMask in _GetDXGIFormat()
168 && ddpf.dwGBitMask == entry->ddpf.dwGBitMask in _GetDXGIFormat()
169 && ddpf.dwBBitMask == entry->ddpf.dwBBitMask in _GetDXGIFormat()
170 && ddpf.dwABitMask == entry->ddpf.dwABitMask ) in _GetDXGIFormat()
505ddpf.dwSize = sizeof(DDS_PIXELFORMAT); ddpf.dwFlags = DDS_FOURCC; ddpf.dwFourCC = 115; // D3DFMT_… in _EncodeDDSHeader()
508ddpf.dwSize = sizeof(DDS_PIXELFORMAT); ddpf.dwFlags = DDS_FOURCC; ddpf.dwFourCC = 112; // D3DFMT_… in _EncodeDDSHeader()
511ddpf.dwSize = sizeof(DDS_PIXELFORMAT); ddpf.dwFlags = DDS_FOURCC; ddpf.dwFourCC = 114; // D3DFMT_… in _EncodeDDSHeader()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/
H A Dfxddsio.cpp385 DDSPixelFormat ddpf; member
1333ddpf.dwFourCC,dds.header.ddpf.dwFourCC,dds.header.ddpf.dwFourCC&255,(dds.header.ddpf.dwFourCC>>8)&… in fxloadDDS()
1362 if(dds.header.ddpf.dwFlags==0 && dds.header.ddpf.dwFourCC!=0){ in fxloadDDS()
1592 …ar*)data,dds.header.ddpf.dwBBitMask,dds.header.ddpf.dwGBitMask,dds.header.ddpf.dwRBitMask,dds.head… in fxloadDDS()
1594 …GB(dds,(FXuchar*)data,dds.header.ddpf.dwBBitMask,dds.header.ddpf.dwGBitMask,dds.header.ddpf.dwRBit… in fxloadDDS()
1600 …_decompress_LUMA(dds,(FXuchar*)data,dds.header.ddpf.dwRBitMask,dds.header.ddpf.dwABitMask,(dds.hea… in fxloadDDS()
1642 dds.header.ddpf.dwFlags=DDPF_RGB; in fxsaveDDS()
1643 dds.header.ddpf.dwFourCC=0; in fxsaveDDS()
1644 dds.header.ddpf.dwRGBBitCount=32; in fxsaveDDS()
1671 store << dds.header.ddpf.dwSize; in fxsaveDDS()
[all …]
/dports/x11-toolkits/fox17/fox-1.7.77/lib/
H A Dfxddsio.cpp385 DDSPixelFormat ddpf; member
1333ddpf.dwFourCC,dds.header.ddpf.dwFourCC,dds.header.ddpf.dwFourCC&255,(dds.header.ddpf.dwFourCC>>8)&… in fxloadDDS()
1362 if(dds.header.ddpf.dwFlags==0 && dds.header.ddpf.dwFourCC!=0){ in fxloadDDS()
1592 …ar*)data,dds.header.ddpf.dwBBitMask,dds.header.ddpf.dwGBitMask,dds.header.ddpf.dwRBitMask,dds.head… in fxloadDDS()
1594 …GB(dds,(FXuchar*)data,dds.header.ddpf.dwBBitMask,dds.header.ddpf.dwGBitMask,dds.header.ddpf.dwRBit… in fxloadDDS()
1600 …_decompress_LUMA(dds,(FXuchar*)data,dds.header.ddpf.dwRBitMask,dds.header.ddpf.dwABitMask,(dds.hea… in fxloadDDS()
1642 dds.header.ddpf.dwFlags=DDPF_RGB; in fxsaveDDS()
1643 dds.header.ddpf.dwFourCC=0; in fxsaveDDS()
1644 dds.header.ddpf.dwRGBBitCount=32; in fxsaveDDS()
1671 store << dds.header.ddpf.dwSize; in fxsaveDDS()
[all …]
/dports/devel/love/love-11.3/src/libraries/ddsparse/
H A Dddsparse.cpp36 #define ISBITMASK(r,g,b,a) (ddpf.rBitMask == r && ddpf.gBitMask == g && ddpf.bBitMask == b && ddpf.…
42 if (ddpf.flags & DDPF_RGB) in getDXGIFormat()
46 switch (ddpf.rgbBitCount) in getDXGIFormat()
101 if (ddpf.rgbBitCount == 8) in getDXGIFormat()
112 if (ddpf.rgbBitCount == 16) in getDXGIFormat()
121 else if (ddpf.flags & DDPF_ALPHA) in getDXGIFormat()
123 if (ddpf.rgbBitCount == 8) in getDXGIFormat()
128 if (ddpf.rgbBitCount == 16) in getDXGIFormat()
134 if (ddpf.rgbBitCount == 32) in getDXGIFormat()
145 else if (ddpf.flags & DDPF_FOURCC) in getDXGIFormat()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp1083 DDPIXELFORMAT ddpf; in WriteDDSFile() local
1084 memset( &ddpf, 0, sizeof( ddpf ) ); in WriteDDSFile()
1093 ddpf.dwSize = sizeof(ddpf); in WriteDDSFile()
1220 ddpf.dwFourCC = FOURCC_DXT1; in WriteDDSFile()
1229 ddpf.dwFourCC = FOURCC_DXT3; in WriteDDSFile()
1238 ddpf.dwFourCC = FOURCC_DXT5; in WriteDDSFile()
1247 ddpf.dwFourCC = FOURCC_DXT1; in WriteDDSFile()
1255 ddpf.dwFourCC = FOURCC_ATI1; in WriteDDSFile()
1263 ddpf.dwFourCC = FOURCC_ATI1; in WriteDDSFile()
1311 ddpf.dwFlags = PF_flags; in WriteDDSFile()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dds/
H A DReaderWriterDDS.cpp1041 DDPIXELFORMAT ddpf;
1042 memset( &ddpf, 0, sizeof( ddpf ) );
1051 ddpf.dwSize = sizeof(ddpf);
1178 ddpf.dwFourCC = FOURCC_DXT1;
1187 ddpf.dwFourCC = FOURCC_DXT3;
1196 ddpf.dwFourCC = FOURCC_DXT5;
1205 ddpf.dwFourCC = FOURCC_DXT1;
1213 ddpf.dwFourCC = FOURCC_ATI1;
1221 ddpf.dwFourCC = FOURCC_ATI1;
1269 ddpf.dwFlags = PF_flags;
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_directx.c474 DDPIXELFORMAT ddpf; in CheckPixelFormat() local
508 if( ddpf.dwRGBBitCount == 32 ) in CheckPixelFormat()
510 if( ddpf.dwRBitMask == 0xff0000 ) in CheckPixelFormat()
516 if( ddpf.dwRGBBitCount == 24 ) in CheckPixelFormat()
518 if( ddpf.dwRBitMask == 0xff0000 ) in CheckPixelFormat()
524 if( ddpf.dwRGBBitCount == 16 ) in CheckPixelFormat()
526 if( ddpf.dwRBitMask == 0xf800 ) in CheckPixelFormat()
532 if( ddpf.dwRGBBitCount == 15 ) in CheckPixelFormat()
534 if( ddpf.dwRBitMask == 0x7C00 ) in CheckPixelFormat()
622 DDPIXELFORMAT ddpf; in Overlay() local
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/ptc/src/win32/directx/
H A Dwin32directxtranslate.inc33 function DirectXTranslate(const ddpf: TDDPIXELFORMAT): IPTCFormat;
35 if (ddpf.dwFlags and DDPF_PALETTEINDEXED8) <> 0 then
38 if (ddpf.dwFlags and DDPF_RGB) <> 0 then
39 with ddpf do
H A Dwin32directxprimary.inc68 ddpf: TDDPIXELFORMAT;
123 FillChar(ddpf, SizeOf(ddpf), 0);
124 ddpf.dwSize := SizeOf(ddpf);
125 …DirectXCheck(FDDSPrimary.GetPixelFormat(@ddpf), 'FDDSPrimary.GetPixelFormat failed in TDirectXPrim…
130 FFormat := DirectXTranslate(ddpf);
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dtexture.cpp326 DDPIXELFORMAT ddpf; // place the format here member
366 if (FindData->ddpf.dwRGBBitCount == 0 || in FindTextureCallback()
367 …(pddpf->dwRGBBitCount >= FindData->bpp && pddpf->dwRGBBitCount <= FindData->ddpf.dwRGBBitCount) //… in FindTextureCallback()
371 FindData->ddpf = *pddpf; in FindTextureCallback()
385 *pddpf = FindData.ddpf; in ChooseTextureFormat()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/
H A Ddx.hpp447 enum ddpf enum in gli::dx
464 ddpf DDPixelFormat;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/win32/
H A Dvid_directx_support.cpp44 DDPIXELFORMAT ddpf; in VidSGetSurfaceDepth() local
50 memset(&ddpf, 0, sizeof(ddpf)); in VidSGetSurfaceDepth()
51 ddpf.dwSize = sizeof(ddpf); in VidSGetSurfaceDepth()
53 if (SUCCEEDED(pSurf->GetPixelFormat(&ddpf))) { in VidSGetSurfaceDepth()
54 int nDepth = ddpf.dwRGBBitCount; in VidSGetSurfaceDepth()
55 if (nDepth == 16 && ddpf.dwGBitMask == 0x03E0) { in VidSGetSurfaceDepth()
H A Dvid_d3d.cpp567 DDPIXELFORMAT ddpf; in vidCreateGameSurfaces() local
577 memset(&ddpf, 0, sizeof(DDPIXELFORMAT)); in vidCreateGameSurfaces()
579 pD3DDevice->EnumTextureFormats(&myEnumTexturesCallback, (void*)&ddpf); in vidCreateGameSurfaces()
581 if (ddpf.dwSize) { in vidCreateGameSurfaces()
702 memcpy(&ddsd.ddpfPixelFormat, &ddpf, sizeof(DDPIXELFORMAT)); in vidCreateGameSurfaces()
737 memcpy(&ddsd.ddpfPixelFormat, &ddpf, sizeof(DDPIXELFORMAT)); in vidCreateGameSurfaces()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/win32/
H A Dvid_directx_support.cpp44 DDPIXELFORMAT ddpf; in VidSGetSurfaceDepth() local
50 memset(&ddpf, 0, sizeof(ddpf)); in VidSGetSurfaceDepth()
51 ddpf.dwSize = sizeof(ddpf); in VidSGetSurfaceDepth()
53 if (SUCCEEDED(pSurf->GetPixelFormat(&ddpf))) { in VidSGetSurfaceDepth()
54 int nDepth = ddpf.dwRGBBitCount; in VidSGetSurfaceDepth()
55 if (nDepth == 16 && ddpf.dwGBitMask == 0x03E0) { in VidSGetSurfaceDepth()
H A Dvid_d3d.cpp567 DDPIXELFORMAT ddpf; in vidCreateGameSurfaces() local
577 memset(&ddpf, 0, sizeof(DDPIXELFORMAT)); in vidCreateGameSurfaces()
579 pD3DDevice->EnumTextureFormats(&myEnumTexturesCallback, (void*)&ddpf); in vidCreateGameSurfaces()
581 if (ddpf.dwSize) { in vidCreateGameSurfaces()
702 memcpy(&ddsd.ddpfPixelFormat, &ddpf, sizeof(DDPIXELFORMAT)); in vidCreateGameSurfaces()
737 memcpy(&ddsd.ddpfPixelFormat, &ddpf, sizeof(DDPIXELFORMAT)); in vidCreateGameSurfaces()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_directx.c692 DDPIXELFORMAT ddpf = { .dwSize = sizeof(ddpf) }; in Directx_CheckPrimaryPixelformat() local
701 if (g_lpddsPrimary->lpVtbl->GetPixelFormat(g_lpddsPrimary, &ddpf) != DD_OK) { in Directx_CheckPrimaryPixelformat()
706 if (g_ddpf[i].g_ddpfOverlay.dwRGBBitCount == ddpf.dwRGBBitCount) { in Directx_CheckPrimaryPixelformat()
707 if (g_ddpf[i].g_ddpfOverlay.dwRBitMask == ddpf.dwRBitMask) { in Directx_CheckPrimaryPixelformat()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_directx.c692 DDPIXELFORMAT ddpf = { .dwSize = sizeof(ddpf) }; in Directx_CheckPrimaryPixelformat() local
701 if (g_lpddsPrimary->lpVtbl->GetPixelFormat(g_lpddsPrimary, &ddpf) != DD_OK) { in Directx_CheckPrimaryPixelformat()
706 if (g_ddpf[i].g_ddpfOverlay.dwRGBBitCount == ddpf.dwRGBBitCount) { in Directx_CheckPrimaryPixelformat()
707 if (g_ddpf[i].g_ddpfOverlay.dwRBitMask == ddpf.dwRBitMask) { in Directx_CheckPrimaryPixelformat()
/dports/games/0ad/0ad-0.0.23b-alpha/source/lib/tex/
H A Dtex_dds.cpp359 DDS_PIXELFORMAT ddpf; // (DDSD_PIXELFORMAT) surface description member
514 RETURN_STATUS_IF_ERR(decode_pf(&sd->ddpf, bpp, flags)); in decode_sd()
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/core/
H A Dload_dds.inl50 dx::ddpf flags;
/dports/emulators/mess/mame-mame0226/3rdparty/glm/test/external/gli/gtx/
H A Dloader_dds9.inl165 …lag for luminance-only or luminance+alpha surfaces, the bit depth is then ddpf.dwLuminanceBitCount.
/dports/emulators/mame/mame-mame0226/3rdparty/glm/test/external/gli/gtx/
H A Dloader_dds9.inl165 …lag for luminance-only or luminance+alpha surfaces, the bit depth is then ddpf.dwLuminanceBitCount.
/dports/games/avp/avp-20170505/src/win95/
H A Dawtexld.cpp762 ddsd.ddpfPixelFormat = pixelFormat.ddpf; in CreateTexture()
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in16043 ddpf 大赛 122
16044 ddpf 大寒 10
16045 ddpf 大宗 71
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dwubi.tim7470 ddpf=大赛
7471 ddpf=大寒
7472 ddpf=大宗

12