Searched refs:ValidateRotatex (Results 1 – 3 of 3) sorted by relevance
/external/angle/src/libANGLE/ |
D | validationES1_autogen.h | 197 bool ValidateRotatex(const Context *context, GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
|
D | validationES1.cpp | 1269 bool ValidateRotatex(const Context *context, GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in ValidateRotatex() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1624 bool isCallValid = (context->skipValidation() || ValidateRotatex(context, angle, x, y, z)); in GL_Rotatex()
|