Searched defs:yoffset (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshaderapi.c631 GLfloat yoffset; local
642 yoffset = -(63.0f / 64.0f) / viewport[3] /* height */;
646 pThis->posFixup[3] = pThis->posFixup[1] * yoffset;
675 GLfloat xoffset, yoffset; local
722 yoffset = -(63.0f / 64.0f) / cyViewPort;
724 glTranslatef(xoffset, -yoffset, -1.0f);
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_texture.c182 GLint yoffset = READ_DATA( sizeof( int ) + 12, GLint ); local
202 cr_unpackDispatch.TexSubImage3D(target, level, xoffset, yoffset, zoffset,
213 GLint yoffset = READ_DATA( sizeof( int ) + 12, GLint ); local
231 cr_unpackDispatch.TexSubImage2D( target, level, xoffset, yoffset, width,
404 GLint yoffset = READ_DATA( 4 + sizeof(int) + 12, GLint ); local
420 yoffset, zoffset, width,
431 GLint yoffset = READ_DATA( 4 + sizeof(int) + 12, GLint ); local
445 yoffset, width, height,
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_pixel.c497 void PACKSPU_APIENTRY packspu_TexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) argument
514 crPackTexSubImage2DSWAP( target, level, xoffset, yoffset, width, height, format, type, pixels, &(clientState->unpack) );
516 crPackTexSubImage2D( target, level, xoffset, yoffset, width, height, format, type, pixels, &(clientState->unpack) );
525 void PACKSPU_APIENTRY 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
536 crPackTexSubImage3DSWAP( target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels, &(clientState->unpack) );
538 crPackTexSubImage3D( target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, pixels, &(clientState->unpack) );
695 packspu_CompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, argument
703 crPackCompressedTexSubImage2DARB(target, level, xoffset, yoffset, width, height, format, imagesize, data);
712 packspu_CompressedTexSubImage3DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, argument
721 crPackCompressedTexSubImage3DARB(target, level, xoffset, yoffset, zoffse
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_teximage.c488 GLint xoffset, GLint yoffset, GLint zoffset,
551 if (dims > 1 && (yoffset < -tl->border || yoffset + height > tl->height)) {
553 "glTexSubImage%uD(yoffset=%d + height=%d > %d)",
554 dims, yoffset, height, tl->height);
1007 crStateTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, argument
1026 if (ErrorCheckTexSubImage(2, target, level, xoffset, yoffset, 0,
1044 yoffset += tl->border;
1052 xoffset * tl->bytesPerPixel + yoffset * tl->width * tl->bytesPerPixel;
1100 crStateTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, argument
487 ErrorCheckTexSubImage(GLuint dims, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) argument
1480 crStateCompressedTexSubImage2DARB(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid * data) argument
1541 crStateCompressedTexSubImage3DARB(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/GuestHost/OpenGL/packer/
H A Dpack_swap_texture.c543 GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth,
554 sizeof( yoffset ) +
567 WRITE_DATA( 12, GLint, SWAP32(yoffset) );
585 GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
598 sizeof( yoffset ) +
609 WRITE_DATA( 12, GLint, SWAP32(yoffset) );
874 void PACK_APIENTRY crPackCompressedTexSubImage2DARBSWAP( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imagesize, const GLvoid *data ) argument
889 sizeof( yoffset ) +
906 WRITE_DATA( 16, GLint, SWAP32(yoffset) );
921 void PACK_APIENTRY crPackCompressedTexSubImage3DARBSWAP( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLin 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
[all...]
H A Dpack_texture.c556 GLint xoffset, GLint yoffset, GLint zoffset,
569 sizeof(yoffset) +
586 WRITE_DATA(12, GLint, yoffset);
609 GLint xoffset, GLint yoffset, GLsizei width,
622 sizeof(yoffset) +
636 WRITE_DATA(12, GLint, yoffset);
915 void PACK_APIENTRY crPackCompressedTexSubImage2DARB( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imagesize, const GLvoid *data ) argument
930 sizeof( yoffset ) +
947 WRITE_DATA( 16, GLint, yoffset );
963 void PACK_APIENTRY crPackCompressedTexSubImage3DARB( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLin 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
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPVidModes.cpp82 VBoxFillVidModeInfo(VIDEO_MODE_INFORMATION *pMode, ULONG xres, ULONG yres, ULONG bpp, ULONG index, ULONG yoffset) argument
84 LOGF(("%dx%d:%d (idx=%d, yoffset=%d)", xres, yres, bpp, index, yoffset));
92 pMode->VisScreenHeight = yres - yoffset;
100 pMode->VideoMemoryBitmapHeight = yres - yoffset;
325 /* Query yoffset from the host */
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dfbbits.h303 int yoffset, dyoffset; local
317 yoffset = y ? bitsStride : 0;
349 ARCCOPY(yorgp + yoffset + x * MUL);
350 ARCCOPY(yorgp + yoffset - x * MUL);
351 ARCCOPY(yorgop - yoffset - x * MUL);
352 ARCCOPY(yorgop - yoffset + x * MUL);
355 ARCRROP(yorgp + yoffset + x * MUL);
356 ARCRROP(yorgp + yoffset - x * MUL);
357 ARCRROP(yorgop - yoffset - x * MUL);
358 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dfbbits.h303 int yoffset, dyoffset; local
317 yoffset = y ? bitsStride : 0;
349 ARCCOPY(yorgp + yoffset + x * MUL);
350 ARCCOPY(yorgp + yoffset - x * MUL);
351 ARCCOPY(yorgop - yoffset - x * MUL);
352 ARCCOPY(yorgop - yoffset + x * MUL);
355 ARCRROP(yorgp + yoffset + x * MUL);
356 ARCRROP(yorgp + yoffset - x * MUL);
357 ARCRROP(yorgop - yoffset - x * MUL);
358 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dfbbits.h347 int yoffset, dyoffset; local
361 yoffset = y ? bitsStride : 0;
400 ARCCOPY(yorgp + yoffset + x * MUL);
401 ARCCOPY(yorgp + yoffset - x * MUL);
402 ARCCOPY(yorgop - yoffset - x * MUL);
403 ARCCOPY(yorgop - yoffset + x * MUL);
407 ARCRROP(yorgp + yoffset + x * MUL);
408 ARCRROP(yorgp + yoffset - x * MUL);
409 ARCRROP(yorgop - yoffset - x * MUL);
410 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dfbbits.h349 int yoffset, dyoffset; local
363 yoffset = y ? bitsStride : 0;
402 ARCCOPY(yorgp + yoffset + x * MUL);
403 ARCCOPY(yorgp + yoffset - x * MUL);
404 ARCCOPY(yorgop - yoffset - x * MUL);
405 ARCCOPY(yorgop - yoffset + x * MUL);
409 ARCRROP(yorgp + yoffset + x * MUL);
410 ARCRROP(yorgp + yoffset - x * MUL);
411 ARCRROP(yorgop - yoffset - x * MUL);
412 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dfbbits.h303 int yoffset, dyoffset; local
317 yoffset = y ? bitsStride : 0;
349 ARCCOPY(yorgp + yoffset + x * MUL);
350 ARCCOPY(yorgp + yoffset - x * MUL);
351 ARCCOPY(yorgop - yoffset - x * MUL);
352 ARCCOPY(yorgop - yoffset + x * MUL);
355 ARCRROP(yorgp + yoffset + x * MUL);
356 ARCRROP(yorgp + yoffset - x * MUL);
357 ARCRROP(yorgop - yoffset - x * MUL);
358 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dfbbits.h303 int yoffset, dyoffset; local
317 yoffset = y ? bitsStride : 0;
349 ARCCOPY(yorgp + yoffset + x * MUL);
350 ARCCOPY(yorgp + yoffset - x * MUL);
351 ARCCOPY(yorgop - yoffset - x * MUL);
352 ARCCOPY(yorgop - yoffset + x * MUL);
355 ARCRROP(yorgp + yoffset + x * MUL);
356 ARCRROP(yorgp + yoffset - x * MUL);
357 ARCRROP(yorgop - yoffset - x * MUL);
358 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dfbbits.h303 int yoffset, dyoffset; local
317 yoffset = y ? bitsStride : 0;
349 ARCCOPY(yorgp + yoffset + x * MUL);
350 ARCCOPY(yorgp + yoffset - x * MUL);
351 ARCCOPY(yorgop - yoffset - x * MUL);
352 ARCCOPY(yorgop - yoffset + x * MUL);
355 ARCRROP(yorgp + yoffset + x * MUL);
356 ARCRROP(yorgp + yoffset - x * MUL);
357 ARCRROP(yorgop - yoffset - x * MUL);
358 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dvga.h63 #define VMODE_CONUPDATE 512 /* don't update x/yoffset */
196 __u32 yoffset; /* resolution */ member in struct:screeninfo
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dfbbits.h347 int yoffset, dyoffset; local
361 yoffset = y ? bitsStride : 0;
400 ARCCOPY(yorgp + yoffset + x * MUL);
401 ARCCOPY(yorgp + yoffset - x * MUL);
402 ARCCOPY(yorgop - yoffset - x * MUL);
403 ARCCOPY(yorgop - yoffset + x * MUL);
407 ARCRROP(yorgp + yoffset + x * MUL);
408 ARCRROP(yorgp + yoffset - x * MUL);
409 ARCRROP(yorgop - yoffset - x * MUL);
410 ARCRROP(yorgop - yoffset
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c250 GLint xoffset, GLint yoffset,
263 GLint xoffset, GLint yoffset, GLint zoffset,
249 vboxDDTexSubImage2D(GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument
262 vboxDDTexSubImage3D(GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLint depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *packing, struct gl_texture_object *texObj, struct gl_texture_image *texImage) argument

Completed in 93 milliseconds

123