|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
Go to the source code of this file.
Functions |
| static GLvoid * | read_color_image (GLcontext *ctx, GLint x, GLint y, GLenum type, GLsizei width, GLsizei height) |
| static GLuint * | read_depth_image (GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height) |
| static GLuint * | read_depth_stencil_image (GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height) |
| static GLboolean | is_depth_format (GLenum format) |
| static GLboolean | is_depth_stencil_format (GLenum format) |
| void | _swrast_copy_teximage1d (GLcontext *ctx, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLint border) |
| void | _swrast_copy_teximage2d (GLcontext *ctx, GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) |
| void | _swrast_copy_texsubimage1d (GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) |
| void | _swrast_copy_texsubimage2d (GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
| void | _swrast_copy_texsubimage3d (GLcontext *ctx, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
Generated on Sun May 27 2012 04:59:53 for ReactOS by
1.7.6.1
|