Home
last modified time | relevance | path

Searched refs:BLI_task_graph_free (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/tests/
H A DBLI_task_graph_test.cc77 BLI_task_graph_free(graph); in TEST()
104 BLI_task_graph_free(graph); in TEST()
125 BLI_task_graph_free(graph); in TEST()
169 BLI_task_graph_free(graph); in TEST()
184 BLI_task_graph_free(graph); in TEST()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dtask_graph.cc120 void BLI_task_graph_free(TaskGraph *task_graph) in BLI_task_graph_free() function
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_task.h310 void BLI_task_graph_free(struct TaskGraph *task_graph);
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_manager.c168 BLI_task_graph_free(DST.task_graph); in drw_task_graph_deinit()
2730 BLI_task_graph_free(task_graph); in DRW_draw_depth_object()