/external/mesa3d/src/mesa/main/ |
D | clip.c | 94 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane() 95 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
|
D | attrib.c | 1257 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib() 1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane ); in _mesa_PopAttrib()
|
D | dd.h | 454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | clip.c | 94 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane() 95 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
|
D | attrib.c | 1257 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib() 1258 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, eyePlane ); in _mesa_PopAttrib()
|
D | dd.h | 454 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *equation ); member
|
/external/llvm/test/Transforms/InstCombine/ |
D | shufflemask-undef.ll | 10 %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/ |
D | driverfuncs.c | 124 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | driverfuncs.c | 124 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 520 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 520 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 200 void (GLAPIENTRY * ClipPlane)(GLenum, const GLdouble *);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 897 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
|
D | radeon_state.c | 2190 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
|
/external/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 716 { "glClipPlane", _O(ClipPlane) },
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
D | check_table.cpp | 716 { "glClipPlane", _O(ClipPlane) },
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 897 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
|
D | radeon_state.c | 2190 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1243 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
|
D | r200_state.c | 2434 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1243 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
|
D | r200_state.c | 2434 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl_mangle.h | 177 #define glClipPlane MANGLE(ClipPlane)
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 177 #define glClipPlane MANGLE(ClipPlane)
|