Searched defs:unpackstate (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/VBox/GuestHost/OpenGL/packer/ |
| H A D | pack_texture.c | 18 const CRPixelPackState * unpackstate) 50 pixels, format, type, width, unpackstate); 61 const GLvoid * pixels, const CRPixelPackState * unpackstate) 123 unpackstate); /* src packing */ 137 const CRPixelPackState *unpackstate ) 196 pixels, format, type, unpackstate ); 213 const CRPixelPackState *unpackstate ) 272 pixels, format, type, unpackstate ); 559 const CRPixelPackState * unpackstate) 599 pixels, format, type, unpackstate); /* 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 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...] |
Completed in 39 milliseconds