Searched refs:ValidateRecti (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL1.cpp | 912 bool ValidateRecti(const Context *, GLint x1, GLint y1, GLint x2, GLint y2) in ValidateRecti() function
|
D | validationGL1_autogen.h | 288 bool ValidateRecti(const Context *context, GLint x1, GLint y1, GLint x2, GLint y2);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 4982 bool isCallValid = (context->skipValidation() || ValidateRecti(context, x1, y1, x2, y2)); in GL_Recti()
|