Searched refs:GL_UNPACK_SKIP_PIXELS (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/opengl/glu32/src/libutil/ |
H A D | mipmap.c | 254 glGetIntegerv(GL_UNPACK_SKIP_PIXELS, &psm->unpack_skip_pixels); in retrieveStoreModes() 271 glGetIntegerv(GL_UNPACK_SKIP_PIXELS, &psm->unpack_skip_pixels); in retrieveStoreModes3D() 3586 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in gluBuild1DMipmapLevelsCore() 3742 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in bitmapBuild2DMipmaps() 3863 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in gluBuild2DMipmapLevelsCore() 3881 glPixelStorei(GL_UNPACK_SKIP_PIXELS, psm.unpack_skip_pixels); in gluBuild2DMipmapLevelsCore() 4709 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); 7800 glPixelStorei(GL_UNPACK_SKIP_PIXELS, 0); in gluBuild3DMipmapLevelsCore() 7817 glPixelStorei(GL_UNPACK_SKIP_PIXELS, psm.unpack_skip_pixels); in gluBuild3DMipmapLevelsCore() 7881 glPixelStorei(GL_UNPACK_SKIP_PIXELS, psm.unpack_skip_pixels); in gluBuild3DMipmapLevelsCore() [all …]
|
/reactos/dll/opengl/mesa/ |
H A D | get.c | 782 case GL_UNPACK_SKIP_PIXELS: in gl_GetBooleanv() 1547 case GL_UNPACK_SKIP_PIXELS: in gl_GetDoublev() 2309 case GL_UNPACK_SKIP_PIXELS: in gl_GetFloatv() 3075 case GL_UNPACK_SKIP_PIXELS: in gl_GetIntegerv()
|
H A D | pixel.c | 480 case GL_UNPACK_SKIP_PIXELS: in gl_PixelStorei()
|
/reactos/sdk/include/GL/ |
H A D | gl.h | 635 #define GL_UNPACK_SKIP_PIXELS 0x0CF4 macro
|
/reactos/sdk/include/reactos/wine/ |
H A D | wgl.h | 4576 #define GL_UNPACK_SKIP_PIXELS 0x0CF4 macro
|