Home
last modified time | relevance | path

Searched refs:zrot (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp156 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/
Dmain.cpp81 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/
Dmain.cpp72 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/
Dmain.cpp102 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/
Dpipeline.cpp163 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/
Dmain.cpp104 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/
Dgstglfiltercube.c320 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()
Dgstglmosaic.c202 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()
Dgstglbumper.c330 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()
Dgstglbumper.h46 GLfloat xrot, yrot, zrot; member
Dgstglmosaic.h49 GLfloat xrot, yrot, zrot; member
Dgstglfiltercube.h63 GLfloat xrot, yrot, zrot; member
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_matrix_palette.txt381 glRotatef(zrot, 0.0f, 0.0f, 1.0f);
/third_party/openGLES/extensions/OES/
DOES_matrix_palette.txt391 glRotatef(zrot, 0.0f, 0.0f, 1.0f);