Searched refs:_mesa_HashInsertLocked (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.h160 extern void _mesa_HashInsertLocked(struct _mesa_HashTable *table,
221 _mesa_HashInsertLocked(table, key, data, isGenName);
H A Dhash.c220 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, function in typeref:typename:void
H A Dexternalobjects.c180 _mesa_HashInsertLocked(ctx->Shared->MemoryObjects,
604 _mesa_HashInsertLocked(ctx->Shared->SemaphoreObjects,
H A Dqueryobj.c287 _mesa_HashInsertLocked(ctx->Query.QueryObjects, ids[i], q, true);
457 _mesa_HashInsertLocked(ctx->Query.QueryObjects, id, q, false);
599 _mesa_HashInsertLocked(ctx->Query.QueryObjects, id, q, false);
H A Dglthread_varray.c162 _mesa_HashInsertLocked(glthread->VAOs, id, vao, true);
H A Dpipelineobj.c157 _mesa_HashInsertLocked(ctx->Pipeline.Objects, obj->Name, obj, true);
H A Dtransformfeedback.c1084 _mesa_HashInsertLocked(ctx->TransformFeedback.Objects, ids[i],
H A Darbprogram.c239 _mesa_HashInsertLocked(ctx->Shared->Programs, ids[i],
H A Darrayobj.c1141 _mesa_HashInsertLocked(ctx->Array.Objects, obj->Name, obj, true);
H A Datifragshader.c209 _mesa_HashInsertLocked(ctx->Shared->ATIShaders, first + i, &DummyShader, true);
H A Dshaderapi.c386 _mesa_HashInsertLocked(ctx->Shared->ShaderObjects, name, sh, true);
418 _mesa_HashInsertLocked(ctx->Shared->ShaderObjects, name, shProg, true);
H A Dfbobject.c1574 _mesa_HashInsertLocked(ctx->Shared->RenderBuffers, renderbuffer,
2085 _mesa_HashInsertLocked(ctx->Shared->RenderBuffers, renderbuffers[i],
3304 _mesa_HashInsertLocked(ctx->Shared->FrameBuffers, framebuffers[i],
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.h149 extern void _mesa_HashInsertLocked(struct _mesa_HashTable *table,
H A Dhash.c202 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data) function in typeref:typename:void
H A Dqueryobj.c284 _mesa_HashInsertLocked(ctx->Query.QueryObjects, first + i, q);
454 _mesa_HashInsertLocked(ctx->Query.QueryObjects, id, q);
596 _mesa_HashInsertLocked(ctx->Query.QueryObjects, id, q);
H A Dexternalobjects.c182 _mesa_HashInsertLocked(ctx->Shared->MemoryObjects,
608 _mesa_HashInsertLocked(ctx->Shared->SemaphoreObjects,
H A Darbprogram.c225 _mesa_HashInsertLocked(ctx->Shared->Programs, first + i,
H A Dpipelineobj.c155 _mesa_HashInsertLocked(ctx->Pipeline.Objects, obj->Name, obj);
H A Darrayobj.c1175 _mesa_HashInsertLocked(ctx->Array.Objects, obj->Name, obj);
H A Datifragshader.c207 _mesa_HashInsertLocked(ctx->Shared->ATIShaders, first + i, &DummyShader);
H A Dtransformfeedback.c1073 _mesa_HashInsertLocked(ctx->TransformFeedback.Objects, first + i,
H A Dshaderapi.c343 _mesa_HashInsertLocked(ctx->Shared->ShaderObjects, name, sh);
375 _mesa_HashInsertLocked(ctx->Shared->ShaderObjects, name, shProg);
H A Dsamplerobj.c181 _mesa_HashInsertLocked(ctx->Shared->SamplerObjects, name, sampObj);
H A Dfbobject.c1422 _mesa_HashInsertLocked(ctx->Shared->RenderBuffers, renderbuffer, newRb);
1899 _mesa_HashInsertLocked(ctx->Shared->RenderBuffers, name,
3038 _mesa_HashInsertLocked(ctx->Shared->FrameBuffers, name, fb);
H A Dtexobj.c1240 _mesa_HashInsertLocked(ctx->Shared->TexObjects, texObj->Name, texObj);

Completed in 52 milliseconds

12