Searched refs:GL_POINT_SMOOTH (Results 1 - 25 of 29) sorted by relevance
12
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | point.c | 148 glEnable(GL_POINT_SMOOTH); 151 glDisable(GL_POINT_SMOOTH); 164 glDisable(GL_POINT_SMOOTH);
|
| H A D | tri.c | 311 glEnable(GL_POINT_SMOOTH); 327 glDisable(GL_POINT_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | points.c | 74 * Top row of points is rendered conventionally with GL_POINT_SMOOTH. 83 glEnable(GL_POINT_SMOOTH); 85 glDisable(GL_POINT_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | pointp.c | 95 glEnable(GL_POINT_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | point-wide-smooth.c | 78 glEnable(GL_POINT_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | spriteblast.c | 382 glEnable(GL_POINT_SMOOTH); 386 glDisable(GL_POINT_SMOOTH); 460 (smooth ^= 1) ? glEnable(GL_POINT_SMOOTH) : glDisable(GL_POINT_SMOOTH); 656 glEnable(GL_POINT_SMOOTH);
|
| H A D | pointblast.c | 299 glEnable(GL_POINT_SMOOTH); 302 glDisable(GL_POINT_SMOOTH); 482 glEnable(GL_POINT_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | texline.c | 114 glEnable(GL_POINT_SMOOTH); 120 glDisable(GL_POINT_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/vp/ |
| H A D | vp-tris.c | 225 enable( GL_POINT_SMOOTH, pointsmooth );
|
| /xsrc/external/mit/mesa-demos/dist/src/vpglsl/ |
| H A D | vp-tris.c | 259 enable( GL_POINT_SMOOTH, pointsmooth );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 213 case GL_POINT_SMOOTH:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 213 case GL_POINT_SMOOTH:
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | indirect_size_get.c | 322 case GL_POINT_SMOOTH:
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_size_get.c | 323 case GL_POINT_SMOOTH:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | enable.c | 656 case GL_POINT_SMOOTH: 1506 case GL_POINT_SMOOTH:
|
| H A D | attrib.c | 696 GL_POINT_SMOOTH); 1302 _mesa_set_enable(ctx, GL_POINT_SMOOTH, point->SmoothFlag);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | enable.c | 812 case GL_POINT_SMOOTH: 1724 case GL_POINT_SMOOTH:
|
| H A D | attrib.c | 424 GL_POINT_SMOOTH); 1057 TEST_AND_UPDATE(ctx->Point.SmoothFlag, attr->Point.SmoothFlag, GL_POINT_SMOOTH);
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | gl.h | 133 #define GL_POINT_SMOOTH 0x0B10 macro
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_state.c | 905 case GL_POINT_SMOOTH:
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | gl.h | 124 #define GL_POINT_SMOOTH 0x0B10 macro
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_state.c | 905 case GL_POINT_SMOOTH:
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 152 { GL_POINT_SMOOTH, CONTEXT_BOOL(Point.SmoothFlag), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 152 { GL_POINT_SMOOTH, CONTEXT_BOOL(Point.SmoothFlag), NO_EXTRA },
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state.c | 1804 case GL_POINT_SMOOTH:
|
Completed in 31 milliseconds
12