Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DvalidationES1_autogen.h197 bool ValidateRotatex(const Context *context, GLfixed angle, GLfixed x, GLfixed y, GLfixed z);
DvalidationES1.cpp1269 bool ValidateRotatex(const Context *context, GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in ValidateRotatex() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1624 bool isCallValid = (context->skipValidation() || ValidateRotatex(context, angle, x, y, z)); in GL_Rotatex()