Searched refs:glAccum (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | accum.c | 93 glAccum(GL_LOAD, 0.5); 97 glAccum(GL_ACCUM, 0.5); 99 glAccum(GL_RETURN, 1.0);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | accanti.c | 134 glAccum(GL_ACCUM, 1.0/ACSIZE); 136 glAccum (GL_RETURN, 1.0);
|
| H A D | accpersp.c | 202 glAccum(GL_ACCUM, 1.0/ACSIZE); 204 glAccum (GL_RETURN, 1.0);
|
| H A D | dof.c | 210 glAccum (GL_ACCUM, 0.125); 213 glAccum (GL_RETURN, 1.0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.c | 817 &glAccum,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 864 &glAccum,
|
| H A D | gldrv.h | 247 void (APIENTRY *glAccum )( GLenum op, GLfloat value );
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glprocs.h | 268 "glAccum\0" 1421 NAME_FUNC_OFFSET( 2552, glAccum, glAccum, NULL, _gloffset_Accum),
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 859 GLAPI void GLAPIENTRY glAccum( GLenum op, GLfloat value );
|
| H A D | gl_mangle.h | 32 #define glAccum MANGLE(Accum) macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 852 GLAPI void GLAPIENTRY glAccum( GLenum op, GLfloat value );
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 1219 glAccum(*(GLenum *) (pc + 0), *(GLfloat *) (pc + 4));
|
| H A D | indirect_dispatch_swap.c | 1395 glAccum((GLenum) bswap_ENUM(pc + 0), (GLfloat) bswap_FLOAT32(pc + 4));
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 16668 #define glAccum macro [all...] |
| H A D | gl_generated_dispatch.c | 4573 0, // glAccum 75817 return gl_single_resolver(PROVIDER_Desktop_OpenGL_1_0, 0 /* glAccum */); [all...] |
Completed in 1214 milliseconds