| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | long-fixed-func.c | 88 glLightf(GL_LIGHT0 + i, GL_SPOT_EXPONENT, 3.5); 89 glLightf(GL_LIGHT0 + i, GL_SPOT_CUTOFF, 30.); 90 glLightf(GL_LIGHT0 + i, GL_CONSTANT_ATTENUATION, 3.); 91 glLightf(GL_LIGHT0 + i, GL_LINEAR_ATTENUATION, 3.); 92 glLightf(GL_LIGHT0 + i, GL_QUADRATIC_ATTENUATION, 3.);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/es1api/ |
| H A D | ABI-check | 101 glLightf
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | dinoshade.c | 890 glLightf(GL_LIGHT0, GL_CONSTANT_ATTENUATION, 0.1); 891 glLightf(GL_LIGHT0, GL_LINEAR_ATTENUATION, 0.05);
|
| H A D | teapot.c | 562 glLightf(GL_LIGHT0,GL_SPOT_CUTOFF,70.0); 563 glLightf(GL_LIGHT0,GL_SPOT_EXPONENT,20.0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.c | 763 &glLightf,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 810 &glLightf,
|
| H A D | gldrv.h | 193 void (APIENTRY *glLightf )( GLenum light, GLenum pname, GLfloat param );
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | gl.h | 430 GL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param);
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | gl.h | 421 GL_API void GL_APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param);
|
| /xsrc/external/mit/MesaLib/src/mapi/es1api/ |
| H A D | glapi_mapi_tmp.h | 91 GLAPI void APIENTRY glLightf(GLenum light, GLenum pname, GLfloat param); 708 GLAPI void APIENTRY glLightf(GLenum light, GLenum pname, GLfloat param) function in typeref:typename:GLAPI void APIENTRY 1420 STUB_ASM_ENTRY("glLightf")"\n"
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glprocs.h | 214 "glLightf\0" 1367 NAME_FUNC_OFFSET( 1876, glLightf, glLightf, NULL, _gloffset_Lightf),
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 1159 GLAPI void GLAPIENTRY glLightf( GLenum light, GLenum pname, GLfloat param );
|
| H A D | gl_mangle.h | 1217 #define glLightf MANGLE(Lightf) macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 1152 GLAPI void GLAPIENTRY glLightf( GLenum light, GLenum pname, GLfloat param );
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 769 glLightf(*(GLenum *) (pc + 0), *(GLenum *) (pc + 4), *(GLfloat *) (pc + 8));
|
| H A D | indirect_dispatch_swap.c | 906 glLightf((GLenum) bswap_ENUM(pc + 0),
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 18138 #define glLightf macro [all...] |
| H A D | gl_generated_dispatch.c | 36562 0, // glLightf [all...] |