Searched refs:objmap_ebo (Results 1 – 3 of 3) sorted by relevance
75 for (i = 0; i < sizeof(elm_tls->gContext.objmap_ebo) / 4; i++) { in _initialize_elm()76 elm_tls->gContext.objmap_ebo[i] = 0; in _initialize_elm()
323 int32_t objmap_ebo[(OBJCOUNT_EBO + 31) / 32]; member
189 … index = get_free_objects(elm_tls->gContext.objmap_ebo, COUNT_OF(elm_tls->gContext.objmap_ebo), 1); in alloc_ebo()384 if (object_exists(elm_tls->gContext.objmap_ebo, i)) { in get_object()520 mark_free_object(elm_tls->gContext.objmap_ebo, ebo->object.index); in destroy_ebo()
Completed in 12 milliseconds