Home
last modified time | relevance | path

Searched refs:isGenName (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dhash.h125 GLboolean isGenName);
161 GLuint key, void *data, GLboolean isGenName);
217 GLuint key, void *data, GLboolean isGenName, in _mesa_HashInsertMaybeLocked() argument
221 _mesa_HashInsertLocked(table, key, data, isGenName); in _mesa_HashInsertMaybeLocked()
223 _mesa_HashInsert(table, key, data, isGenName); in _mesa_HashInsertMaybeLocked()
Dhash.c221 GLboolean isGenName) in _mesa_HashInsertLocked() argument
224 if (!isGenName && table->id_alloc) in _mesa_HashInsertLocked()
240 GLboolean isGenName) in _mesa_HashInsert() argument
244 if (!isGenName && table->id_alloc) in _mesa_HashInsert()
Datifragshader.c262 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()
Darbprogram.c82 bool isGenName = newProg != NULL; in lookup_or_create_program() local
90 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
Dfbobject.c1733 bool isGenName, in allocate_renderbuffer_locked() argument
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()
Dteximage.c2930 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()
Ddlist.c864 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()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3921 - mesa: add a isGenName parameter to \_mesa_HashInsert