Home
last modified time | relevance | path

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

/reactos/dll/opengl/mesa/
H A Dhash.h54 extern void HashRemove(struct HashTable *table, GLuint key);
H A Dhash.c176 void HashRemove(struct HashTable *table, GLuint key) in HashRemove() function
H A Dtexobj.c193 HashRemove(shared->TexObjects, t->Name); in gl_free_texture_object()
H A Ddlist.c507 HashRemove(ctx->Shared->DisplayList, list); in gl_destroy_list()