Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_armature.c87 GHash *custom_shapes_ghash; member
165 cb->custom_shapes_ghash = BLI_ghash_ptr_new(__func__); in OVERLAY_armature_cache_init()
521 DRWCallBuffer *buf = BLI_ghash_lookup(ctx->custom_shapes_ghash, custom_geom); in custom_bone_instance_shgroup()
525 BLI_ghash_insert(ctx->custom_shapes_ghash, custom_geom, buf); in custom_bone_instance_shgroup()
2166 ctx->custom_shapes_ghash = is_transparent ? cb->custom_shapes_transp_ghash : in armature_context_setup()
2167 cb->custom_shapes_ghash; in armature_context_setup()
2251 if (pd->armature_call_buffers[i].custom_shapes_ghash) { in OVERLAY_armature_cache_finish()
2253 BLI_ghash_free(pd->armature_call_buffers[i].custom_shapes_ghash, NULL, NULL); in OVERLAY_armature_cache_finish()
H A Doverlay_private.h244 GHash *custom_shapes_ghash; member