Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenpixel.h
Go to the documentation of this file.
00001 /* 00002 * Mesa 3-D graphics library 00003 * Version: 7.1 00004 * 00005 * Copyright (C) 1999-2008 Brian Paul All Rights Reserved. 00006 * 00007 * Permission is hereby granted, free of charge, to any person obtaining a 00008 * copy of this software and associated documentation files (the "Software"), 00009 * to deal in the Software without restriction, including without limitation 00010 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 00011 * and/or sell copies of the Software, and to permit persons to whom the 00012 * Software is furnished to do so, subject to the following conditions: 00013 * 00014 * The above copyright notice and this permission notice shall be included 00015 * in all copies or substantial portions of the Software. 00016 * 00017 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00018 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 00019 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 00020 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 00021 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 00022 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 00023 */ 00024 00025 00032 #ifndef PIXEL_H 00033 #define PIXEL_H 00034 00035 00036 #include "mtypes.h" 00037 00038 00041 00042 extern void GLAPIENTRY 00043 _mesa_GetPixelMapfv( GLenum map, GLfloat *values ); 00044 00045 extern void GLAPIENTRY 00046 _mesa_GetPixelMapuiv( GLenum map, GLuint *values ); 00047 00048 extern void GLAPIENTRY 00049 _mesa_GetPixelMapusv( GLenum map, GLushort *values ); 00050 00051 extern void GLAPIENTRY 00052 _mesa_PixelMapfv( GLenum map, GLsizei mapsize, const GLfloat *values ); 00053 00054 extern void GLAPIENTRY 00055 _mesa_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values ); 00056 00057 extern void GLAPIENTRY 00058 _mesa_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values ); 00059 00060 extern void GLAPIENTRY 00061 _mesa_PixelTransferf( GLenum pname, GLfloat param ); 00062 00063 extern void GLAPIENTRY 00064 _mesa_PixelTransferi( GLenum pname, GLint param ); 00065 00066 extern void GLAPIENTRY 00067 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ); 00068 00072 extern void 00073 _mesa_update_pixel( GLcontext *ctx, GLuint newstate ); 00074 00075 extern void 00076 _mesa_init_pixel( GLcontext * ctx ); 00077 00080 #endif Generated on Sun May 27 2012 04:20:25 for ReactOS by
1.7.6.1
|