Searched refs:clamp_rect_coord_linear (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 450 clamp_rect_coord_linear(GLenum wrapMode, GLfloat coord, GLint max, in clamp_rect_coord_linear() function 568 clamp_rect_coord_linear(samp->WrapS, texcoord[0], in linear_texcoord() 570 clamp_rect_coord_linear(samp->WrapT, texcoord[1], in linear_texcoord() 2739 clamp_rect_coord_linear(samp->WrapS, texcoords[i][0], width, in sample_linear_rect() 2741 clamp_rect_coord_linear(samp->WrapT, texcoords[i][1], height, in sample_linear_rect()
|