Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h30 bool ValidateClipPlanex(const Context *context, GLenum plane, const GLfixed *equation);
DvalidationES1.cpp691 bool ValidateClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateClipPlanex() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp173 (context->skipValidation() || ValidateClipPlanex(context, plane, equation)); in GL_ClipPlanex()