Searched refs:_mesa_HashInsert (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | hash.h | 113 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
|
D | hash.c | 216 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert() function
|
D | performance_query.c | 459 _mesa_HashInsert(ctx->PerfQuery.Objects, id, obj); in _mesa_CreatePerfQueryINTEL()
|
D | performance_monitor.c | 371 _mesa_HashInsert(ctx->PerfMonitor.Monitors, first + i, m); in _mesa_GenPerfMonitorsAMD()
|
D | arbprogram.c | 108 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgramARB()
|
D | atifragshader.c | 256 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg); in _mesa_BindFragmentShaderATI()
|
D | texobj.c | 1780 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj); in bind_texture()
|
D | fbobject.c | 2631 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb); in bind_framebuffer()
|
D | bufferobj.c | 997 _mesa_HashInsert(ctx->Shared->BufferObjects, buffer, buf); in _mesa_handle_bind_buffer_gen()
|
D | dlist.c | 681 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas); in alloc_bitmap_atlas() 9390 _mesa_HashInsert(ctx->Shared->DisplayList, in _mesa_EndList()
|