Searched refs:format (Results 51 - 75 of 937) sorted by relevance

1234567891011>>

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dimpsize.h54 extern int __glDrawPixels_size(GLenum format, GLenum type, GLsizei w,GLsizei h);
H A Dpropertyst.h62 short format; /* format of data for swapping - 8,16,32 */ member in struct:_Property
63 long size; /* size of data in (format/8) bytes */
67 * an issue, you may want to put the owner_pid next to format
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dstring.c314 /* format a WCHAR string according to a printf format; helper for vsnprintfW */
315 static int format_string( WCHAR *buffer, size_t len, const char *format, const WCHAR *str ) argument
320 assert( *format == '%' );
321 format++; /* skip '%' */
323 while (*format == '0' || *format == '+' || *format == '-' || *format == ' ' || *format
361 vsnprintfW(WCHAR *str, size_t len, const WCHAR *format, va_list valist) argument
506 vsprintfW( WCHAR *str, const WCHAR *format, va_list valist ) argument
511 snprintfW( WCHAR *str, size_t len, const WCHAR *format, ...) argument
521 sprintfW( WCHAR *str, const WCHAR *format, ...) argument
[all...]
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxCommon.cpp31 int swprintf_s(WCHAR *buffer, size_t cbBuffer, const WCHAR *format, ...) argument
35 va_start(va, format);
36 ret = _vsnwprintf(buffer, cbBuffer, format, va);
H A DVBoxCommon.h22 int swprintf_s(WCHAR *buffer, size_t cbBuffer, const WCHAR *format, ...);
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstdio.h13 extern int __attribute__ (( format ( printf, 1, 2 ) ))
16 extern int __attribute__ (( format ( printf, 3, 4 ) ))
19 extern int __attribute__ (( format ( printf, 2, 3 ) ))
33 * @v ... Arguments corresponding to the format string
44 * @v args Arguments corresponding to the format string
H A Dassert.h33 extern int __attribute__ (( format ( printf, 1, 2 ) ))
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_error.c15 void crStateError( int line, const char *file, GLenum error, const char *format, ... ) argument
31 va_start( args, format );
32 vsprintf( errstr, format, args );
/vbox/src/VBox/Additions/x11/VBoxClient/
H A DVBoxClient.h26 #define VBClFatalError(format) \
28 char *pszMessage = RTStrAPrintf2 format; \
29 LogRel(format); \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dproperty.h64 int format,
73 int format,
H A Dglyphstr.h75 PictFormatPtr format; member in struct:_GlyphSet
90 PictFormatPtr format; member in struct:_GlyphList
102 extern _X_EXPORT GlyphPtr FindGlyphByHash(unsigned char sha1[20], int format);
110 FreeGlyph(GlyphPtr glyph, int format);
120 extern _X_EXPORT GlyphPtr AllocateGlyph(xGlyphInfo * gi, int format);
131 extern _X_EXPORT GlyphSetPtr AllocateGlyphSet(int fdepth, PictFormatPtr format);
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c13 static GLboolean packspu_CheckTexImageFormat(GLenum format) argument
15 if (format!=GL_COLOR_INDEX
16 && format!=GL_RED
17 && format!=GL_GREEN
18 && format!=GL_BLUE
19 && format!=GL_ALPHA
20 && format!=GL_RGB
21 && format!=GL_BGR
22 && format!=GL_RGBA
23 && format!
164 packspu_CheckTexImageParams(GLint internalformat, GLenum format, GLenum type) argument
171 packspu_CheckTexImageFormatType(GLenum format, GLenum type) argument
279 packspu_DrawPixels( GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) argument
298 packspu_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels ) argument
358 packspu_TexImage1D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
391 packspu_TexImage2D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
425 packspu_TexImage3DEXT( GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
448 packspu_TexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) argument
470 packspu_TexSubImage1D( GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels ) argument
497 packspu_TexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) argument
525 packspu_TexSubImage3D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels ) argument
547 packspu_ZPixCR( GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum ztype, GLint zparm, GLint length, const GLvoid *pixels ) argument
557 packspu_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) argument
678 packspu_CompressedTexSubImage1DARB(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imagesize, const GLvoid *data) argument
695 packspu_CompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imagesize, const GLvoid *data) argument
712 packspu_CompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imagesize, const GLvoid *data) argument
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddrirenderbuffer.c12 * Just update width, height and internal format fields for now.
47 * \param format Either GL_RGBA, GL_DEPTH_COMPONENT16, GL_DEPTH_COMPONENT24,
56 driNewRenderbuffer(GLenum format, GLvoid *addr, argument
62 assert(format == GL_RGBA ||
63 format == GL_RGB5 ||
64 format == GL_RGBA8 ||
65 format == GL_DEPTH_COMPONENT16 ||
66 format == GL_DEPTH_COMPONENT24 ||
67 format == GL_DEPTH_COMPONENT32 ||
68 format
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_subr.c104 ctf_dprintf(const char *format, ...) argument
109 va_start(alist, format);
112 (void) vfprintf(stderr, format, alist);
114 RTLogPrintf("libctf DEBUG: %N", format, alist);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.cpp245 uint32_t vmsvga3dSurfaceFormatSize(SVGA3dSurfaceFormat format) argument
247 switch (format)
327 * the most efficient format to use when creating new surfaces
525 const char *vmsvga3dGet3dFormatString(uint32_t format) argument
531 if (format & SVGA3DFORMAT_OP_TEXTURE)
533 if (format & SVGA3DFORMAT_OP_VOLUMETEXTURE)
535 if (format & SVGA3DFORMAT_OP_CUBETEXTURE)
537 if (format & SVGA3DFORMAT_OP_OFFSCREEN_RENDERTARGET)
539 if (format & SVGA3DFORMAT_OP_SAME_FORMAT_RENDERTARGET)
541 if (format
996 vmsvgaSurfaceType2String(SVGA3dSurfaceFormat format) argument
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dcliprdr.c65 in a single format (such as CF_TEXT) to the RDP side.
66 To announce more than one format at a time, use
70 cliprdr_send_simple_native_format_announce(uint32 format) argument
76 buf_out_uint32(buffer, format);
82 formats, each denoted by a 36-byte format descriptor of
83 [ uint32 format + 32-byte description ].
105 cliprdr_send_data_request(uint32 format) argument
110 buf_out_uint32(buffer, format);
125 uint32 length, format; local
167 in_uint32_le(s, format);
[all...]
H A Drdpsnd.c252 RD_WAVEFORMATEX *format; local
288 format = &formats[format_count];
289 in_uint16_le(in, format->wFormatTag);
290 in_uint16_le(in, format->nChannels);
291 in_uint32_le(in, format->nSamplesPerSec);
292 in_uint32_le(in, format->nAvgBytesPerSec);
293 in_uint16_le(in, format->nBlockAlign);
294 in_uint16_le(in, format->wBitsPerSample);
295 in_uint16_le(in, format->cbSize);
298 readcnt = format
386 RD_WAVEFORMATEX *format; local
484 static uint16 tick, format; local
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_readpixels.c20 GLenum format, GLenum type, GLvoid *pixels)
45 format, type, pbo_offset);
57 format, type, rp + 1);
64 rp->format = format;
19 crServerDispatchReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) argument
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/render/
H A Dglyphstr.h68 PictFormatPtr format; member in struct:_GlyphSet
77 PictFormatPtr format; member in struct:_GlyphList
95 FreeGlyph (GlyphPtr glyph, int format);
107 AllocateGlyph (xGlyphInfo *gi, int format);
119 AllocateGlyphSet (int fdepth, PictFormatPtr format);
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixels.c15 GLenum format, GLenum type,
26 sizeof( format ) +
31 imagesize = crImageSize( format, type, width, height );
44 WRITE_DATA( 8, GLenum, format );
52 (void *) (data_ptr + 24), format, type, NULL, /* dst */
53 pixels, format, type, unpackstate); /* src */
61 GLsizei height, GLenum format,
73 bytes_per_pixel = crPixelSize(format, type);
76 sprintf(string, "crPackReadPixels(format 0x%x or type 0x%x)", format, typ
14 crPackDrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
60 crPackReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels, const CRPixelPackState *packstate, int *writeback) argument
156 crPackZPixCR( GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum ztype, GLint zparm, GLint length, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
206 crPackGetTexImage( GLenum target, GLint level, GLenum format, GLenum type, GLvoid * pixels, const CRPixelPackState * packstate, int * writeback ) argument
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlwriter.h72 const char *format, ...);
75 const char *format,
105 const char *format, ...);
109 const char *format,
121 const char *format, ...);
127 const char *format,
144 const char *format, ...);
147 const char *format, va_list argptr);
157 *format, ...);
161 *format,
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglyphstr.h75 PictFormatPtr format; member in struct:_GlyphSet
90 PictFormatPtr format; member in struct:_GlyphList
102 extern _X_EXPORT GlyphPtr FindGlyphByHash(unsigned char sha1[20], int format);
110 FreeGlyph(GlyphPtr glyph, int format);
120 extern _X_EXPORT GlyphPtr AllocateGlyph(xGlyphInfo * gi, int format);
131 extern _X_EXPORT GlyphSetPtr AllocateGlyphSet(int fdepth, PictFormatPtr format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglyphstr.h74 PictFormatPtr format; member in struct:_GlyphSet
91 PictFormatPtr format; member in struct:_GlyphList
110 FindGlyphByHash (unsigned char sha1[20], int format);
119 FreeGlyph (GlyphPtr glyph, int format);
131 AllocateGlyph (xGlyphInfo *gi, int format);
143 AllocateGlyphSet (int fdepth, PictFormatPtr format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglyphstr.h74 PictFormatPtr format; member in struct:_GlyphSet
91 PictFormatPtr format; member in struct:_GlyphList
110 FindGlyphByHash (unsigned char sha1[20], int format);
119 FreeGlyph (GlyphPtr glyph, int format);
131 AllocateGlyph (xGlyphInfo *gi, int format);
143 AllocateGlyphSet (int fdepth, PictFormatPtr format);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglyphstr.h74 PictFormatPtr format; member in struct:_GlyphSet
91 PictFormatPtr format; member in struct:_GlyphList
110 FindGlyphByHash (unsigned char sha1[20], int format);
119 FreeGlyph (GlyphPtr glyph, int format);
131 AllocateGlyph (xGlyphInfo *gi, int format);
143 AllocateGlyphSet (int fdepth, PictFormatPtr format);

Completed in 3996 milliseconds

1234567891011>>