Searched refs:_mesa_choose_tex_format (Results 1 – 4 of 4) sorted by relevance
35 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target,
64 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, in _mesa_choose_tex_format() function
93 driver->ChooseTextureFormat = _mesa_choose_tex_format; in _mesa_init_driver_functions()
733 return _mesa_choose_tex_format(ctx, target, internalFormat, format, type); in swrastChooseTextureFormat()