Searched defs:fetch_texel_2d_rgb_dxt1 (Results 1 - 2 of 2) sorted by last modified time

/external/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc.c371 fetch_texel_2d_rgb_dxt1(const struct swrast_texture_image *texImage, function
381 _mesa_debug(NULL, "attempted to decode s3tc texture without library available: fetch_texel_2d_rgb_dxt1");
391 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);
492 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_s3tc.c371 fetch_texel_2d_rgb_dxt1(const struct swrast_texture_image *texImage, function
381 _mesa_debug(NULL, "attempted to decode s3tc texture without library available: fetch_texel_2d_rgb_dxt1");
391 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);
492 fetch_texel_2d_rgb_dxt1(texImage, i, j, k, rgba);

Completed in 81 milliseconds