|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "glheader.h"
#include "bufferobj.h"
#include "colormac.h"
#include "context.h"
#include "image.h"
#include "histogram.h"
Go to the source code of this file.
Defines |
| #define | PACK_MACRO(TYPE) |
Functions |
| static void | pack_histogram (GLcontext *ctx, GLuint n, CONST GLuint rgba[][4], GLenum format, GLenum type, GLvoid *destination, const struct gl_pixelstore_attrib *packing) |
| static GLint | base_histogram_format (GLenum format) |
| void GLAPIENTRY | _mesa_GetMinmax (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) |
| void GLAPIENTRY | _mesa_GetHistogram (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) |
| void GLAPIENTRY | _mesa_GetHistogramParameterfv (GLenum target, GLenum pname, GLfloat *params) |
| void GLAPIENTRY | _mesa_GetHistogramParameteriv (GLenum target, GLenum pname, GLint *params) |
| void GLAPIENTRY | _mesa_GetMinmaxParameterfv (GLenum target, GLenum pname, GLfloat *params) |
| void GLAPIENTRY | _mesa_GetMinmaxParameteriv (GLenum target, GLenum pname, GLint *params) |
| void GLAPIENTRY | _mesa_Histogram (GLenum target, GLsizei width, GLenum internalFormat, GLboolean sink) |
| void GLAPIENTRY | _mesa_Minmax (GLenum target, GLenum internalFormat, GLboolean sink) |
| void GLAPIENTRY | _mesa_ResetHistogram (GLenum target) |
| void GLAPIENTRY | _mesa_ResetMinmax (GLenum target) |
| void | _mesa_init_histogram (GLcontext *ctx) |
Generated on Sun May 27 2012 04:58:07 for ReactOS by
1.7.6.1
|