Searched refs:xrot (Results 1 – 12 of 12) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 154 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/ |
D | main.cpp | 79 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/ |
D | main.cpp | 70 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/ |
D | main.cpp | 100 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/ |
D | pipeline.cpp | 161 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/ |
D | main.cpp | 102 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/ |
D | gstglfiltercube.c | 318 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()
|
D | gstglmosaic.c | 200 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()
|
D | gstglbumper.c | 328 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()
|
D | gstglbumper.h | 46 GLfloat xrot, yrot, zrot; member
|
D | gstglmosaic.h | 49 GLfloat xrot, yrot, zrot; member
|
D | gstglfiltercube.h | 63 GLfloat xrot, yrot, zrot; member
|