Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h73 bool ValidateGetClipPlanex(const Context *context, GLenum plane, const GLfixed *equation);
DvalidationES1.cpp849 bool ValidateGetClipPlanex(const Context *context, GLenum plane, const GLfixed *equation) in ValidateGetClipPlanex() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp518 (context->skipValidation() || ValidateGetClipPlanex(context, plane, equation)); in GL_GetClipPlanex()