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.c248 bool isGenName; in _mesa_BindFragmentShaderATI() local
251 isGenName = newProg != NULL; in _mesa_BindFragmentShaderATI()
259 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName); in _mesa_BindFragmentShaderATI()
Darbprogram.c80 bool isGenName = newProg != NULL; in lookup_or_create_program() local
88 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
Dfbobject.c1562 bool isGenName, in allocate_renderbuffer_locked() argument
1575 newRb, isGenName); in allocate_renderbuffer_locked()
1597 bool isGenName = false; in bind_renderbuffer() local
1602 isGenName = true; in bind_renderbuffer()
1614 isGenName, "glBindRenderbufferEXT"); in bind_renderbuffer()
3106 bool isGenName = false; in bind_framebuffer() local
3112 isGenName = true; in bind_framebuffer()
3128 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); in bind_framebuffer()
Dteximage.c2938 bool isGenName; in lookup_texture_ext_dsa() local
2940 isGenName = texObj != NULL; in lookup_texture_ext_dsa()
2954 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName); in lookup_texture_ext_dsa()
Ddlist.c921 alloc_bitmap_atlas(struct gl_context *ctx, GLuint listBase, bool isGenName) in alloc_bitmap_atlas() argument
930 _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