| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | clip.c | 95 if (ctx->Driver.ClipPlane) 96 ctx->Driver.ClipPlane( ctx, plane, equation );
|
| H A D | attrib.c | 1438 if (ctx->Driver.ClipPlane) 1439 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane);
|
| H A D | dd.h | 598 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *eq); member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | clip.c | 96 if (ctx->Driver.ClipPlane) 97 ctx->Driver.ClipPlane( ctx, plane, equation );
|
| H A D | attrib.c | 1190 if (ctx->Driver.ClipPlane) 1191 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane);
|
| H A D | dd.h | 687 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *eq); member in struct:dd_function_table
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 132 driver->ClipPlane = NULL;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 134 driver->ClipPlane = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 514 ctx->Driver.ClipPlane = nouveau_clip_plane;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 515 ctx->Driver.ClipPlane = nouveau_clip_plane;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_icd.h | 200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state_init.c | 901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
|
| H A D | radeon_state.c | 2121 ctx->Driver.ClipPlane = radeonClipPlane;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 714 { "glClipPlane", _O(ClipPlane) },
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/ |
| H A D | check_table.cpp | 714 { "glClipPlane", _O(ClipPlane) },
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state_init.c | 901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
|
| H A D | radeon_state.c | 2122 ctx->Driver.ClipPlane = radeonClipPlane;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state_init.c | 1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
|
| H A D | r200_state.c | 2367 functions->ClipPlane = r200ClipPlane;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_state_init.c | 1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
|
| H A D | r200_state.c | 2368 functions->ClipPlane = r200ClipPlane;
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glapi_gentable.c | 1145 if(!disp->ClipPlane) { 1147 procp = (void **) &disp->ClipPlane;
|
| H A D | glapitable.h | 193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
|
| H A D | dispatch.h | 510 #define CALL_ClipPlane(disp, parameters) (*((disp)->ClipPlane)) parameters 511 #define GET_ClipPlane(disp) ((disp)->ClipPlane) 512 #define SET_ClipPlane(disp, fn) ((disp)->ClipPlane = fn)
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl_mangle.h | 216 #define glClipPlane MANGLE(ClipPlane)
|