Searched refs:FetchTexel (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c863 swImg->FetchTexel(swImg, i, 0, 0, rgba);
900 swImg->FetchTexel(swImg, i0, 0, 0, t0);
906 swImg->FetchTexel(swImg, i1, 0, 0, t1);
1137 swImg->FetchTexel(swImg, i, j, 0, rgba);
1182 swImg->FetchTexel(swImg, i0, j0, 0, t00);
1188 swImg->FetchTexel(swImg, i1, j0, 0, t10);
1194 swImg->FetchTexel(swImg, i0, j1, 0, t01);
1200 swImg->FetchTexel(swImg, i1, j1, 0, t11);
1235 swImg->FetchTexel(swImg, i0, j0, 0, t00);
1236 swImg->FetchTexel(swIm
[all...]
H A Ds_texfetch.c94 * Have to have this so the FetchTexel function pointer is never NULL.
1148 * Initialize the texture image's FetchTexel methods.
1163 texImage->FetchTexel = _mesa_get_texel_fetch_func(format, dims);
1164 ASSERT(texImage->FetchTexel);
H A Ds_context.h148 FetchTexelFunc FetchTexel; member in struct:swrast_texture_image

Completed in 111 milliseconds