Searched refs:ClipPlane (Results 1 - 25 of 27) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dclip.c95 if (ctx->Driver.ClipPlane)
96 ctx->Driver.ClipPlane( ctx, plane, equation );
H A Dattrib.c1438 if (ctx->Driver.ClipPlane)
1439 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane);
H A Ddd.h598 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 Dclip.c96 if (ctx->Driver.ClipPlane)
97 ctx->Driver.ClipPlane( ctx, plane, equation );
H A Dattrib.c1190 if (ctx->Driver.ClipPlane)
1191 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane);
H A Ddd.h687 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 Ddriverfuncs.c132 driver->ClipPlane = NULL;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c134 driver->ClipPlane = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c514 ctx->Driver.ClipPlane = nouveau_clip_plane;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c515 ctx->Driver.ClipPlane = nouveau_clip_plane;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dradeon_state.c2121 ctx->Driver.ClipPlane = radeonClipPlane;
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp714 { "glClipPlane", _O(ClipPlane) },
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/tests/
H A Dcheck_table.cpp714 { "glClipPlane", _O(ClipPlane) },
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dradeon_state.c2122 ctx->Driver.ClipPlane = radeonClipPlane;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dr200_state.c2367 functions->ClipPlane = r200ClipPlane;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dr200_state.c2368 functions->ClipPlane = r200ClipPlane;
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglapi_gentable.c1145 if(!disp->ClipPlane) {
1147 procp = (void **) &disp->ClipPlane;
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
H A Ddispatch.h510 #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 Dgl_mangle.h216 #define glClipPlane MANGLE(ClipPlane)

Completed in 74 milliseconds

12