Searched refs:isGenName (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | hash.h | 125 GLboolean isGenName); 161 GLuint key, void *data, GLboolean isGenName); 217 GLuint key, void *data, GLboolean isGenName, 221 _mesa_HashInsertLocked(table, key, data, isGenName); 223 _mesa_HashInsert(table, key, data, isGenName); 216 _mesa_HashInsertMaybeLocked(struct _mesa_HashTable * table,GLuint key,void * data,GLboolean isGenName,bool locked) argument
|
| H A D | hash.c | 217 * \param isGenName true if the key has been generated by a HashFindFreeKey* function 221 GLboolean isGenName) 224 if (!isGenName && table->id_alloc) 236 * \param isGenName true if the key has been generated by a HashFindFreeKey* function 240 GLboolean isGenName) 244 if (!isGenName && table->id_alloc) 220 _mesa_HashInsertLocked(struct _mesa_HashTable * table,GLuint key,void * data,GLboolean isGenName) argument 239 _mesa_HashInsert(struct _mesa_HashTable * table,GLuint key,void * data,GLboolean isGenName) argument
|
| H A D | atifragshader.c | 248 bool isGenName; local in function:_mesa_BindFragmentShaderATI 251 isGenName = newProg != NULL; 259 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName);
|
| H A D | arbprogram.c | 80 bool isGenName = newProg != NULL; local in function:lookup_or_create_program 88 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName);
|
| H A D | fbobject.c | 1562 bool isGenName, 1575 newRb, isGenName); 1597 bool isGenName = false; local in function:bind_renderbuffer 1602 isGenName = true; 1614 isGenName, "glBindRenderbufferEXT"); 3106 bool isGenName = false; local in function:bind_framebuffer 3112 isGenName = true; 3128 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); 1561 allocate_renderbuffer_locked(struct gl_context * ctx,GLuint renderbuffer,bool isGenName,const char * func) argument
|
| H A D | teximage.c | 2938 bool isGenName; local in function:lookup_texture_ext_dsa 2940 isGenName = texObj != NULL; 2954 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName);
|
| H A D | dlist.c | 922 alloc_bitmap_atlas(struct gl_context *ctx, GLuint listBase, bool isGenName) argument 931 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 3921 - mesa: add a isGenName parameter to \_mesa_HashInsert
|
Completed in 77 milliseconds