Searched refs:glIndexf (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | tkmap.c | 30 glIndexf(c);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | tkmap.c | 30 glIndexf(c);
|
| H A D | tri.c | 281 (rgb) ? glColor3fv(RGBMap[COLOR_RED]) : glIndexf(color1); 283 (rgb) ? glColor3fv(RGBMap[COLOR_GREEN]) : glIndexf(color2); 285 (rgb) ? glColor3fv(RGBMap[COLOR_BLUE]) : glIndexf(color3); 317 (rgb) ? glColor3fv(RGBMap[COLOR_RED]) : glIndexf(color1); 319 (rgb) ? glColor3fv(RGBMap[COLOR_GREEN]) : glIndexf(color2); 321 (rgb) ? glColor3fv(RGBMap[COLOR_BLUE]) : glIndexf(color3);
|
| H A D | point.c | 156 (rgb) ? glColor3f(1.0, 0.0, 0.0) : glIndexf(CI_ANTI_ALIAS_RED); 158 (rgb) ? glColor3f(1.0, 0.0, 0.0) : glIndexf(CI_RED);
|
| H A D | overlay.c | 273 glIndexf( 2.0 ); 281 glIndexf( 0.0 ); 289 glIndexf( 1.0 );
|
| H A D | wave.c | 157 glIndexf(facet->color[1]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.c | 650 &glIndexf,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 697 &glIndexf,
|
| H A D | gldrv.h | 80 void (APIENTRY *glIndexf )( GLfloat c );
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glprocs.h | 101 "glIndexf\0" 1254 NAME_FUNC_OFFSET( 492, glIndexf, glIndexf, NULL, _gloffset_Indexf),
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 979 GLAPI void GLAPIENTRY glIndexf( GLfloat c );
|
| H A D | gl_mangle.h | 1141 #define glIndexf MANGLE(Indexf) macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 972 GLAPI void GLAPIENTRY glIndexf( GLfloat c );
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 18045 #define glIndexf macro [all...] |
| H A D | gl_generated_dispatch.c | 34911 0, // glIndexf [all...] |
Completed in 306 milliseconds