Home
last modified time | relevance | path

Searched refs:ValidateRotatef (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
DvalidationES1_autogen.h196 bool ValidateRotatef(const Context *context, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
DvalidationES1.cpp1263 bool ValidateRotatef(const Context *context, GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in ValidateRotatef() function
/external/angle/src/libGLESv2/
Dentry_points_gles_1_0_autogen.cpp1602 bool isCallValid = (context->skipValidation() || ValidateRotatef(context, angle, x, y, z)); in GL_Rotatef()
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp5121 bool isCallValid = (context->skipValidation() || ValidateRotatef(context, angle, x, y, z)); in GL_Rotatef()