Home
last modified time | relevance | path

Searched refs:ClipPlanef (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
Dmain.cpp175 void GL_APIENTRY ClipPlanef(GLenum plane, const GLfloat *equation);
653 return es1::ClipPlanef(plane, equation); in glClipPlanef()
1442 this->glClipPlanef = es1::ClipPlanef; in LibGLES_CMexports()
DlibGLES_CM.cpp547 void GL_APIENTRY ClipPlanef(GLenum plane, const GLfloat *equation) in ClipPlanef() function
576 ClipPlanef(plane, equationf); in ClipPlanex()
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp155 ANGLE_CAPTURE(ClipPlanef, isCallValid, context, p, eqn); in GL_ClipPlanef()