Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dclip.c95 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane()
96 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
Dattrib.c1440 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib()
1441 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane); in _mesa_PopAttrib()
Ddd.h612 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *eq); 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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/
Dshufflemask-undef.ll11 %struct.ClipPlane = type { i32, [6 x %struct.IColor4] }
51 …eImageMode], %struct.ArrayRange, [8 x %struct.TextureCoordGen], %struct.ClipPlane, %struct.Multisa…
/external/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp594 TEST_P(GLES1CovglTest, ClipPlane) in TEST_P() argument
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c131 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c514 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
/external/angle/src/libANGLE/
Dentry_points_enum_autogen.h118 ClipPlane, enumerator
Dentry_points_enum_autogen.cpp221 case EntryPoint::ClipPlane: in GetEntryPointName()
/external/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp714 { "glClipPlane", _O(ClipPlane) },
/external/angle/src/libGL/
Dentry_points_gl_1_0_autogen.h38 ANGLE_EXPORT void GL_APIENTRY ClipPlane(GLenum plane, const GLdouble *equation);
Dproc_table_wgl_autogen.cpp119 {"glClipPlane", P(gl::ClipPlane)},
Dentry_points_gl_1_0_autogen.cpp284 void GL_APIENTRY ClipPlane(GLenum plane, const GLdouble *equation) in ClipPlane() function
300 ANGLE_CAPTURE(ClipPlane, isCallValid, context, plane, equation); in ClipPlane()
DlibGL_autogen.cpp110 return gl::ClipPlane(plane, equation); in glClipPlane()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
Dradeon_state.c2120 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
Dr200_state.c2367 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()