Searched refs:get_border_color (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 773 get_border_color(const struct gl_sampler_object *samp, in get_border_color() function 863 get_border_color(samp, img, rgba); in sample_1d_nearest() 900 get_border_color(samp, img, t0); in sample_1d_linear() 906 get_border_color(samp, img, t1); in sample_1d_linear() 1137 get_border_color(samp, img, rgba); in sample_2d_nearest() 1182 get_border_color(samp, img, t00); in sample_2d_linear() 1188 get_border_color(samp, img, t10); in sample_2d_linear() 1194 get_border_color(samp, img, t01); in sample_2d_linear() 1200 get_border_color(samp, img, t11); in sample_2d_linear() 2039 get_border_color(samp, img, rgba); in sample_3d_nearest() [all …]
|