|
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 "mtypes.h"
#include "colormac.h"
#include "renderbuffer.h"
#include "rbadaptors.h"
Go to the source code of this file.
Functions |
| static void | Delete_wrapper (struct gl_renderbuffer *rb) |
| static GLboolean | AllocStorage_wrapper (GLcontext *ctx, struct gl_renderbuffer *rb, GLenum internalFormat, GLuint width, GLuint height) |
| static void * | GetPointer_wrapper (GLcontext *ctx, struct gl_renderbuffer *rb, GLint x, GLint y) |
| static void | GetRow_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, void *values) |
| static void | GetValues_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], void *values) |
| static void | PutRow_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) |
| static void | PutRowRGB_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) |
| static void | PutMonoRow_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *value, const GLubyte *mask) |
| static void | PutValues_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *values, const GLubyte *mask) |
| static void | PutMonoValues_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *value, const GLubyte *mask) |
| struct gl_renderbuffer * | _mesa_new_renderbuffer_16wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb8) |
| static void | GetRow_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, void *values) |
| static void | GetValues_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], void *values) |
| static void | PutRow_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) |
| static void | PutRowRGB_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) |
| static void | PutMonoRow_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *value, const GLubyte *mask) |
| static void | PutValues_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *values, const GLubyte *mask) |
| static void | PutMonoValues_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *value, const GLubyte *mask) |
| struct gl_renderbuffer * | _mesa_new_renderbuffer_32wrap8 (GLcontext *ctx, struct gl_renderbuffer *rb8) |
| static void | GetRow_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, void *values) |
| static void | GetValues_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], void *values) |
| static void | PutRow_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) |
| static void | PutRowRGB_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) |
| static void | PutMonoRow_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *value, const GLubyte *mask) |
| static void | PutValues_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *values, const GLubyte *mask) |
| static void | PutMonoValues_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *value, const GLubyte *mask) |
| struct gl_renderbuffer * | _mesa_new_renderbuffer_32wrap16 (GLcontext *ctx, struct gl_renderbuffer *rb16) |
Generated on Sun May 27 2012 04:58:27 for ReactOS by
1.7.6.1
|