Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationGL1.cpp367 bool ValidateGetClipPlane(const Context *, GLenum plane, const GLdouble *equation) in ValidateGetClipPlane() function
DvalidationGL1_autogen.h129 bool ValidateGetClipPlane(const Context *context, GLenum plane, const GLdouble *equation);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp1941 (context->skipValidation() || ValidateGetClipPlane(context, plane, equation)); in GL_GetClipPlane()