Searched refs:_mesa_choose_tex_format (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texformat.h | 35 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
|
| H A D | texformat.c | 64 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, function in typeref:typename:mesa_format 789 _mesa_problem(ctx, "unexpected format %s in _mesa_choose_tex_format()",
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texformat.h | 35 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
|
| H A D | texformat.c | 64 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, function in typeref:typename:mesa_format 789 _mesa_problem(ctx, "unexpected format %s in _mesa_choose_tex_format()",
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 94 driver->ChooseTextureFormat = _mesa_choose_tex_format;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 93 driver->ChooseTextureFormat = _mesa_choose_tex_format;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/ |
| H A D | swrast.c | 737 return _mesa_choose_tex_format(ctx, target, internalFormat, format, type);
|
Completed in 7 milliseconds