Home
last modified time | relevance | path

Searched refs:GL_ClipPlanex (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.h27 ANGLE_EXPORT void GL_APIENTRY GL_ClipPlanex(GLenum plane, const GLfixed *equation);
Dproc_table_egl_autogen.cpp204 {"glClipPlanex", P(GL_ClipPlanex)},
Dentry_points_gles_1_0_autogen.cpp163 void GL_APIENTRY GL_ClipPlanex(GLenum plane, const GLfixed *equation) in GL_ClipPlanex() function
DlibGLESv2_autogen.cpp2323 return GL_ClipPlanex(plane, equation); in glClipPlanex()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.cpp270 return GL_ClipPlanex(plane, equation); in glClipPlanex()