Searched defs:Format (Results 51 - 67 of 67) sorted by relevance

123

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmmreg.h424 WAVEFORMATEX Format; member in struct:__anon1044
H A Dd3d8types.h1048 D3DFORMAT Format; member in struct:_D3DDISPLAYMODE
1058 D3DFORMAT Format; member in struct:_D3DINDEXBUFFER_DESC
1173 D3DFORMAT Format; member in struct:_D3DSURFACE_DESC
1191 D3DFORMAT Format; member in struct:_D3DVERTEXBUFFER_DESC
1209 D3DFORMAT Format; member in struct:_D3DVOLUME_DESC
H A Dd3d9types.h1346 D3DFORMAT Format; member in struct:_D3DDISPLAYMODE
1356 D3DFORMAT Format; member in struct:_D3DINDEXBUFFER_DESC
1479 D3DFORMAT Format; member in struct:_D3DSURFACE_DESC
1497 D3DFORMAT Format; member in struct:_D3DVERTEXBUFFER_DESC
1515 D3DFORMAT Format; member in struct:_D3DVOLUME_DESC
1538 D3DFORMAT Format; member in struct:D3DDISPLAYMODEFILTER
1548 D3DFORMAT Format; member in struct:D3DDISPLAYMODEEX
H A Dtwain.h348 TW_UINT16 Format; /* Any TWFF_ constant */ member in struct:__anon1221
504 TW_UINT16 Format; /* one of TWAF_xxxx */ member in struct:__anon1236
593 /* ICAP_IMAGEFILEFORMAT values (FF_means File Format) */
594 #define TWFF_TIFF 0 /* Tagged Image File Format */
598 #define TWFF_JFIF 4 /* JPEG File Interchange Format */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c808 WINED3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IWineD3DSurface **ppSurface,
822 iface, Width, Height, debug_d3dformat(Format), Format, Lockable, Discard, Level);
841 Discard, MultiSample, MultisampleQuality, This, Usage, Format, Pool, parent, parent_ops
885 UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool,
898 TRACE("Format %#x (%s), Pool %#x, ppTexture %p, parent %p\n",
899 Format, debug_d3dformat(Format), Pool, ppTexture, parent);
909 hr = texture_init(object, Width, Height, Levels, This, Usage, Format, Pool, parent, parent_ops
931 UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOO
807 IWineD3DDeviceImpl_CreateSurface(IWineD3DDevice *iface, UINT Width, UINT Height, WINED3DFORMAT Format, BOOL Lockable, BOOL Discard, UINT Level, IWineD3DSurface **ppSurface, DWORD Usage, WINED3DPOOL Pool, WINED3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, WINED3DSURFTYPE Impl, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void *pvClientMem ) argument
884 IWineD3DDeviceImpl_CreateTexture(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DTexture **ppTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument
930 IWineD3DDeviceImpl_CreateVolumeTexture(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Depth, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolumeTexture **ppVolumeTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument
974 IWineD3DDeviceImpl_CreateVolume(IWineD3DDevice *iface, UINT Width, UINT Height, UINT Depth, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DVolume **ppVolume, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void *pvClientMem ) argument
1017 IWineD3DDeviceImpl_CreateCubeTexture(IWineD3DDevice *iface, UINT EdgeLength, UINT Levels, DWORD Usage, WINED3DFORMAT Format, WINED3DPOOL Pool, IWineD3DCubeTexture **ppCubeTexture, IUnknown *parent, const struct wined3d_parent_ops *parent_ops , HANDLE *shared_handle , void **pavClientMem ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Uefi/
H A DUefiInternalFormRepresentation.h1326 UINT8 Format; member in struct:_EFI_IFR_TO_STRING
1429 UINT8 Format; member in struct:_EFI_IFR_FIND
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DUefiInternalFormRepresentation.h1197 UINT8 Format; member in struct:_EFI_IFR_TO_STRING
1297 UINT8 Format; member in struct:_EFI_IFR_FIND
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1048 D3DFORMAT Format; member in struct:_D3DDISPLAYMODE
1058 D3DFORMAT Format; member in struct:_D3DINDEXBUFFER_DESC
1176 D3DFORMAT Format; member in struct:_D3DSURFACE_DESC
1194 D3DFORMAT Format; member in struct:_D3DVERTEXBUFFER_DESC
1212 D3DFORMAT Format; member in struct:_D3DVOLUME_DESC
H A Dd3d9types.h1350 D3DFORMAT Format; member in struct:_D3DDISPLAYMODE
1360 D3DFORMAT Format; member in struct:_D3DINDEXBUFFER_DESC
1483 D3DFORMAT Format; member in struct:_D3DSURFACE_DESC
1501 D3DFORMAT Format; member in struct:_D3DVERTEXBUFFER_DESC
1519 D3DFORMAT Format; member in struct:_D3DVOLUME_DESC
1542 D3DFORMAT Format; member in struct:D3DDISPLAYMODEFILTER
1552 D3DFORMAT Format; member in struct:D3DDISPLAYMODEEX
H A Dtwain.h339 TW_UINT16 Format; /* Any TWFF_ constant */ member in struct:__anon13865
495 TW_UINT16 Format; /* one of TWAF_xxxx */ member in struct:__anon13880
584 /* ICAP_IMAGEFILEFORMAT values (FF_means File Format) */
585 #define TWFF_TIFF 0 /* Tagged Image File Format */
589 #define TWFF_JFIF 4 /* JPEG File Interchange Format */
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Uefi/
H A DUefiInternalFormRepresentation.h1301 UINT8 Format; member in struct:_EFI_IFR_TO_STRING
1404 UINT8 Format; member in struct:_EFI_IFR_FIND
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h827 GLint Format; /**< GL_ALPHA, GL_RGB, etc */ member in struct:gl_histogram_attrib
843 GLenum Format; member in struct:gl_minmax_attrib
854 GLenum Format; member in struct:gl_convolution_attrib
1879 GLenum Format; /**< String encoding format */ member in struct:gl_program
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dwined3d.h2116 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODE
2128 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODEEX
2280 WINED3DFORMAT Format; member in struct:_WINED3DVOLUME_DESC
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwined3d.h2117 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODE
2129 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODEEX
2281 WINED3DFORMAT Format; member in struct:_WINED3DVOLUME_DESC
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2116 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODE
2128 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODEEX
2280 WINED3DFORMAT Format; member in struct:_WINED3DVOLUME_DESC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwined3d.h2114 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODE
2126 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODEEX
2275 WINED3DFORMAT Format; member in struct:_WINED3DVOLUME_DESC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dwined3d.h2116 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODE
2128 WINED3DFORMAT Format; member in struct:_WINED3DDISPLAYMODEEX
2280 WINED3DFORMAT Format; member in struct:_WINED3DVOLUME_DESC

Completed in 640 milliseconds

123