Searched refs:crPixelCopy3D (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pixeldata.h37 DECLEXPORT(void) crPixelCopy3D( GLsizei width, GLsizei height, GLsizei depth,
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_swap_texture.c175 crPixelCopy3D( width, height, depth,
253 crPixelCopy3D( width, height, depth,
575 crPixelCopy3D( width, height, depth,
H A Dpack_texture.c194 crPixelCopy3D( width, height, depth,
270 crPixelCopy3D( width, height, depth,
598 crPixelCopy3D(width, height, depth, (GLvoid *) (data_ptr + 48), format, type, NULL, /* dst */
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_pointers.c444 crPixelCopy3D(width, height, depth,
472 crPixelCopy3D(width, height, depth,
547 crPixelCopy3D(width, height, depth,
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_teximage.c908 crPixelCopy3D(width, height, depth, (GLvoid *) (tl->img), format, type,
1144 crPixelCopy3D(width, height, depth, subimg, tl->format, tl->type, NULL,
1717 crPixelCopy3D(tl->width, tl->height, tl->depth, (GLvoid *) pixels, format,
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1680 void crPixelCopy3D( GLsizei width, GLsizei height, GLsizei depth, function
1697 crWarning( "crPixelCopy3D: simply crMemcpy'ing from srcPtr to dstPtr" );
1700 crWarning( "crPixelCopy3D: formats don't match!" );
1702 crWarning( "crPixelCopy3D: formats don't match!" );

Completed in 86 milliseconds