Home
last modified time | relevance | path

Searched refs:edit_uv_stretching_ps (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_edit_uv.c222 DRW_PASS_CREATE(psl->edit_uv_stretching_ps, in OVERLAY_edit_uv_cache_init()
226 pd->edit_uv_stretching_grp = DRW_shgroup_create(sh, psl->edit_uv_stretching_ps); in OVERLAY_edit_uv_cache_init()
232 pd->edit_uv_stretching_grp = DRW_shgroup_create(sh, psl->edit_uv_stretching_ps); in OVERLAY_edit_uv_cache_init()
453 DRW_draw_pass(psl->edit_uv_stretching_ps); in OVERLAY_edit_uv_draw()
H A Doverlay_private.h98 DRWPass *edit_uv_stretching_ps; member