/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfilterreflectedscreen.c | 406 glRotatef (-45.0f, 0.0, 1.0, 0.0); in gst_gl_filter_reflected_screen_callback() 415 glRotatef (-45.0f, 0.0, 1.0, 0.0); in gst_gl_filter_reflected_screen_callback() 441 glRotatef (-90.0f, 1.0, 0.0, 0.0); in gst_gl_filter_reflected_screen_callback() 445 glRotatef (90.0f, 1.0, 0.0, 0.0); in gst_gl_filter_reflected_screen_callback() 460 glRotatef (-45.0f, 0.0, 1.0, 0.0); in gst_gl_filter_reflected_screen_callback() 478 glRotatef (-90.0f, 1.0, 0.0, 0.0); in gst_gl_filter_reflected_screen_callback() 480 glRotatef (90.0f, 1.0, 0.0, 0.0); in gst_gl_filter_reflected_screen_callback() 487 glRotatef (-45.0f, 0.0, 1.0, 0.0); in gst_gl_filter_reflected_screen_callback()
|
/third_party/flutter/glfw/examples/ |
D | gears.c | 178 glRotatef(view_rotx, 1.0, 0.0, 0.0); in draw() 179 glRotatef(view_roty, 0.0, 1.0, 0.0); in draw() 180 glRotatef(view_rotz, 0.0, 0.0, 1.0); in draw() 184 glRotatef(angle, 0.0, 0.0, 1.0); in draw() 190 glRotatef(-2.f * angle - 9.f, 0.f, 0.f, 1.f); in draw() 196 glRotatef(-2.f * angle - 25.f, 0.f, 0.f, 1.f); in draw()
|
D | splitview.c | 128 glRotatef((GLfloat) rot_x * 0.5f, 1.0f, 0.0f, 0.0f); in drawScene() 129 glRotatef((GLfloat) rot_y * 0.5f, 0.0f, 1.0f, 0.0f); in drawScene() 130 glRotatef((GLfloat) rot_z * 0.5f, 0.0f, 0.0f, 1.0f); in drawScene()
|
D | wave.c | 160 glRotatef(beta, 1.0, 0.0, 0.0); in draw_scene() 161 glRotatef(alpha, 0.0, 0.0, 1.0); in draw_scene()
|
/third_party/flutter/skia/third_party/externals/angle2/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()
|
/third_party/skia/third_party/externals/angle2/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()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 204 glRotatef (xrot, 1.0f, 0.0f, 0.0f); in paintGL() 205 glRotatef (yrot, 0.0f, 1.0f, 0.0f); in paintGL() 206 glRotatef (zrot, 0.0f, 0.0f, 1.0f); in paintGL()
|
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/ |
D | TorusLightingES1.cpp | 78 glRotatef(mAngle, 0, 1, 0); in draw() 79 glRotatef(mAngle * 0.25f, 1, 0, 0); in draw()
|
/third_party/flutter/glfw/tests/ |
D | msaa.c | 144 glRotatef(time, 0.f, 0.f, 1.f); in main() 151 glRotatef(time, 0.f, 0.f, 1.f); in main()
|
D | reopen.c | 167 glRotatef((GLfloat) glfwGetTime() * 100.f, 0.f, 0.f, 1.f); in main()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/ |
D | main.cpp | 103 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback() 104 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 105 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/ |
D | main.cpp | 128 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback() 129 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 130 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/ |
D | main.cpp | 146 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback() 147 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 148 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/ |
D | pipeline.cpp | 209 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback() 210 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 211 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/mousevideooverlay/ |
D | pipeline.cpp | 224 glRotatef(m_xrot,1.0f,0.0f,0.0f); in drawCallback() 225 glRotatef(m_yrot,0.0f,1.0f,0.0f); in drawCallback() 226 glRotatef(m_zrot,0.0f,0.0f,1.0f); in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/ |
D | main.cpp | 150 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback() 151 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 152 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_renderer.cc | 149 glRotatef(-spin_x_, 1.0f, 0.0f, 0.0f); in Render() 153 glRotatef(-spin_y_, 0.0f, 1.0f, 0.0f); in Render()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/ |
D | sdlshare2.c | 91 glRotatef (rtri, 0.0f, 1.0f, 0.0f); // Rotate The Triangle On The Y axis in DrawGLScene() 113 glRotatef (rquad, 1.0f, 0.0f, 0.0f); // Rotate The Quad On The X axis in DrawGLScene()
|
/third_party/mesa3d/src/mapi/es1api/ |
D | gles1.def.in | 117 glRotatef@16
|
D | gles1-symbols.txt | 120 glRotatef
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 34 glRotatef @32
|
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.def | 34 glRotatef @32
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/ |
D | SDL_glesfuncs.h | 59 SDL_PROC(void, glRotatef, (GLfloat, GLfloat, GLfloat, GLfloat))
|