HomeSort by relevance Sort by last modified time
    Searched refs:FetchTexel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c 863 swImg->FetchTexel(swImg, i, 0, 0, rgba);
900 swImg->FetchTexel(swImg, i0, 0, 0, t0);
906 swImg->FetchTexel(swImg, i1, 0, 0, t1);
    [all...]
s_texfetch.c 94 * 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);
s_context.h 148 FetchTexelFunc FetchTexel;
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 863 swImg->FetchTexel(swImg, i, 0, 0, rgba);
900 swImg->FetchTexel(swImg, i0, 0, 0, t0);
906 swImg->FetchTexel(swImg, i1, 0, 0, t1);
    [all...]
s_texfetch.c 94 * 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);
s_context.h 148 FetchTexelFunc FetchTexel;

Completed in 83 milliseconds