Home
last modified time | relevance | path

Searched refs:ClipPlane (Results 1 – 25 of 30) sorted by relevance

12

/external/mesa3d/src/mesa/main/
Dclip.c94 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane()
95 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
Dattrib.c1257 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib()
1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane ); in _mesa_PopAttrib()
Ddd.h454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dclip.c94 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane()
95 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
Dattrib.c1257 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib()
1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane ); in _mesa_PopAttrib()
Ddd.h454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll10 %struct.ClipPlane = type { i32, [6 x %struct.IColor4] }
50 …eImageMode], %struct.ArrayRange, [8 x %struct.TextureCoordGen], %struct.ClipPlane, %struct.Multisa…
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c124 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Ddriverfuncs.c124 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c520 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c520 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_icd.h200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c897 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
Dradeon_state.c2190 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp716 { "glClipPlane", _O(ClipPlane) },
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/
Dcheck_table.cpp716 { "glClipPlane", _O(ClipPlane) },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c897 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
Dradeon_state.c2190 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_state_init.c1243 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
Dr200_state.c2434 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1243 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
Dr200_state.c2434 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()
/external/chromium_org/third_party/mesa/src/include/GL/
Dgl_mangle.h177 #define glClipPlane MANGLE(ClipPlane)
/external/mesa3d/include/GL/
Dgl_mangle.h177 #define glClipPlane MANGLE(ClipPlane)

12