/external/angle/samples/gles1/ |
D | FlatShading.cpp | 81 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()
|
D | SimpleLighting.cpp | 94 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/ |
D | gpuhelper.cpp | 69 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/ |
D | libGLESv1_CM.def | 34 glRotatef @32
|
D | libGLESv1_CM.cpp | 173 void GL_APIENTRY glRotatef(GLfloat angle, GLfloat x, GLfloat y, GLfloat z) in glRotatef() function
|
/external/mesa3d/src/mapi/es1api/ |
D | gles1-symbols.txt | 120 glRotatef
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | libGLES_CM.def | 146 glRotatef @108
|
D | libGLES_CM.lds | 147 glRotatef;
|
D | libGLES_CM.hpp | 179 void (GL_APIENTRY *glRotatef)(GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 264 glRotatef = glRotatef@16
|
D | osmesa.def | 267 glRotatef
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 257 glRotatef = glRotatef@16
|
D | opengl32.def | 257 glRotatef
|
D | stw_context.c | 905 &glRotatef,
|
/external/angle/src/tests/gl_tests/gles1/ |
D | MatrixBuiltinsTest.cpp | 44 glRotatef(angle, x, y, z); in TEST_P()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 819 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/ |
D | GLErrorLogger.java | 566 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/ |
D | libGL_autogen.def | 233 glRotatef
|
/external/eigen/unsupported/Eigen/ |
D | OpenGLSupport | 183 glRotatef(rot.angle()*180.f/float(EIGEN_PI), 0.f, 0.f, 1.f);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 624 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/external/angle/src/libGLESv2/ |
D | libGLESv2_no_capture_autogen.def | 444 glRotatef
|
D | libGLESv2_with_capture_autogen.def | 444 glRotatef
|
D | libGLESv2_autogen.def | 444 glRotatef
|
/external/swiftshader/include/GLES/ |
D | gl.h | 435 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|
/external/mesa3d/include/GLES/ |
D | gl.h | 435 GL_API void GL_APIENTRY glRotatef (GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
|