Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.c176 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data) in _mesa_HashInsert() function
523 _mesa_HashInsert(t, k, &dummy);
553 _mesa_HashInsert(t, 501, &a);
554 _mesa_HashInsert(t, 10, &c);
555 _mesa_HashInsert(t, 0xfffffff8, &b);
Dhash.h44 extern void _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data);
Dqueryobj.c209 _mesa_HashInsert(ctx->Query.QueryObjects, first + i, q); in _mesa_GenQueriesARB()
327 _mesa_HashInsert(ctx->Query.QueryObjects, id, q); in _mesa_BeginQueryIndexed()
431 _mesa_HashInsert(ctx->Query.QueryObjects, id, q); in _mesa_QueryCounter()
Dnvprogram.c637 _mesa_HashInsert(ctx->Shared->Programs, id, vprog); in _mesa_LoadProgramNV()
656 _mesa_HashInsert(ctx->Shared->Programs, id, fprog); in _mesa_LoadProgramNV()
669 _mesa_HashInsert(ctx->Shared->Programs, id, fprog); in _mesa_LoadProgramNV()
Darbprogram.c119 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgram()
238 _mesa_HashInsert(ctx->Shared->Programs, first + i, &_mesa_DummyProgram); in _mesa_GenPrograms()
Derrors.c210 _mesa_HashInsert(nspace->IDs, id, (void*)state); in get_message_state()
252 _mesa_HashInsert(nspace->IDs, id, (void*)state); in set_message_state()
Darrayobj.c263 _mesa_HashInsert(ctx->Array.Objects, obj->Name, obj); in save_array_object()
Datifragshader.c229 _mesa_HashInsert(ctx->Shared->ATIShaders, first + i, &DummyShader); in _mesa_GenFragmentShadersATI()
275 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg); in _mesa_BindFragmentShaderATI()
Dfbobject.c940 _mesa_HashInsert(ctx->Shared->RenderBuffers, renderbuffer, newRb); in _mesa_BindRenderbufferEXT()
1044 _mesa_HashInsert(ctx->Shared->RenderBuffers, name, &DummyRenderbuffer); in _mesa_GenRenderbuffersEXT()
1784 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb); in _mesa_BindFramebufferEXT()
1927 _mesa_HashInsert(ctx->Shared->FrameBuffers, name, &DummyFramebuffer); in _mesa_GenFramebuffersEXT()
Dtexobj.c993 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj); in _mesa_GenTextures()
1236 _mesa_HashInsert(ctx->Shared->TexObjects, texName, newTexObj); in _mesa_BindTexture()
Dshaderapi.c268 _mesa_HashInsert(ctx->Shared->ShaderObjects, name, sh); in create_shader()
284 _mesa_HashInsert(ctx->Shared->ShaderObjects, name, shProg); in create_shader_program()
Dtransformfeedback.c753 _mesa_HashInsert(ctx->TransformFeedback.Objects, first + i, obj); in _mesa_GenTransformFeedbacks()
Dbufferobj.c689 _mesa_HashInsert(ctx->Shared->BufferObjects, buffer, buf); in handle_bind_buffer_gen()
983 _mesa_HashInsert(ctx->Shared->BufferObjects, first + i, in _mesa_GenBuffersARB()
Dsamplerobj.c188 _mesa_HashInsert(ctx->Shared->SamplerObjects, first + i, sampObj); in _mesa_GenSamplers()
Ddlist.c9003 _mesa_HashInsert(ctx->Shared->DisplayList, base + i, in _mesa_GenLists()
9094 _mesa_HashInsert(ctx->Shared->DisplayList, in _mesa_EndList()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_regions.c229 _mesa_HashInsert(region->screen->named_regions, in intel_region_flink()
282 _mesa_HashInsert(screen->named_regions, handle, region); in intel_region_alloc_for_handle()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_regions.c229 _mesa_HashInsert(region->screen->named_regions, in intel_region_flink()
282 _mesa_HashInsert(screen->named_regions, handle, region); in intel_region_alloc_for_handle()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_regions.c229 _mesa_HashInsert(region->screen->named_regions, in intel_region_flink()
282 _mesa_HashInsert(screen->named_regions, handle, region); in intel_region_alloc_for_handle()