Searched refs:ValidateRotated (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationGL1.cpp | 937 bool ValidateRotated(const Context *, GLdouble angle, GLdouble x, GLdouble y, GLdouble z) in ValidateRotated() function
|
D | validationGL1_autogen.h | 293 bool ValidateRotated(const Context *context, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 5099 bool isCallValid = (context->skipValidation() || ValidateRotated(context, angle, x, y, z)); in GL_Rotated()
|