Searched refs:Rotatex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 290 void GL_APIENTRY Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z); 1220 return es1::Rotatex(angle, x, y, z); in glRotatex() 1555 this->glRotatex = es1::Rotatex; in LibGLES_CMexports()
|
D | libGLES_CM.cpp | 3463 void GL_APIENTRY Rotatex(GLfixed angle, GLfixed x, GLfixed y, GLfixed z) in Rotatex() function
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1629 ANGLE_CAPTURE(Rotatex, isCallValid, context, angle, x, y, z); in GL_Rotatex()
|