Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dclip.c96 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane()
97 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
Dattrib.c1190 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib()
1191 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane); in _mesa_PopAttrib()
Ddd.h687 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *eq); member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dopengl.h70 GST_GL_EXT_FUNCTION (void, ClipPlane,
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_single_precision.txt83 Add alternate suffixed version of ClipPlane.
DOES_fixed_point.txt248 Add alternate suffixed version of ClipPlane.
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp594 TEST_P(GLES1CovglTest, ClipPlane) in TEST_P() argument
/third_party/openGLES/extensions/OES/
DOES_single_precision.txt93 Add alternate suffixed version of ClipPlane.
DOES_fixed_point.txt258 Add alternate suffixed version of ClipPlane.
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c134 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c515 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_datapipe.txt155 ClipPlane
/third_party/openGLES/extensions/SGIX/
DSGIX_datapipe.txt155 ClipPlane
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h110 ClipPlane, enumerator
Dentry_points_enum_autogen.cpp205 case EntryPoint::ClipPlane: in GetEntryPointName()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp714 { "glClipPlane", _O(ClipPlane) },
/third_party/flutter/skia/third_party/externals/angle2/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.cpp274 void GL_APIENTRY ClipPlane(GLenum plane, const GLdouble *equation) in ClipPlane() function
289 ANGLE_CAPTURE(ClipPlane, isCallValid, context, plane, equation); in ClipPlane()
DlibGL_autogen.cpp110 return gl::ClipPlane(plane, equation); in glClipPlane()
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state_init.c901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
Dradeon_state.c2122 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state_init.c1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
Dr200_state.c2368 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp361 ANGLE_CAPTURE(ClipPlane, isCallValid, context, plane, equation); in GL_ClipPlane()