Searched refs:nearest_mipmap_level (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 628 nearest_mipmap_level(const struct gl_texture_object *tObj, GLfloat lambda) in nearest_mipmap_level() function 926 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_1d_nearest_mipmap_nearest() 942 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_1d_linear_mipmap_nearest() 1256 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_2d_nearest_mipmap_nearest() 1272 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_2d_linear_mipmap_nearest() 2154 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_3d_nearest_mipmap_nearest() 2170 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_3d_linear_mipmap_nearest() 2489 level = nearest_mipmap_level(tObj, lambda[i]); in sample_cube_nearest_mipmap_nearest() 2514 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_cube_linear_mipmap_nearest() 2936 GLint level = nearest_mipmap_level(tObj, lambda[i]); in sample_2d_array_nearest_mipmap_nearest() [all …]
|