Home
last modified time | relevance | path

Searched refs:_mesa_set_sampler_wrap (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dsamplerobj.h82 _mesa_set_sampler_wrap(struct gl_context *ctx, struct gl_sampler_object *samp,
Dsamplerobj.c517 _mesa_set_sampler_wrap(struct gl_context *ctx, struct gl_sampler_object *samp, in _mesa_set_sampler_wrap() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c223 _mesa_set_sampler_wrap(ctx, mipmap->samp_obj, GL_CLAMP_TO_EDGE, in _mesa_meta_GenerateMipmap()
Dmeta_blit.c395 _mesa_set_sampler_wrap(ctx, samp_obj, GL_CLAMP_TO_EDGE, GL_CLAMP_TO_EDGE, in setup_sampler()