Searched refs:ValidateRectd (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL1.cpp | 892 bool ValidateRectd(const Context *, GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) in ValidateRectd() function
|
D | validationGL1_autogen.h | 284 bool ValidateRectd(const Context *context, GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 4894 bool isCallValid = (context->skipValidation() || ValidateRectd(context, x1, y1, x2, y2)); in GL_Rectd()
|