Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
495 B

  1. #ifndef __SRVSIZE_H__
  2. #define __SRVSIZE_H__
  3. #ifndef _CLIENTSIDE_
  4. GLint __glReadPixels_size ( GLenum format, GLenum type, GLint w, GLint h);
  5. GLint __glGetTexImage_size ( GLenum target, GLint level, GLenum format, GLenum type );
  6. GLint __glDrawPixels_size ( GLenum Format, GLenum Type, GLint Width, GLint Height );
  7. GLint __glTexImage_size ( GLint Level, GLint Components, GLsizei Width, GLsizei Height, GLint Border, GLenum Format, GLenum Type );
  8. #endif
  9. #endif /* !__SRVSIZE_H__ */