Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp61 bool ValidateClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateClipPlane() function
DvalidationGL1_autogen.h40 bool ValidateClipPlane(const Context *context, GLenum plane, const GLdouble *equation);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp343 (context->skipValidation() || ValidateClipPlane(context, plane, equation)); in GL_ClipPlane()