Searched refs:fetch_2d_texel_rgba_dxt5 (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | texcompress_s3tc.c | 303 fetch_2d_texel_rgba_dxt5(rowStride, map, i, j, tex); in fetch_rgba_dxt5() 352 fetch_2d_texel_rgba_dxt5(rowStride, map, i, j, tex); in fetch_srgba_dxt5()
|
H A D | texcompress_s3tc_tmp.h | 148 static void fetch_2d_texel_rgba_dxt5(GLint srcRowStride, const GLubyte *pixdata, in fetch_2d_texel_rgba_dxt5() function
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_s3tc.c | 36 util_format_dxtn_fetch_t util_format_dxt5_rgba_fetch = (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt5;
|
Completed in 5 milliseconds