Home
last modified time | relevance | path

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

123

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfilterreflectedscreen.c406 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/
Dgears.c178 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()
Dsplitview.c128 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()
Dwave.c160 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/
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()
/third_party/skia/third_party/externals/angle2/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()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp204 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/
DTorusLightingES1.cpp78 glRotatef(mAngle, 0, 1, 0); in draw()
79 glRotatef(mAngle * 0.25f, 1, 0, 0); in draw()
/third_party/flutter/glfw/tests/
Dmsaa.c144 glRotatef(time, 0.f, 0.f, 1.f); in main()
151 glRotatef(time, 0.f, 0.f, 1.f); in main()
Dreopen.c167 glRotatef((GLfloat) glfwGetTime() * 100.f, 0.f, 0.f, 1.f); in main()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/
Dmain.cpp103 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/
Dmain.cpp128 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/
Dmain.cpp146 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/
Dpipeline.cpp209 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/
Dpipeline.cpp224 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/
Dmain.cpp150 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/
Dosr_renderer.cc149 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/
Dsdlshare2.c91 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/
Dgles1.def.in117 glRotatef@16
Dgles1-symbols.txt120 glRotatef
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.def34 glRotatef @32
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.def34 glRotatef @32
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_glesfuncs.h59 SDL_PROC(void, glRotatef, (GLfloat, GLfloat, GLfloat, GLfloat))

123