Searched refs:isGenName (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/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, in _mesa_HashInsertMaybeLocked() 221 _mesa_HashInsertLocked(table, key, data, isGenName); in _mesa_HashInsertMaybeLocked() 223 _mesa_HashInsert(table, key, data, isGenName); in _mesa_HashInsertMaybeLocked() 216 _mesa_HashInsertMaybeLocked(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName, bool locked) _mesa_HashInsertMaybeLocked() argument
|
H A D | hash.c | 217 * \param isGenName true if the key has been generated by a HashFindFreeKey* function 221 GLboolean isGenName) in _mesa_HashInsertLocked() 224 if (!isGenName && table->id_alloc) in _mesa_HashInsertLocked() 236 * \param isGenName true if the key has been generated by a HashFindFreeKey* function 240 GLboolean isGenName) in _mesa_HashInsert() 244 if (!isGenName && table->id_alloc) in _mesa_HashInsert() 220 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName) _mesa_HashInsertLocked() argument 239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName) _mesa_HashInsert() argument
|
H A D | atifragshader.c | 262 bool isGenName; in _mesa_BindFragmentShaderATI() local 265 isGenName = newProg != NULL; in _mesa_BindFragmentShaderATI() 273 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName); in _mesa_BindFragmentShaderATI()
|
H A D | arbprogram.c | 82 bool isGenName = newProg != NULL; in lookup_or_create_program() local 90 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
|
H A D | fbobject.c | 1733 bool isGenName, in allocate_renderbuffer_locked() 1746 newRb, isGenName); in allocate_renderbuffer_locked() 1768 bool isGenName = false; in bind_renderbuffer() local 1773 isGenName = true; in bind_renderbuffer() 1785 isGenName, "glBindRenderbufferEXT"); in bind_renderbuffer() 3252 bool isGenName = false; in bind_framebuffer() local 3258 isGenName = true; in bind_framebuffer() 3274 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); in bind_framebuffer() 1732 allocate_renderbuffer_locked(struct gl_context *ctx, GLuint renderbuffer, bool isGenName, const char *func) allocate_renderbuffer_locked() argument
|
H A D | teximage.c | 2930 bool isGenName; in lookup_texture_ext_dsa() local 2932 isGenName = texObj != NULL; in lookup_texture_ext_dsa() 2946 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName); in lookup_texture_ext_dsa()
|
H A D | dlist.c | 864 alloc_bitmap_atlas(struct gl_context *ctx, GLuint listBase, bool isGenName) in alloc_bitmap_atlas() argument 873 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName); in alloc_bitmap_atlas()
|
Completed in 39 milliseconds