Searched refs:pixels (Results 1 - 25 of 81) sorted by relevance

1234

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_texture.c26 GLvoid *pixels; local
33 pixels = (void*) (uintptr_t) READ_DATA(sizeof(int)+40, GLint);
35 pixels = DATA_POINTER( sizeof( int ) + 44, GLvoid );
39 pixels);
57 GLvoid *pixels; local
60 pixels = (void*) (uintptr_t) READ_DATA(sizeof(int)+40, GLint);
62 pixels = DATA_POINTER( sizeof( int ) + 44, GLvoid );
65 depth, border, format, type, pixels );
81 GLvoid *pixels; local
84 pixels
103 GLvoid *pixels; local
190 GLvoid *pixels; local
219 GLvoid *pixels; local
245 GLvoid *pixels; local
342 GLvoid *pixels; local
365 GLvoid *pixels; local
387 GLvoid *pixels; local
412 GLvoid *pixels; local
437 GLvoid *pixels; local
459 GLvoid *pixels; local
476 GLvoid *pixels; local
[all...]
H A Dunpack_drawpixels.c17 GLvoid *pixels; local
20 pixels = (void*) (uintptr_t) READ_DATA( sizeof( int ) + 20, GLint);
22 pixels = DATA_POINTER( sizeof( int ) + 24, GLvoid );
29 cr_unpackDispatch.DrawPixels( width, height, format, type, pixels );
72 GLvoid *pixels = DATA_POINTER( 36, GLvoid ); local
83 cr_unpackDispatch.ZPixCR( width, height, format, type, ztype, zparm, length, pixels );
H A Dunpack_readpixels.c25 GLvoid *pixels; local
27 /* point <pixels> at the 8-byte network pointer */
28 pixels = DATA_POINTER( 48, GLvoid );
43 cr_unpackDispatch.ReadPixels( x, y, width, height, format, type, pixels);
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_readpixels.c20 GLenum format, GLenum type, GLvoid *pixels)
38 /*pixels are actually a pointer to location of 8byte network pointer in hgcm buffer
42 pbo_offset = (GLvoid*) ((uintptr_t) *((GLint*)pixels));
53 * (no skip pixels, skip rows, etc. It's up to the receiver (pack spu,
71 /* <pixels> points to the 8-byte network pointer */
72 crMemcpy( &rp->pixels, pixels, sizeof(rp->pixels) );
19 crServerDispatchReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) argument
H A Dserver_texture.c118 (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels),
119 (target, level, xoffset, width, format, type, realptr), pixels)
122 (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels),
123 (target, level, xoffset, yoffset, width, height, format, type, realptr), pixels)
126 (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels),
127 (target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, realptr), pixels)
130 (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels),
131 (target, level, internalFormat, width, border, format, type, realptr), pixels)
134 (GLenum target, GLint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels),
135 (target, level, internalFormat, width, height, border, format, type, realptr), pixels)
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Ddrawpix.h36 GLenum format, GLenum type, const GLvoid *pixels );
41 GLenum format, GLenum type, GLvoid *pixels );
H A Dtexstore.h97 GLenum format, GLenum type, const GLvoid *pixels,
107 GLenum format, GLenum type, const GLvoid *pixels,
117 GLenum format, GLenum type, const GLvoid *pixels,
126 GLenum format, GLenum type, const GLvoid *pixels,
136 GLenum format, GLenum type, const GLvoid *pixels,
146 GLenum format, GLenum type, const GLvoid *pixels,
210 GLenum format, GLenum type, GLvoid *pixels,
224 GLenum format, GLenum type, const GLvoid *pixels,
230 GLsizei imageSize, const GLvoid *pixels,
H A Dteximage.h136 GLenum format, GLenum type, const GLvoid *pixels );
142 GLenum format, GLenum type, const GLvoid *pixels );
148 GLenum format, GLenum type, const GLvoid *pixels );
155 const GLvoid *pixels );
160 GLenum format, GLenum type, GLvoid *pixels );
167 const GLvoid *pixels );
175 const GLvoid *pixels );
183 const GLvoid *pixels );
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_checklist.c19 int DLM_APIENTRY crDLMCheckListTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument
28 int DLM_APIENTRY crDLMCheckListTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument
38 int DLM_APIENTRY crDLMCheckListTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument
43 int DLM_APIENTRY crDLMCheckListTexImage3DEXT(GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) argument
H A Ddlm_pointers.c21 * excess row length, no pixels skipped, no rows, skipped, and a byte
56 int crdlm_pointers_DrawPixels( struct instanceDrawPixels *instance, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
62 instance->pixels, format, type, NULL,
63 pixels, format, type, &c->unpack);
379 int crdlm_pointers_TexImage1D( struct instanceTexImage1D *instance, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
384 crPixelCopy1D(instance->pixels, format, type,
385 pixels, format, type, width, &c->unpack);
401 int crdlm_pointers_TexImage2D( struct instanceTexImage2D *instance, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
407 instance->pixels, format, type, NULL,
408 pixels, forma
424 crdlm_pointers_TexImage3D( struct instanceTexImage3D *instance, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
452 crdlm_pointers_TexImage3DEXT( struct instanceTexImage3DEXT *instance, GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
504 crdlm_pointers_TexSubImage1D( struct instanceTexSubImage1D *instance, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
515 crdlm_pointers_TexSubImage2D( struct instanceTexSubImage2D *instance, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
527 crdlm_pointers_TexSubImage3D( struct instanceTexSubImage3D *instance, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c ) argument
869 crdlm_pointers_ZPixCR( struct instanceZPixCR *instance, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum ztype, GLint zparm, GLint length, const GLvoid *pixels, CRClientState *c) argument
[all...]
H A Ddlm_pointers.h11 extern int crdlm_pointers_DrawPixels( struct instanceDrawPixels *instance, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
34 extern int crdlm_pointers_TexImage1D( struct instanceTexImage1D *instance, GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
36 extern int crdlm_pointers_TexImage2D( struct instanceTexImage2D *instance, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
38 extern int crdlm_pointers_TexImage3D( struct instanceTexImage3D *instance, GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
39 extern int crdlm_pointers_TexImage3DEXT( struct instanceTexImage3DEXT *instance, GLenum target, GLint level, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
43 extern int crdlm_pointers_TexSubImage1D( struct instanceTexSubImage1D *instance, GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
44 extern int crdlm_pointers_TexSubImage2D( struct instanceTexSubImage2D *instance, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
45 extern int crdlm_pointers_TexSubImage3D( struct instanceTexSubImage3D *instance, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, CRClientState *c );
79 extern int crdlm_pointers_ZPixCR( struct instanceZPixCR *instance, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum ztype, GLint zparm, GLint length, const GLvoid *pixels, CRClientState *c );
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixels.c16 const GLvoid *pixels,
21 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
47 WRITE_DATA( 20, GLint, (GLint) (uintptr_t) pixels );
53 pixels, format, type, unpackstate); /* src */
62 GLenum type, GLvoid *pixels,
104 WRITE_NETWORK_POINTER( 48, (char *) pixels );
159 const GLvoid *pixels,
166 if (pixels == NULL)
198 crMemcpy((void *) (data_ptr+32), pixels, length);
207 GLvoid * pixels, cons
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...]
H A Dpack_texture.c17 GLenum format, GLenum type, const GLvoid * pixels,
22 int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
45 WRITE_DATA(32, GLint, (GLint)(uintptr_t) pixels);
50 pixels, format, type, width, unpackstate);
61 const GLvoid * pixels, const CRPixelPackState * unpackstate)
65 const int noimagedata = (pixels == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
87 distrib_buf_len = crStrlen(pixels) + 1 +
107 WRITE_DATA(36, GLint, (GLint)(uintptr_t) pixels);
113 crMemcpy((void *) (data_ptr + 40), pixels, distrib_buf_len);
121 pixels, /* sr
15 crPackTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid * pixels, const CRPixelPackState * unpackstate) argument
58 crPackTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid * pixels, const CRPixelPackState * unpackstate) argument
133 crPackTexImage3DEXT(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
207 crPackTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
555 crPackTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid * pixels, const CRPixelPackState * unpackstate) argument
608 crPackTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid * pixels, const CRPixelPackState * unpackstate) argument
655 crPackTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid * pixels, const CRPixelPackState * unpackstate) argument
[all...]
H A Dpack_swap_texture.c15 GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate )
19 int isnull = (pixels == NULL);
31 if (pixels)
46 if (pixels) {
52 pixels, format, type, width, &tmpUnpackState );
61 GLenum format, GLenum type, const GLvoid *pixels,
66 int isnull = (pixels == NULL);
79 if (pixels)
95 if (pixels)
103 pixels, forma
13 crPackTexImage1DSWAP(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
59 crPackTexImage2DSWAP(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
111 crPackTexImage3DEXTSWAP(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
187 crPackTexImage3DSWAP(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
542 crPackTexSubImage3DSWAP(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
584 crPackTexSubImage2DSWAP(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
626 crPackTexSubImage1DSWAP(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels, const CRPixelPackState *unpackstate ) argument
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c279 void PACKSPU_APIENTRY packspu_DrawPixels( GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
290 crPackDrawPixels( width, height, format, type, pixels, &(clientState->unpack) );
298 void PACKSPU_APIENTRY packspu_ReadPixels( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels )
310 crPackReadPixels(x, y, width, height, format, type, pixels, &(clientState->pack), &writeback);
358 void PACKSPU_APIENTRY packspu_TexImage1D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
365 if (pixels || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB))
381 crPackTexImage1DSWAP( target, level, internalformat, width, border, format, type, pixels, &(clientState->unpack) );
383 crPackTexImage1D( target, level, internalformat, width, border, format, type, pixels, &(clientState->unpack) );
391 void PACKSPU_APIENTRY packspu_TexImage2D( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels )
398 if (pixels || crStateIsBufferBoun
557 packspu_GetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dvbe.h126 CARD16 XResolution; /* horizontal resolution in pixels or characters */
127 CARD16 YResolution; /* vertical resolution in pixels or characters */
128 CARD8 XCharSize; /* character cell width in pixels */
129 CARD8 YCharSize; /* character cell height in pixels */
184 CARD16 HorizontalTotal; /* Horizontal total in pixels */
185 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
186 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
256 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
258 pixels, bytes, max)
259 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dvbe.h126 CARD16 XResolution; /* horizontal resolution in pixels or characters */
127 CARD16 YResolution; /* vertical resolution in pixels or characters */
128 CARD8 XCharSize; /* character cell width in pixels */
129 CARD8 YCharSize; /* character cell height in pixels */
184 CARD16 HorizontalTotal; /* Horizontal total in pixels */
185 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
186 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
256 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
258 pixels, bytes, max)
259 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dvbe.h121 CARD16 XResolution; /* horizontal resolution in pixels or characters */
122 CARD16 YResolution; /* vertical resolution in pixels or characters */
123 CARD8 XCharSize; /* character cell width in pixels */
124 CARD8 YCharSize; /* character cell height in pixels */
179 CARD16 HorizontalTotal; /* Horizontal total in pixels */
180 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
181 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
248 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \
250 pixels, bytes, max)
251 #define VBEGetMaxLogicalScanline(pVbe, pixels, byte
[all...]

Completed in 72 milliseconds

1234