Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h29 bool ValidateClipPlanef(const Context *context, GLenum p, const GLfloat *eqn);
DvalidationES1.cpp686 bool ValidateClipPlanef(const Context *context, GLenum plane, const GLfloat *eqn) in ValidateClipPlanef() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp150 bool isCallValid = (context->skipValidation() || ValidateClipPlanef(context, p, eqn)); in GL_ClipPlanef()