Searched refs:_mesa_HashLookupLocked (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dhash.h158 extern void *_mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key);
210 return _mesa_HashLookupLocked(table, key);
H A Dqueryobj.h38 _mesa_HashLookupLocked(ctx->Query.QueryObjects, id);
H A Dexternalobjects.h57 _mesa_HashLookupLocked(ctx->Shared->MemoryObjects, memory);
77 _mesa_HashLookupLocked(ctx->Shared->SemaphoreObjects, semaphore);
H A Dhash.c176 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) function in typeref:typename:void *
H A Darrayobj.c221 _mesa_HashLookupLocked(ctx->Array.Objects, id);
270 _mesa_HashLookupLocked(ctx->Array.Objects, id);
H A Dglthread_varray.c83 vao = _mesa_HashLookupLocked(glthread->VAOs, id);
H A Dpipelineobj.c147 _mesa_HashLookupLocked(ctx->Pipeline.Objects, id);
H A Dtransformfeedback.c1053 _mesa_HashLookupLocked(ctx->TransformFeedback.Objects, name);
H A Dsamplerobj.c69 _mesa_HashLookupLocked(ctx->Shared->SamplerObjects, name);
H A Dtexobj.c139 _mesa_HashLookupLocked(ctx->Shared->TexObjects, id);
H A Dbufferobj.c1184 _mesa_HashLookupLocked(ctx->Shared->BufferObjects, buffer);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dhash.h147 extern void *_mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key);
H A Dqueryobj.h38 _mesa_HashLookupLocked(ctx->Query.QueryObjects, id);
H A Dexternalobjects.h57 _mesa_HashLookupLocked(ctx->Shared->MemoryObjects, memory);
77 _mesa_HashLookupLocked(ctx->Shared->SemaphoreObjects, semaphore);
H A Dhash.c159 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) function in typeref:typename:void *
H A Darrayobj.c219 _mesa_HashLookupLocked(ctx->Array.Objects, id);
262 _mesa_HashLookupLocked(ctx->Array.Objects, id);
H A Dpipelineobj.c145 _mesa_HashLookupLocked(ctx->Pipeline.Objects, id);
H A Dtransformfeedback.c1038 _mesa_HashLookupLocked(ctx->TransformFeedback.Objects, name);
H A Dsamplerobj.c57 _mesa_HashLookupLocked(ctx->Shared->SamplerObjects, name);
H A Dtexobj.c136 _mesa_HashLookupLocked(ctx->Shared->TexObjects, id);
H A Dbufferobj.c1086 _mesa_HashLookupLocked(ctx->Shared->BufferObjects, buffer);

Completed in 38 milliseconds