HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_HashRemove (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/main/
hash.h 46 extern void _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key);
hash.c 231 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key)
241 _mesa_problem(NULL, "_mesa_HashRemove illegally called from "
309 * locking deadlock (in case the callback calls _mesa_HashRemove()) and to
533 _mesa_HashRemove(t, k);
shaderobj.c 77 _mesa_HashRemove(ctx->Shared->ShaderObjects, old->Name);
219 _mesa_HashRemove(ctx->Shared->ShaderObjects, old->Name);
arbprogram.c 179 _mesa_HashRemove(ctx->Shared->Programs, ids[i]);
205 _mesa_HashRemove(ctx->Shared->Programs, ids[i]);
arrayobj.c 277 _mesa_HashRemove(ctx->Array.Objects, obj->Name);
atifragshader.c 257 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
305 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
316 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
queryobj.c 243 _mesa_HashRemove(ctx->Query.QueryObjects, ids[i]);
transformfeedback.c 845 _mesa_HashRemove(ctx->TransformFeedback.Objects, names[i]);
fbobject.c 1008 _mesa_HashRemove(ctx->Shared->RenderBuffers, renderbuffers[i]);
    [all...]
samplerobj.c 216 _mesa_HashRemove(ctx->Shared->SamplerObjects, samplers[i]);
    [all...]
texobj.c     [all...]
bufferobj.c 928 _mesa_HashRemove(ctx->Shared->BufferObjects, ids[i]);
    [all...]
dlist.c 832 _mesa_HashRemove(ctx->Shared->DisplayList, list);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.c 324 _mesa_HashRemove(region->screen->named_regions, region->name);

Completed in 2177 milliseconds