OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:util_format_dxt3_rgba_fetch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_s3tc.c
96
util_format_dxtn_fetch_t
util_format_dxt3_rgba_fetch
= util_format_dxt3_rgba_fetch_stub;
variable
147
!
util_format_dxt3_rgba_fetch
||
159
util_format_dxt3_rgba_fetch
= (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt3;
185
util_format_dxt3_rgba_fetch
(0, src, i, j, dst);
220
util_format_dxt3_rgba_fetch
(0, src, i, j, tmp);
297
util_format_dxt3_rgba_fetch
, 16);
369
util_format_dxt3_rgba_fetch
, 16);
/external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c
96
util_format_dxtn_fetch_t
util_format_dxt3_rgba_fetch
= util_format_dxt3_rgba_fetch_stub;
variable
147
!
util_format_dxt3_rgba_fetch
||
159
util_format_dxt3_rgba_fetch
= (util_format_dxtn_fetch_t)fetch_2d_texel_rgba_dxt3;
185
util_format_dxt3_rgba_fetch
(0, src, i, j, dst);
220
util_format_dxt3_rgba_fetch
(0, src, i, j, tmp);
297
util_format_dxt3_rgba_fetch
, 16);
369
util_format_dxt3_rgba_fetch
, 16);
Completed in 88 milliseconds