Home
last modified time | relevance | path

Searched refs:immAttr3fv (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_immediate_util.c483 immAttr3fv(nor, n2); in imm_draw_cylinder_fill_normal_3d()
486 immAttr3fv(nor, n1); in imm_draw_cylinder_fill_normal_3d()
492 immAttr3fv(nor, n2); in imm_draw_cylinder_fill_normal_3d()
H A Dgpu_immediate.cc427 void immAttr3fv(uint attr_id, const float data[3]) in immAttr3fv() function
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/
H A DGPU_immediate.h75 void immAttr3fv(uint attr_id, const float data[3]);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/screen/
H A Darea.c3857 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3859 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3861 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3863 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3874 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3876 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3878 immAttr3fv(color, theme_color); in ED_region_grid_draw()
3880 immAttr3fv(color, theme_color); in ED_region_grid_draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_draw.c757 immAttr3fv(color_attr, color); in draw_udim_tile_grid()
759 immAttr3fv(color_attr, color); in draw_udim_tile_grid()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dview2d.c1243 immAttr3fv(color, theme_color); in UI_view2d_constant_grid_draw()
1257 immAttr3fv(color, theme_color); in UI_view2d_constant_grid_draw()
H A Dinterface_widgets.c2932 immAttr3fv(color, rgb_center); in ui_draw_but_HSVCIRCLE()
2953 immAttr3fv(color, rgb_ang); in ui_draw_but_HSVCIRCLE()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gizmo_library/gizmo_types/
H A Dcage2d_gizmo.c488 immAttr3fv(attr_id.col, color); in cage2d_draw_box_interaction()