Home
last modified time | relevance | path

Searched refs:glRotatef (Results 1 – 25 of 36) sorted by relevance

12

/external/angle/samples/gles1/
DFlatShading.cpp81 glRotatef(mRotDeg + (5.0f * (6.0f * i + j)), 0.0f, 1.0f, 0.0f); in draw()
82 glRotatef(20.0f + (10.0f * (6.0f * i + j)), 1.0f, 0.0f, 0.0f); in draw()
DSimpleLighting.cpp94 glRotatef(mRotDeg + (10.0f * (3.0f * i + j)), 0.0f, 1.0f, 0.0f); in draw()
95 glRotatef(20.0f + (20.0f * (3.0f * i + j)), 1.0f, 0.0f, 0.0f); in draw()
/external/eigen/demos/opengl/
Dgpuhelper.cpp69 glRotatef(angle, ax.x(), ax.y(), ax.z()); in drawVector()
90 glRotatef(angle, ax.x(), ax.y(), ax.z()); in drawVectorBox()
/external/angle/src/libGLESv1_CM/
DlibGLESv1_CM.def34 glRotatef @32
DlibGLESv1_CM.cpp173 void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function
/external/mesa3d/src/mapi/es1api/
Dgles1-symbols.txt120 glRotatef
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.def146 glRotatef @108
DlibGLES_CM.lds147 glRotatef;
DlibGLES_CM.hpp179 void (GL_APIENTRY *glRotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/external/mesa3d/src/gallium/targets/osmesa/
Dosmesa.mingw.def264 glRotatef = glRotatef@16
Dosmesa.def267 glRotatef
/external/mesa3d/src/gallium/frontends/wgl/
Dopengl32.mingw.def257 glRotatef = glRotatef@16
Dopengl32.def257 glRotatef
Dstw_context.c905 &glRotatef,
/external/angle/src/tests/gl_tests/gles1/
DMatrixBuiltinsTest.cpp44 glRotatef(angle, x, y, z); in TEST_P()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c819 glRotatef(randomUInt() % 360, 0, 0, 1.f); in drawModels()
850 glRotatef(90.f, 0, 0, 1.f); in drawModels()
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java566 public void glRotatef(float angle, float x, float y, float z) { in glRotatef() method in GLErrorLogger.ErrorLoggingGL
567 ((GL10)mGL).glRotatef(angle, x, y, z); in glRotatef()
/external/angle/src/libGL/
DlibGL_autogen.def233 glRotatef
/external/eigen/unsupported/Eigen/
DOpenGLSupport183 glRotatef(rot.angle()*180.f/float(EIGEN_PI), 0.f, 0.f, 1.f);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/external/angle/src/libGLESv2/
DlibGLESv2_no_capture_autogen.def444 glRotatef
DlibGLESv2_with_capture_autogen.def444 glRotatef
DlibGLESv2_autogen.def444 glRotatef
/external/swiftshader/include/GLES/
Dgl.h435 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
/external/mesa3d/include/GLES/
Dgl.h435 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);

12