|
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.
Defines |
| #define | ACCUM_SCALE16 32767.0 |
| #define | USE_OPTIMIZED_ACCUM 0 |
Functions |
| static void | rescale_accum (GLcontext *ctx) |
| void | _swrast_clear_accum_buffer (GLcontext *ctx, struct gl_renderbuffer *rb) |
| static void | accum_add (GLcontext *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) |
| static void | accum_mult (GLcontext *ctx, GLfloat mult, GLint xpos, GLint ypos, GLint width, GLint height) |
| static void | accum_accum (GLcontext *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) |
| static void | accum_load (GLcontext *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) |
| static void | accum_return (GLcontext *ctx, GLfloat value, GLint xpos, GLint ypos, GLint width, GLint height) |
| void | _swrast_Accum (GLcontext *ctx, GLenum op, GLfloat value) |
Generated on Sun May 27 2012 04:59:40 for ReactOS by
1.7.6.1
|