Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.h44 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
Dqueryobj.c271 _mesa_HashInsert(ctx->Query.QueryObjects, first + i, q); in create_queries()
438 _mesa_HashInsert(ctx->Query.QueryObjects, id, q); in _mesa_BeginQueryIndexed()
580 _mesa_HashInsert(ctx->Query.QueryObjects, id, q); in _mesa_QueryCounter()
Dhash.c314 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert() function
Dperformance_monitor.c398 _mesa_HashInsert(ctx->PerfMonitor.Monitors, first + i, m); in _mesa_GenPerfMonitorsAMD()
1061 _mesa_HashInsert(ctx->PerfMonitor.Monitors, first, m); in _mesa_CreatePerfQueryINTEL()
Darrayobj.c323 _mesa_HashInsert(ctx->Array.Objects, vao->Name, vao); in save_array_object()
Dpipelineobj.c157 _mesa_HashInsert(ctx->Pipeline.Objects, obj->Name, obj); in save_pipeline_object()
Darbprogram.c91 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgramARB()
Dtransformfeedback.c1004 _mesa_HashInsert(ctx->TransformFeedback.Objects, first + i, obj); in create_transform_feedbacks()
Datifragshader.c256 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg); in _mesa_BindFragmentShaderATI()
Dtexobj.c1722 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj); in _mesa_BindTexture()
Dbufferobj.c1004 _mesa_HashInsert(ctx->Shared->BufferObjects, buffer, buf); in _mesa_handle_bind_buffer_gen()
Dfbobject.c2547 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb); in bind_framebuffer()
Ddlist.c680 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas); in alloc_bitmap_atlas()
9385 _mesa_HashInsert(ctx->Shared->DisplayList, in _mesa_EndList()