Searched refs:D3DFORMAT (Results 51 - 59 of 59) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/
H A Dcubetexture.c403 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
H A Dsurface.c382 UINT width, UINT height, D3DFORMAT format, BOOL lockable, BOOL discard, UINT level,
H A Dtexture.c400 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
H A Dvolumetexture.c436 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxD3DIf.cpp22 D3DFORMAT vboxDDI2D3DFormat(D3DDDIFORMAT format)
25 return (D3DFORMAT)format;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dbuffer.c589 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dbuffer.c588 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool)
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp64 #define FOURCC_INTZ (D3DFORMAT)MAKEFOURCC('I', 'N', 'T', 'Z')
65 #define FOURCC_NULL (D3DFORMAT)MAKEFOURCC('N', 'U', 'L', 'L')
116 D3DFORMAT formatD3D;
637 static uint32_t vmsvga3dGetSurfaceFormatSupport(PVMSVGA3DSTATE pState3D, uint32_t idx3dCaps, D3DFORMAT format)
710 static uint32_t vmsvga3dGetDepthFormatSupport(PVMSVGA3DSTATE pState3D, uint32_t idx3dCaps, D3DFORMAT format)
1099 *pu32Val = vmsvga3dGetSurfaceFormatSupport(pState, idx3dCaps, (D3DFORMAT)MAKEFOURCC('N', 'V', '1', '2'));
1103 *pu32Val = vmsvga3dGetSurfaceFormatSupport(pState, idx3dCaps, (D3DFORMAT)MAKEFOURCC('A', 'Y', 'U', 'V'));
1234 static D3DFORMAT vmsvga3dSurfaceFormat2D3D(SVGA3dSurfaceFormat format)
1357 return (D3DFORMAT)MAKEFOURCC('N', 'V', '1', '2');
1361 return (D3DFORMAT)MAKEFOURC
[all...]
H A DDevVGA-SVGA3d-ogl.cpp2575 return (D3DFORMAT)MAKEFOURCC('N', 'V', '1', '2');
2579 return (D3DFORMAT)MAKEFOURCC('A', 'Y', 'U', 'V');

Completed in 94 milliseconds

123