Home
last modified time | relevance | path

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

/dports/graphics/cogl/cogl-1.22.8/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c82 CoglMatrixStack *projection_stack = in set_clip_plane() local
86 cogl_matrix_stack_get_inverse (projection_stack, &inverse_projection); in set_clip_plane()
154 CoglMatrixStack *projection_stack = in set_clip_planes() local
165 cogl_matrix_stack_get (projection_stack, &projection_matrix); in set_clip_planes()
213 CoglMatrixStack *projection_stack = in add_stencil_clip_rectangle() local
222 projection_stack->last_entry); in add_stencil_clip_rectangle()
285 CoglMatrixStack *projection_stack = in add_stencil_clip_silhouette() local
294 projection_stack->last_entry); in add_stencil_clip_silhouette()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c82 CoglMatrixStack *projection_stack = in set_clip_plane() local
86 cogl_matrix_stack_get_inverse (projection_stack, &inverse_projection); in set_clip_plane()
154 CoglMatrixStack *projection_stack = in set_clip_planes() local
165 cogl_matrix_stack_get (projection_stack, &projection_matrix); in set_clip_planes()
213 CoglMatrixStack *projection_stack = in add_stencil_clip_rectangle() local
222 projection_stack->last_entry); in add_stencil_clip_rectangle()
285 CoglMatrixStack *projection_stack = in add_stencil_clip_silhouette() local
294 projection_stack->last_entry); in add_stencil_clip_silhouette()
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-framebuffer-private.h147 CoglMatrixStack *projection_stack; member
487 CoglMatrixStack *projection_stack = in _cogl_framebuffer_get_projection_entry() local
489 return projection_stack->last_entry; in _cogl_framebuffer_get_projection_entry()
H A Dcogl-framebuffer.c189 cogl_object_unref (framebuffer->projection_stack); in _cogl_framebuffer_free()
190 framebuffer->projection_stack = NULL; in _cogl_framebuffer_free()
600 return framebuffer->projection_stack; in _cogl_framebuffer_get_projection_stack()
1658 CoglMatrixStack *projection_stack = in cogl_framebuffer_frustum() local
1667 cogl_matrix_stack_frustum (projection_stack, in cogl_framebuffer_frustum()
1690 CoglMatrixStack *projection_stack = in cogl_framebuffer_orthographic() local
1709 CoglMatrixStack *projection_stack = in _cogl_framebuffer_push_projection() local
1711 cogl_matrix_stack_push (projection_stack); in _cogl_framebuffer_push_projection()
1721 CoglMatrixStack *projection_stack = in _cogl_framebuffer_pop_projection() local
1723 cogl_matrix_stack_pop (projection_stack); in _cogl_framebuffer_pop_projection()
[all …]
H A Dcogl-journal.c713 CoglMatrixStack *projection_stack; in _cogl_journal_flush_clip_stacks_and_entries() local
747 projection_stack = in _cogl_journal_flush_clip_stacks_and_entries()
750 projection_stack->last_entry); in _cogl_journal_flush_clip_stacks_and_entries()
1583 CoglMatrixStack *projection_stack; in entry_to_screen_polygon() local
1623 projection_stack = in entry_to_screen_polygon()
1625 cogl_matrix_stack_get (projection_stack, &projection); in entry_to_screen_polygon()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-framebuffer-private.h147 CoglMatrixStack *projection_stack; member
487 CoglMatrixStack *projection_stack = in _cogl_framebuffer_get_projection_entry() local
489 return projection_stack->last_entry; in _cogl_framebuffer_get_projection_entry()
H A Dcogl-framebuffer.c189 cogl_object_unref (framebuffer->projection_stack); in _cogl_framebuffer_free()
190 framebuffer->projection_stack = NULL; in _cogl_framebuffer_free()
600 return framebuffer->projection_stack; in _cogl_framebuffer_get_projection_stack()
1664 CoglMatrixStack *projection_stack = in cogl_framebuffer_frustum() local
1673 cogl_matrix_stack_frustum (projection_stack, in cogl_framebuffer_frustum()
1696 CoglMatrixStack *projection_stack = in cogl_framebuffer_orthographic() local
1715 CoglMatrixStack *projection_stack = in _cogl_framebuffer_push_projection() local
1717 cogl_matrix_stack_push (projection_stack); in _cogl_framebuffer_push_projection()
1727 CoglMatrixStack *projection_stack = in _cogl_framebuffer_pop_projection() local
1729 cogl_matrix_stack_pop (projection_stack); in _cogl_framebuffer_pop_projection()
[all …]
H A Dcogl-journal.c713 CoglMatrixStack *projection_stack; in _cogl_journal_flush_clip_stacks_and_entries() local
747 projection_stack = in _cogl_journal_flush_clip_stacks_and_entries()
750 projection_stack->last_entry); in _cogl_journal_flush_clip_stacks_and_entries()
1583 CoglMatrixStack *projection_stack; in entry_to_screen_polygon() local
1623 projection_stack = in entry_to_screen_polygon()
1625 cogl_matrix_stack_get (projection_stack, &projection); in entry_to_screen_polygon()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-framebuffer-private.h277 CoglMatrixStack *projection_stack = in _cogl_framebuffer_get_projection_entry() local
279 return projection_stack->last_entry; in _cogl_framebuffer_get_projection_entry()
H A Dcogl-framebuffer.c101 CoglMatrixStack *projection_stack; member
245 priv->projection_stack = cogl_matrix_stack_new (priv->context); in cogl_framebuffer_constructed()
348 cogl_clear_object (&priv->projection_stack); in cogl_framebuffer_dispose()
868 return priv->projection_stack; in _cogl_framebuffer_get_projection_stack()
1902 CoglMatrixStack *projection_stack = in cogl_framebuffer_frustum() local
1909 cogl_matrix_stack_load_identity (projection_stack); in cogl_framebuffer_frustum()
1911 cogl_matrix_stack_frustum (projection_stack, in cogl_framebuffer_frustum()
1938 CoglMatrixStack *projection_stack = in cogl_framebuffer_orthographic() local
1946 cogl_matrix_stack_set (projection_stack, &ortho); in cogl_framebuffer_orthographic()
1998 CoglMatrixStack *projection_stack = in cogl_framebuffer_set_projection_matrix() local
[all …]
H A Dcogl-journal.c687 CoglMatrixStack *projection_stack; in _cogl_journal_flush_clip_stacks_and_entries() local
721 projection_stack = in _cogl_journal_flush_clip_stacks_and_entries()
724 projection_stack->last_entry); in _cogl_journal_flush_clip_stacks_and_entries()
1648 CoglMatrixStack *projection_stack; in entry_to_screen_polygon() local
1688 projection_stack = in entry_to_screen_polygon()
1690 cogl_matrix_stack_get (projection_stack, &projection); in entry_to_screen_polygon()
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/driver/gl/
H A Dcogl-clip-stack-gl.c54 CoglMatrixStack *projection_stack = in add_stencil_clip_rectangle() local
65 ctx->current_projection_entry = projection_stack->last_entry; in add_stencil_clip_rectangle()
264 CoglMatrixStack *projection_stack = in add_stencil_clip_silhouette() local
275 ctx->current_projection_entry = projection_stack->last_entry; in add_stencil_clip_silhouette()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_matrix.cc52 MatrixStack projection_stack; member
67 #define ProjectionStack Context::get()->matrix_state->projection_stack
83 state->model_view_stack = state->projection_stack = identity_stack; in GPU_matrix_state_create()
106 state->projection_stack.top = 0; in GPU_matrix_reset()
711 return (int)state->projection_stack.top; in GPU_matrix_stack_level_get_projection()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_utils/src/
H A Dlib.rs602 fn projection_stack<'a, 'hir>(mut e: &'a Expr<'hir>) -> (Vec<&'a Expr<'hir>>, &'a Expr<'hir>) { in projection_stack() function
620 let (s1, r1) = projection_stack(e1); in can_mut_borrow_both()
621 let (s2, r2) = projection_stack(e2); in can_mut_borrow_both()