Searched refs:fetch_2d_texel_rgb_dxt1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_s3tc.c107 util_dl_proc fetch_2d_texel_rgb_dxt1; local
134 fetch_2d_texel_rgb_dxt1 =
135 util_dl_get_proc_address(library, "fetch_2d_texel_rgb_dxt1");
157 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_s3tc.c107 util_dl_proc fetch_2d_texel_rgb_dxt1; local
134 fetch_2d_texel_rgb_dxt1 =
135 util_dl_get_proc_address(library, "fetch_2d_texel_rgb_dxt1");
157 util_format_dxt1_rgb_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgb_dxt1;

Completed in 157 milliseconds