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

12

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c94 if (ctx->Driver.ClipPlane)
95 ctx->Driver.ClipPlane( ctx, plane, equation );
H A Dattrib.c1257 if (ctx->Driver.ClipPlane)
1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane );
H A Ddd.h454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Dclip.c94 if (ctx->Driver.ClipPlane)
95 ctx->Driver.ClipPlane( ctx, plane, equation );
H A Dattrib.c1257 if (ctx->Driver.ClipPlane)
1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane );
H A Ddd.h454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member in struct:dd_function_table
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Ddriverfuncs.c124 driver->ClipPlane = NULL;
/external/mesa3d/src/mesa/drivers/common/
H A Ddriverfuncs.c124 driver->ClipPlane = NULL;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c520 ctx->Driver.ClipPlane = nouveau_clip_plane;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_state.c520 ctx->Driver.ClipPlane = nouveau_clip_plane;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *); member in struct:__GLdispatchTableRec
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *); member in struct:__GLdispatchTableRec
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
H A Dcheck_table.cpp716 { "glClipPlane", _O(ClipPlane) },
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c897 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dradeon_state.c2190 ctx->Driver.ClipPlane = radeonClipPlane;
/external/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp716 { "glClipPlane", _O(ClipPlane) },
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c897 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dradeon_state.c2190 ctx->Driver.ClipPlane = radeonClipPlane;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c1243 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dr200_state.c2434 functions->ClipPlane = r200ClipPlane;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c1243 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL );
H A Dr200_state.c2434 functions->ClipPlane = r200ClipPlane;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitable.h193 void (GLAPIENTRYP ClipPlane)(GLenum plane, const GLdouble * equation); /* 150 */
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dgl_mangle.h177 #define glClipPlane MANGLE(ClipPlane)
/external/mesa3d/include/GL/
H A Dgl_mangle.h177 #define glClipPlane MANGLE(ClipPlane)

Completed in 532 milliseconds

12