/third_party/mesa3d/src/mesa/main/ |
D | clip.c | 96 if (ctx->Driver.ClipPlane) in _mesa_ClipPlane() 97 ctx->Driver.ClipPlane( ctx, plane, equation ); in _mesa_ClipPlane()
|
D | attrib.c | 1190 if (ctx->Driver.ClipPlane) in _mesa_PopAttrib() 1191 ctx->Driver.ClipPlane(ctx, GL_CLIP_PLANE0 + i, eyePlane); in _mesa_PopAttrib()
|
D | dd.h | 687 void (*ClipPlane)(struct gl_context *ctx, GLenum plane, const GLfloat *eq); member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | opengl.h | 70 GST_GL_EXT_FUNCTION (void, ClipPlane,
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_single_precision.txt | 83 Add alternate suffixed version of ClipPlane.
|
D | OES_fixed_point.txt | 248 Add alternate suffixed version of ClipPlane.
|
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 594 TEST_P(GLES1CovglTest, ClipPlane) in TEST_P() argument
|
/third_party/openGLES/extensions/OES/ |
D | OES_single_precision.txt | 93 Add alternate suffixed version of ClipPlane.
|
D | OES_fixed_point.txt | 258 Add alternate suffixed version of ClipPlane.
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 134 driver->ClipPlane = NULL; in _mesa_init_driver_functions()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 515 ctx->Driver.ClipPlane = nouveau_clip_plane; in nouveau_state_init()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_datapipe.txt | 155 ClipPlane
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_datapipe.txt | 155 ClipPlane
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 110 ClipPlane, enumerator
|
D | entry_points_enum_autogen.cpp | 205 case EntryPoint::ClipPlane: in GetEntryPointName()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 714 { "glClipPlane", _O(ClipPlane) },
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 38 ANGLE_EXPORT void GL_APIENTRY ClipPlane(GLenum plane, const GLdouble *equation);
|
D | proc_table_wgl_autogen.cpp | 119 {"glClipPlane", P(gl::ClipPlane)},
|
D | entry_points_gl_1_0_autogen.cpp | 274 void GL_APIENTRY ClipPlane(GLenum plane, const GLdouble *equation) in ClipPlane() function 289 ANGLE_CAPTURE(ClipPlane, isCallValid, context, plane, equation); in ClipPlane()
|
D | libGL_autogen.cpp | 110 return gl::ClipPlane(plane, equation); in glClipPlane()
|
/third_party/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state_init.c | 901 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in radeonInitState()
|
D | radeon_state.c | 2122 ctx->Driver.ClipPlane = radeonClipPlane; in radeonInitStateFuncs()
|
/third_party/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state_init.c | 1247 ctx->Driver.ClipPlane( ctx, GL_CLIP_PLANE0 + i, NULL ); in r200InitState()
|
D | r200_state.c | 2368 functions->ClipPlane = r200ClipPlane; in r200InitStateFuncs()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 361 ANGLE_CAPTURE(ClipPlane, isCallValid, context, plane, equation); in GL_ClipPlane()
|