Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhash.c222 GLboolean isGenName) in _mesa_HashInsertLocked() argument
225 if (!isGenName && table->id_alloc) in _mesa_HashInsertLocked()
241 GLboolean isGenName) in _mesa_HashInsert() argument
245 if (!isGenName && table->id_alloc) in _mesa_HashInsert()
Dhash.h122 GLboolean isGenName);
158 GLuint key, void *data, GLboolean isGenName);
Datifragshader.c247 bool isGenName; in _mesa_BindFragmentShaderATI() local
250 isGenName = newProg != NULL; in _mesa_BindFragmentShaderATI()
258 _mesa_HashInsert(ctx->Shared->ATIShaders, id, newProg, isGenName); in _mesa_BindFragmentShaderATI()
Darbprogram.c79 bool isGenName = newProg != NULL; in lookup_or_create_program() local
87 _mesa_HashInsert(ctx->Shared->Programs, id, newProg, isGenName); in lookup_or_create_program()
Dfbobject.c1539 bool isGenName, in allocate_renderbuffer_locked() argument
1552 newRb, isGenName); in allocate_renderbuffer_locked()
1574 bool isGenName = false; in bind_renderbuffer() local
1579 isGenName = true; in bind_renderbuffer()
1591 isGenName, "glBindRenderbufferEXT"); in bind_renderbuffer()
3058 bool isGenName = false; in bind_framebuffer() local
3064 isGenName = true; in bind_framebuffer()
3080 _mesa_HashInsert(ctx->Shared->FrameBuffers, framebuffer, newDrawFb, isGenName); in bind_framebuffer()
Dteximage.c2918 bool isGenName; in lookup_texture_ext_dsa() local
2920 isGenName = texObj != NULL; in lookup_texture_ext_dsa()
2934 _mesa_HashInsert(ctx->Shared->TexObjects, texObj->Name, texObj, isGenName); in lookup_texture_ext_dsa()
Ddlist.c877 alloc_bitmap_atlas(struct gl_context *ctx, GLuint listBase, bool isGenName) in alloc_bitmap_atlas() argument
886 _mesa_HashInsert(ctx->Shared->BitmapAtlas, listBase, atlas, isGenName); in alloc_bitmap_atlas()
/external/mesa3d/docs/relnotes/
D20.3.0.rst3921 - mesa: add a isGenName parameter to \_mesa_HashInsert