Home
last modified time | relevance | path

Searched refs:_mesa_HashInsert (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dhash.h113 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
Dhash.c216 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert() function
Dperformance_query.c459 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj); in _mesa_CreatePerfQueryINTEL()
Dperformance_monitor.c371 _mesa_HashInsert(ctx->PerfMonitor.Monitors, first + i, m); in _mesa_GenPerfMonitorsAMD()
Darbprogram.c108 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgramARB()
Datifragshader.c256 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg); in _mesa_BindFragmentShaderATI()
Dtexobj.c1780 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj); in bind_texture()
Dfbobject.c2631 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb); in bind_framebuffer()
Dbufferobj.c997 _mesa_HashInsert(ctx->Shared->BufferObjects, buffer, buf); in _mesa_handle_bind_buffer_gen()
Ddlist.c681 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas); in alloc_bitmap_atlas()
9390 _mesa_HashInsert(ctx->Shared->DisplayList, in _mesa_EndList()