Home
last modified time | relevance | path

Searched refs:xrot (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp154 static GLfloat xrot = 0; in paintGL() local
204 glRotatef (xrot, 1.0f, 0.0f, 0.0f); in paintGL()
265 xrot += 0.3f; in paintGL()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/
Dmain.cpp79 static GLfloat xrot = 0; in drawCallback() local
128 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback()
167 xrot+=0.3f; in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/
Dmain.cpp70 static GLfloat xrot = 0; in drawCallback() local
103 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback()
144 xrot+=0.3f; in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/
Dmain.cpp100 static GLfloat xrot = 0; in drawCallback() local
146 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback()
190 xrot+=0.03f; in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/
Dpipeline.cpp161 static GLfloat xrot = 0; in drawCallback() local
209 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback()
252 xrot+=0.03f; in drawCallback()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp102 static GLfloat xrot = 0; in drawCallback() local
150 glRotatef(xrot,1.0f,0.0f,0.0f); in drawCallback()
189 xrot+=0.03f; in drawCallback()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglfiltercube.c318 cube_filter->xrot = 0.0; in gst_gl_filter_cube_gl_start()
462 cube_filter->xrot); in _callback()
508 cube_filter->xrot += 0.3f; in _callback()
Dgstglmosaic.c200 mosaic->xrot = 0.0; in gst_gl_mosaic_reset()
322 gst_gl_shader_set_uniform_1f (mosaic->shader, "xrot_degree", mosaic->xrot); in gst_gl_mosaic_callback()
447 mosaic->xrot += 0.6f; in gst_gl_mosaic_callback()
Dgstglbumper.c328 bumper_filter->xrot = 0.0; in gst_gl_bumper_reset()
507 gl->Rotatef (bumper->xrot, 1.0f, 0.0f, 0.0f); in gst_gl_bumper_callback()
546 bumper->xrot += 1.0f; in gst_gl_bumper_callback()
Dgstglbumper.h46 GLfloat xrot, yrot, zrot; member
Dgstglmosaic.h49 GLfloat xrot, yrot, zrot; member
Dgstglfiltercube.h63 GLfloat xrot, yrot, zrot; member