Searched refs:_mesa_HashLookup (Results 1 – 15 of 15) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | shaderobj.c | 150 _mesa_HashLookup(ctx->Shared->ShaderObjects, name); in _mesa_lookup_shader() 176 _mesa_HashLookup(ctx->Shared->ShaderObjects, name); in _mesa_lookup_shader_err() 448 _mesa_HashLookup(ctx->Shared->ShaderObjects, name); in _mesa_lookup_shader_program() 475 _mesa_HashLookup(ctx->Shared->ShaderObjects, name); in _mesa_lookup_shader_program_err()
|
D | hash.h | 42 extern void *_mesa_HashLookup(struct _mesa_HashTable *table, GLuint key);
|
D | queryobj.h | 38 _mesa_HashLookup(ctx->Query.QueryObjects, id); in _mesa_lookup_query_object()
|
D | arrayobj.c | 74 _mesa_HashLookup(ctx->Array.Objects, id); in _mesa_lookup_vao() 111 _mesa_HashLookup(ctx->Array.Objects, id); in _mesa_lookup_vao_err()
|
D | hash.c | 203 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) in _mesa_HashLookup() function
|
D | atifragshader.c | 248 _mesa_HashLookup(ctx->Shared->ATIShaders, id); in _mesa_BindFragmentShaderATI() 284 _mesa_HashLookup(ctx->Shared->ATIShaders, id); in _mesa_DeleteFragmentShaderATI()
|
D | pipelineobj.c | 147 _mesa_HashLookup(ctx->Pipeline.Objects, id); in _mesa_lookup_pipeline_object()
|
D | performance_monitor.c | 126 _mesa_HashLookup(ctx->PerfMonitor.Monitors, id); in lookup_monitor()
|
D | transformfeedback.c | 969 _mesa_HashLookup(ctx->TransformFeedback.Objects, name); in _mesa_lookup_transform_feedback_object()
|
D | samplerobj.c | 50 _mesa_HashLookup(ctx->Shared->SamplerObjects, name); in _mesa_lookup_samplerobj()
|
D | fbobject.c | 118 _mesa_HashLookup(ctx->Shared->RenderBuffers, id); in _mesa_lookup_renderbuffer() 156 _mesa_HashLookup(ctx->Shared->FrameBuffers, id); in _mesa_lookup_framebuffer()
|
D | texobj.c | 109 _mesa_HashLookup(ctx->Shared->TexObjects, id); in _mesa_lookup_texture()
|
D | bufferobj.c | 1095 _mesa_HashLookup(ctx->Shared->BufferObjects, buffer); in _mesa_lookup_bufferobj()
|
D | dlist.c | 662 atlas = _mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase); in lookup_bitmap_atlas() 676 assert(_mesa_HashLookup(ctx->Shared->BitmapAtlas, listBase) == NULL); in alloc_bitmap_atlas() 890 _mesa_HashLookup(ctx->Shared->DisplayList, list); in _mesa_lookup_list()
|
/external/mesa3d/src/mesa/program/ |
D | program.c | 288 return (struct gl_program *) _mesa_HashLookup(ctx->Shared->Programs, id); in _mesa_lookup_program()
|