Searched refs:_mesa_NewHashTable (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dshared.c71 shared->DisplayList = _mesa_NewHashTable();
72 shared->BitmapAtlas = _mesa_NewHashTable();
73 shared->TexObjects = _mesa_NewHashTable();
74 shared->Programs = _mesa_NewHashTable();
81 shared->ATIShaders = _mesa_NewHashTable();
84 shared->ShaderObjects = _mesa_NewHashTable();
86 shared->BufferObjects = _mesa_NewHashTable();
89 shared->SamplerObjects = _mesa_NewHashTable();
132 shared->FrameBuffers = _mesa_NewHashTable();
133 shared->RenderBuffers = _mesa_NewHashTable();
[all...]
H A Dhash.h108 extern struct _mesa_HashTable *_mesa_NewHashTable(void);
H A Dhash.c49 _mesa_NewHashTable(void) function in typeref:struct:_mesa_HashTable *
H A Dperformance_query.c42 ctx->PerfQuery.Objects = _mesa_NewHashTable();
H A Dperformance_monitor.c51 ctx->PerfMonitor.Monitors = _mesa_NewHashTable();
H A Dpipelineobj.c94 ctx->Pipeline.Objects = _mesa_NewHashTable();
H A Dqueryobj.c1020 ctx->Query.QueryObjects = _mesa_NewHashTable();
H A Dtransformfeedback.c142 ctx->TransformFeedback.Objects = _mesa_NewHashTable();
H A Dvarray.c2836 ctx->Array.Objects = _mesa_NewHashTable();
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dshared.c72 shared->DisplayList = _mesa_NewHashTable();
73 shared->BitmapAtlas = _mesa_NewHashTable();
74 shared->TexObjects = _mesa_NewHashTable();
75 shared->Programs = _mesa_NewHashTable();
82 shared->ATIShaders = _mesa_NewHashTable();
85 shared->ShaderObjects = _mesa_NewHashTable();
87 shared->BufferObjects = _mesa_NewHashTable();
92 shared->SamplerObjects = _mesa_NewHashTable();
134 shared->FrameBuffers = _mesa_NewHashTable();
135 shared->RenderBuffers = _mesa_NewHashTable();
[all...]
H A Dhash.h118 extern struct _mesa_HashTable *_mesa_NewHashTable(void);
H A Dglthread.c103 glthread->VAOs = _mesa_NewHashTable();
H A Dhash.c51 _mesa_NewHashTable(void) function in typeref:struct:_mesa_HashTable *
H A Dperformance_query.c42 ctx->PerfQuery.Objects = _mesa_NewHashTable();
H A Dperformance_monitor.c51 ctx->PerfMonitor.Monitors = _mesa_NewHashTable();
H A Dpipelineobj.c96 ctx->Pipeline.Objects = _mesa_NewHashTable();
H A Dqueryobj.c1033 ctx->Query.QueryObjects = _mesa_NewHashTable();
H A Dtransformfeedback.c145 ctx->TransformFeedback.Objects = _mesa_NewHashTable();
H A Dvarray.c3910 ctx->Array.Objects = _mesa_NewHashTable();

Completed in 38 milliseconds