Home
last modified time | relevance | path

Searched refs:cogl_source (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-glib-source.c69 if (age != cogl_source->poll_fds_age) in cogl_glib_source_prepare()
72 for (i = 0; i < cogl_source->poll_fds->len; i++) in cogl_glib_source_prepare()
88 cogl_source->poll_fds_age = age; in cogl_glib_source_prepare()
101 cogl_source->expiration_time = -1; in cogl_glib_source_prepare()
120 if (cogl_source->expiration_time >= 0 && in cogl_glib_source_check()
124 for (i = 0; i < cogl_source->poll_fds->len; i++) in cogl_glib_source_check()
143 cogl_poll_renderer_dispatch (cogl_source->renderer, in cogl_glib_source_dispatch()
155 g_array_free (cogl_source->poll_fds, TRUE); in cogl_glib_source_finalize()
172 CoglGLibSource *cogl_source; in cogl_glib_renderer_source_new() local
176 cogl_source = (CoglGLibSource *) source; in cogl_glib_renderer_source_new()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-glib-source.c69 if (age != cogl_source->poll_fds_age) in cogl_glib_source_prepare()
72 for (i = 0; i < cogl_source->poll_fds->len; i++) in cogl_glib_source_prepare()
88 cogl_source->poll_fds_age = age; in cogl_glib_source_prepare()
101 cogl_source->expiration_time = -1; in cogl_glib_source_prepare()
120 if (cogl_source->expiration_time >= 0 && in cogl_glib_source_check()
124 for (i = 0; i < cogl_source->poll_fds->len; i++) in cogl_glib_source_check()
143 cogl_poll_renderer_dispatch (cogl_source->renderer, in cogl_glib_source_dispatch()
155 g_array_free (cogl_source->poll_fds, TRUE); in cogl_glib_source_finalize()
172 CoglGLibSource *cogl_source; in cogl_glib_renderer_source_new() local
176 cogl_source = (CoglGLibSource *) source; in cogl_glib_renderer_source_new()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-glib-source.c67 if (age != cogl_source->poll_fds_age) in cogl_glib_source_prepare()
70 for (i = 0; i < cogl_source->poll_fds->len; i++) in cogl_glib_source_prepare()
86 cogl_source->poll_fds_age = age; in cogl_glib_source_prepare()
99 cogl_source->expiration_time = -1; in cogl_glib_source_prepare()
118 if (cogl_source->expiration_time >= 0 && in cogl_glib_source_check()
122 for (i = 0; i < cogl_source->poll_fds->len; i++) in cogl_glib_source_check()
141 cogl_poll_renderer_dispatch (cogl_source->renderer, in cogl_glib_source_dispatch()
153 g_array_free (cogl_source->poll_fds, TRUE); in cogl_glib_source_finalize()
170 CoglGLibSource *cogl_source; in cogl_glib_renderer_source_new() local
174 cogl_source = (CoglGLibSource *) source; in cogl_glib_renderer_source_new()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/tests/conform/
H A Dtest-fence.c36 GSource *cogl_source; in test_fence() local
41 cogl_source = cogl_glib_source_new (test_ctx, G_PRIORITY_DEFAULT); in test_fence()
42 g_source_attach (cogl_source, NULL); in test_fence()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A Dtest-fence.c35 GSource *cogl_source; in test_fence() local
40 cogl_source = cogl_glib_source_new (test_ctx, G_PRIORITY_DEFAULT); in test_fence()
41 g_source_attach (cogl_source, NULL); in test_fence()
/dports/graphics/cogl/cogl-1.22.8/tests/conform/
H A Dtest-fence.c39 GSource *cogl_source; in test_fence() local
44 cogl_source = cogl_glib_source_new (test_ctx, G_PRIORITY_DEFAULT); in test_fence()
45 g_source_attach (cogl_source, NULL); in test_fence()
/dports/graphics/cogl/cogl-1.22.8/examples/
H A Dcogl-hello.c82 GSource *cogl_source; in main() local
106 cogl_source = cogl_glib_source_new (data.ctx, G_PRIORITY_DEFAULT); in main()
108 g_source_attach (cogl_source, NULL); in main()
H A Dcogl-gles2-context.c77 GSource *cogl_source; in main() local
123 cogl_source = cogl_glib_source_new (data.ctx, G_PRIORITY_DEFAULT); in main()
125 g_source_attach (cogl_source, NULL); in main()
H A Dcogl-basic-video-player.c344 GSource *cogl_source; in main() local
399 cogl_source = cogl_glib_source_new (ctx, G_PRIORITY_DEFAULT); in main()
400 g_source_attach (cogl_source, NULL); in main()
416 g_source_destroy (cogl_source); in main()
417 g_source_unref (cogl_source); in main()
H A Dcogl-stereo.c103 GSource *cogl_source; in main() local
135 cogl_source = cogl_glib_source_new (data.ctx, G_PRIORITY_DEFAULT); in main()
137 g_source_attach (cogl_source, NULL); in main()
H A Dcogl-point-sprites.c251 GSource *cogl_source; in main() local
292 cogl_source = cogl_glib_source_new (data.context, G_PRIORITY_DEFAULT); in main()
294 g_source_attach (cogl_source, NULL); in main()
309 g_source_destroy (cogl_source); in main()
H A Dcogl-gles2-gears.c769 GSource *cogl_source; in main() local
806 cogl_source = cogl_glib_source_new (data.ctx, G_PRIORITY_DEFAULT); in main()
808 g_source_attach (cogl_source, NULL); in main()
H A Dcogland.c1127 GSource *cogl_source; in main() local
1216 cogl_source = cogl_glib_source_new (compositor.cogl_context, in main()
1219 g_source_attach (cogl_source, NULL); in main()
/dports/graphics/cogl/cogl-1.22.8/tests/micro-perf/
H A Dtest-journal.c141 GSource *cogl_source; in main() local
168 cogl_source = cogl_glib_source_new (data.ctx, G_PRIORITY_DEFAULT); in main()
170 g_source_attach (cogl_source, NULL); in main()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/micro-perf/
H A Dtest-journal.c141 GSource *cogl_source; in main() local
168 cogl_source = cogl_glib_source_new (data.ctx, G_PRIORITY_DEFAULT); in main()
170 g_source_attach (cogl_source, NULL); in main()
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-backend.c86 g_clear_pointer (&backend->cogl_source, g_source_destroy); in clutter_backend_dispose()
363 backend->cogl_source = cogl_glib_source_new (backend->cogl_context, G_PRIORITY_DEFAULT); in clutter_backend_real_create_context()
364 g_source_attach (backend->cogl_source, NULL); in clutter_backend_real_create_context()
H A Dclutter-backend-private.h45 GSource *cogl_source; member
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-backend-private.h47 GSource *cogl_source; member
H A Dclutter-backend.c126 g_source_destroy (backend->cogl_source); in clutter_backend_finalize()
411 backend->cogl_source = cogl_glib_source_new (backend->cogl_context, G_PRIORITY_DEFAULT); in clutter_backend_real_create_context()
412 g_source_attach (backend->cogl_source, NULL); in clutter_backend_real_create_context()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-backend-private.h47 GSource *cogl_source; member
H A Dclutter-backend.c147 g_source_destroy (backend->cogl_source); in clutter_backend_finalize()
442 backend->cogl_source = cogl_glib_source_new (backend->cogl_context, G_PRIORITY_DEFAULT); in clutter_backend_real_create_context()
443 g_source_attach (backend->cogl_source, NULL); in clutter_backend_real_create_context()