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

  /external/mesa3d/src/mesa/main/
hash.h 46 extern void _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key);
shaderobj.c 74 _mesa_HashRemove(ctx->Shared->ShaderObjects, old->Name);
247 _mesa_HashRemove(ctx->Shared->ShaderObjects, old->Name);
hash.c 133 * is allowed to call _mesa_HashRemove().
342 _mesa_problem(NULL, "_mesa_HashRemove illegally called from "
363 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key)
arbprogram.c 149 _mesa_HashRemove(ctx->Shared->Programs, ids[i]);
173 _mesa_HashRemove(ctx->Shared->Programs, ids[i]);
atifragshader.c 238 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
286 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
297 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
arrayobj.c 337 _mesa_HashRemove(ctx->Array.Objects, vao->Name);
performance_monitor.c 433 _mesa_HashRemove(ctx->PerfMonitor.Monitors, monitors[i]);
1103 _mesa_HashRemove(ctx->PerfMonitor.Monitors, queryHandle);
    [all...]
pipelineobj.c 169 _mesa_HashRemove(ctx->Pipeline.Objects, obj->Name);
queryobj.c 336 _mesa_HashRemove(ctx->Query.QueryObjects, ids[i]);
transformfeedback.c     [all...]
texobj.c     [all...]
fbobject.c     [all...]
dlist.c 1172 _mesa_HashRemove(ctx->Shared->DisplayList, list);
    [all...]

Completed in 361 milliseconds