Home
last modified time | relevance | path

Searched refs:COPY_4UBV (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/swrast/
Ds_chan.h80 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
Ds_zoom.c218 COPY_4UBV(zoomed.array->rgba8[i], rgba[j]); in zoom_span()
Ds_blend.c140 COPY_4UBV(rgba[i], dest[i]); in blend_transparency_ubyte()
Ds_span.c244 COPY_4UBV(rgba[i], color); in interpolate_int_colors()
/third_party/mesa3d/src/mesa/main/
Dmacros.h296 COPY_4UBV(GLubyte dst[4], const GLubyte src[4]) in COPY_4UBV() function
/third_party/mesa3d/src/mesa/math/
Dm_translate.c538 COPY_4UBV( t[i], f ); in trans_4_GLubyte_4ub_raw()