Home
last modified time | relevance | path

Searched refs:ClipPlane (Results 1 – 14 of 14) 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/angle/src/tests/gles1_conformance_tests/
DCovglTests.cpp594 TEST_P(GLES1CovglTest, ClipPlane) in TEST_P() argument
/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/llvm-project/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/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/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp714 { "glClipPlane", _O(ClipPlane) },
/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()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp348 ANGLE_CAPTURE(ClipPlane, isCallValid, context, plane, equation); in GL_ClipPlane()