Searched refs:generate_texture_mipmap (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | genmipmap.c | 112 generate_texture_mipmap(struct gl_context *ctx, function in typeref:typename:ALWAYS_INLINE void 198 generate_texture_mipmap(ctx, texObj, target, NULL); 217 generate_texture_mipmap(ctx, texObj, target, "glGenerateMipmap"); 229 generate_texture_mipmap(ctx, texObj, texObj->Target, NULL); 247 generate_texture_mipmap(ctx, texObj, texObj->Target, caller);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | genmipmap.c | 111 generate_texture_mipmap(struct gl_context *ctx, function in typeref:typename:ALWAYS_INLINE void 176 generate_texture_mipmap(ctx, texObj, target, dsa, false); 184 generate_texture_mipmap(ctx, texObj, target, dsa, true);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.0.rst | 2743 - mesa: add missing unlock_texture into generate_texture_mipmap
|
Completed in 8 milliseconds