/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 155 static GLfloat yrot = 0; in paintGL() local 205 glRotatef (yrot, 0.0f, 1.0f, 0.0f); in paintGL() 266 yrot += 0.2f; in paintGL()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/ |
D | main.cpp | 80 static GLfloat yrot = 0; in drawCallback() local 129 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 168 yrot+=0.2f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/ |
D | main.cpp | 71 static GLfloat yrot = 0; in drawCallback() local 104 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 145 yrot+=0.2f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/ |
D | main.cpp | 101 static GLfloat yrot = 0; in drawCallback() local 147 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 191 yrot+=0.02f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/ |
D | pipeline.cpp | 162 static GLfloat yrot = 0; in drawCallback() local 210 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 253 yrot+=0.02f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/ |
D | main.cpp | 103 static GLfloat yrot = 0; in drawCallback() local 151 glRotatef(yrot,0.0f,1.0f,0.0f); in drawCallback() 190 yrot+=0.02f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfiltercube.c | 319 cube_filter->yrot = 0.0; in gst_gl_filter_cube_gl_start() 464 cube_filter->yrot); in _callback() 509 cube_filter->yrot += 0.2f; in _callback()
|
D | gstglmosaic.c | 201 mosaic->yrot = 0.0; in gst_gl_mosaic_reset() 323 gst_gl_shader_set_uniform_1f (mosaic->shader, "yrot_degree", mosaic->yrot); in gst_gl_mosaic_callback() 448 mosaic->yrot += 0.4f; in gst_gl_mosaic_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
|
D | gstglbumper.c | 329 bumper_filter->yrot = 0.0; in gst_gl_bumper_reset() 508 gl->Rotatef (bumper->yrot, 0.0f, 1.0f, 0.0f); in gst_gl_bumper_callback() 547 bumper->yrot += 0.9f; in gst_gl_bumper_callback()
|
/third_party/openGLES/extensions/OES/ |
D | OES_matrix_palette.txt | 384 glRotatef(yrot, 0.0f, 1.0f, 0.0f); 390 glRotatef(yrot, 0.0f, 1.0f, 0.0f);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_matrix_palette.txt | 374 glRotatef(yrot, 0.0f, 1.0f, 0.0f); 380 glRotatef(yrot, 0.0f, 1.0f, 0.0f);
|