/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 156 static GLfloat zrot = 0; in paintGL() local 206 glRotatef (zrot, 0.0f, 0.0f, 1.0f); in paintGL() 267 zrot += 0.4f; in paintGL()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/ |
D | main.cpp | 81 static GLfloat zrot = 0; in drawCallback() local 130 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback() 169 zrot+=0.4f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/recordgraphic/ |
D | main.cpp | 72 static GLfloat zrot = 0; in drawCallback() local 105 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback() 146 zrot+=0.4f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cubeyuv/ |
D | main.cpp | 102 static GLfloat zrot = 0; in drawCallback() local 148 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback() 192 zrot+=0.04f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwidgetvideooverlay/ |
D | pipeline.cpp | 163 static GLfloat zrot = 0; in drawCallback() local 211 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback() 254 zrot+=0.04f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/ |
D | main.cpp | 104 static GLfloat zrot = 0; in drawCallback() local 152 glRotatef(zrot,0.0f,0.0f,1.0f); in drawCallback() 191 zrot+=0.04f; in drawCallback()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfiltercube.c | 320 cube_filter->zrot = 0.0; in gst_gl_filter_cube_gl_start() 466 cube_filter->zrot); in _callback() 510 cube_filter->zrot += 0.4f; in _callback()
|
D | gstglmosaic.c | 202 mosaic->zrot = 0.0; in gst_gl_mosaic_reset() 324 gst_gl_shader_set_uniform_1f (mosaic->shader, "zrot_degree", mosaic->zrot); in gst_gl_mosaic_callback() 449 mosaic->zrot += 0.8f; in gst_gl_mosaic_callback()
|
D | gstglbumper.c | 330 bumper_filter->zrot = 0.0; in gst_gl_bumper_reset() 509 gl->Rotatef (bumper->zrot, 0.0f, 0.0f, 1.0f); in gst_gl_bumper_callback() 548 bumper->zrot += 0.6f; 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
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_matrix_palette.txt | 381 glRotatef(zrot, 0.0f, 0.0f, 1.0f);
|
/third_party/openGLES/extensions/OES/ |
D | OES_matrix_palette.txt | 391 glRotatef(zrot, 0.0f, 0.0f, 1.0f);
|