Searched refs:crImageSize (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_pixeldata.h22 DECLEXPORT(unsigned int) crImageSize( GLenum format, GLenum type,
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixels.c31 imagesize = crImageSize( format, type, width, height );
H A Dpack_swap_texture.c33 packet_length += crImageSize( format, type, width, 1 );
81 packet_length += crImageSize( format, type, width, height );
603 crImageSize( format, type, width, height );
641 crImageSize( format, type, width, 1 );
H A Dpack_texture.c33 packet_length += crImageSize(format, type, width, 1);
93 packet_length += crImageSize(format, type, width, height);
629 packet_length += crImageSize(format, type, width, height);
673 packet_length += crImageSize(format, type, width, 1);
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm_pointers.c58 unsigned int size = crImageSize(format, type, width, height);
381 unsigned int size = crImageSize(format, type, width, 1);
403 unsigned int size = crImageSize(format, type, width, height);
506 unsigned int size = crImageSize(format, type, width, 1);
517 unsigned int size = crImageSize(format, type, width, height);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_teximage.c603 tl->bytes = crImageSize(format, type, width, 1);
694 tl->bytes = crImageSize(GL_RGBA, GL_UNSIGNED_BYTE, width, height);
765 tl->bytes += crImageSize(format, GL_UNSIGNED_BYTE, width, height);
771 tl->bytes = crImageSize(format, type, width, height);
1046 subimg = (GLubyte *) crAlloc(crImageSize(tl->format, tl->type, width, height));
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c1424 unsigned int crImageSize( GLenum format, GLenum type, GLsizei width, GLsizei height ) function

Completed in 248 milliseconds