Searched refs:format (Results 201 - 225 of 937) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dbt829.h15 CARD8 format; member in struct:__anon8706
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
H A Ddri2.h38 /* Version 2 structure (with format at the end) */
45 unsigned int format; member in struct:__anon8742
67 unsigned int format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon9018
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon9337
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon4867
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon5181
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon5494
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon5805
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon6112
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon6415
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dbt829.h15 CARD8 format; member in struct:__anon6713
58 extern _X_EXPORT int bt829_SetFormat(BT829Ptr bt, CARD8 format);
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsTextPane.cpp372 /* Prepare format: */
374 QFont font = formatRange.format.font();
376 formatRange.format.setFont(font);
379 /* Add format range to list: */
390 /* Prepare format: */
392 formatRange.format.setAnchor(true);
393 formatRange.format.setAnchorHref(anchoredRegExp.cap(1));
394 if (formatRange.format.anchorHref() == strHoveredAnchor)
395 formatRange.format.setForeground(qApp->palette().color(QPalette::Link));
398 /* Add format rang
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppPageExpert.h40 Q_PROPERTY(QString format READ format WRITE setFormat);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dsecurity.h158 extern void SecurityAudit(char *format, ...);
175 unsigned int format,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DconfigProcs.h106 void xf86parseError(char *format, ...);
107 void xf86parseWarning(char *format, ...);
108 void xf86validationError(char *format, ...);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Ddebug.h102 #define __WINE_PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args)))
159 int (*dbg_vprintf)( const char *format, va_list args );
161 const char *function, const char *format, va_list args );
179 extern const char *wine_dbg_sprintf( const char *format, ... ) __WINE_PRINTF_ATTR(1,2);
181 extern int wine_dbg_printf( const char *format, ... ) __WINE_PRINTF_ATTR(1,2);
183 const char *format, ... ) __WINE_PRINTF_ATTR(4,5);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DconfigProcs.h107 void xf86parseError(char *format, ...);
108 void xf86parseWarning(char *format, ...);
109 void xf86validationError(char *format, ...);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Ddebug.h127 #define __WINE_PRINTF_ATTR(fmt,args) __attribute__((format (printf,fmt,args)))
184 int (*dbg_vprintf)( const char *format, va_list args );
186 const char *function, const char *format, va_list args );
204 extern const char *wine_dbg_sprintf( const char *format, ... ) __WINE_PRINTF_ATTR(1,2);
206 extern int wine_dbg_printf( const char *format, ... ) __WINE_PRINTF_ATTR(1,2);
208 const char *format, ... ) __WINE_PRINTF_ATTR(4,5);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DconfigProcs.h107 void xf86parseError(char *format, ...);
108 void xf86parseWarning(char *format, ...);
109 void xf86validationError(char *format, ...);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd_oss.c65 static int format; variable
129 switch (format)
268 if ((pwfx->wBitsPerSample == 8) && (format != AFMT_U8))
270 if ((pwfx->wBitsPerSample == 16) && (format != AFMT_S16_LE))
286 format = AFMT_U8;
288 format = AFMT_S16_LE;
292 if (ioctl(dsp_fd, SNDCTL_DSP_SETFMT, &format) == -1)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9tex.h197 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
199 UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
201 UINT *depth, UINT *miplevels, DWORD usage, D3DFORMAT *format, D3DPOOL pool);
204 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DTexture9 **texture);
206 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DCubeTexture9 **cube);
208 UINT miplevels, DWORD usage, D3DFORMAT format, D3DPOOL pool, struct IDirect3DVolumeTexture9 **volume);
247 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format,
251 UINT width, UINT height, UINT miplevels, DWORD usage, D3DFORMAT format,
257 UINT size, UINT miplevels, DWORD usage, D3DFORMAT format,
261 UINT size, UINT miplevels, DWORD usage, D3DFORMAT format,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3dx9tex.h290 D3DFORMAT *format,
296 D3DFORMAT *format,
305 D3DFORMAT *format,
313 D3DFORMAT format,
321 D3DFORMAT format,
331 D3DFORMAT format,
399 D3DFORMAT format,
414 D3DFORMAT format,
429 D3DFORMAT format,
443 D3DFORMAT format,
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dd3d9_private.h56 D3DFORMAT d3dformat_from_wined3dformat(enum wined3d_format_id format) DECLSPEC_HIDDEN;
57 enum wined3d_format_id wined3dformat_from_d3dformat(D3DFORMAT format) DECLSPEC_HIDDEN;
197 UINT depth, DWORD usage, enum wined3d_format_id format, enum wined3d_pool pool
227 D3DFORMAT format, DWORD flags, DWORD usage, D3DPOOL pool, D3DMULTISAMPLE_TYPE multisample_type,
255 enum wined3d_format_id format; member in struct:d3d9_indexbuffer
259 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
271 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
278 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
285 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h232 UINT depth, DWORD usage, WINED3DFORMAT format, WINED3DPOOL pool) DECLSPEC_HIDDEN;
284 UINT width, UINT height, D3DFORMAT format, BOOL lockable, BOOL discard, UINT level,
341 WINED3DFORMAT format; member in struct:IDirect3DIndexBuffer8Impl
345 UINT size, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
385 UINT edge_length, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
408 UINT width, UINT height, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
431 UINT width, UINT height, UINT depth, UINT levels, DWORD usage, D3DFORMAT format, D3DPOOL pool) DECLSPEC_HIDDEN;
552 D3DFORMAT d3dformat_from_wined3dformat(WINED3DFORMAT format) DECLSPEC_HIDDEN;
553 WINED3DFORMAT wined3dformat_from_d3dformat(D3DFORMAT format) DECLSPEC_HIDDEN;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dwchar.h33 const wchar_t * __restrict format, ...);
35 const wchar_t * __restrict format, ...);
37 const wchar_t * __restrict format, ...);
39 const wchar_t * __restrict format, ...);
41 const wchar_t * __restrict format, va_list arg);
43 const wchar_t * __restrict format, va_list arg);
45 const wchar_t * __restrict format, va_list arg);
47 const wchar_t * __restrict format, va_list arg);
48 int vwprintf (const wchar_t * __restrict format, va_list arg);
49 int vwscanf (const wchar_t * __restrict format, va_lis
[all...]

Completed in 393 milliseconds

1234567891011>>