Searched refs:COPY_4UBV (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_chan.h | 80 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
|
D | s_zoom.c | 217 COPY_4UBV(zoomed.array->rgba8[i], rgba[j]); in zoom_span()
|
D | s_blend.c | 140 COPY_4UBV(rgba[i], dest[i]); in blend_transparency_ubyte()
|
D | s_span.c | 243 COPY_4UBV(rgba[i], color); in interpolate_int_colors()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 980 COPY_4UBV(ctx->Color.ColorMask[i], tmp); in _mesa_ColorMask() 1021 COPY_4UBV(ctx->Color.ColorMask[buf], tmp); in _mesa_ColorMaski()
|
D | macros.h | 270 COPY_4UBV(GLubyte dst[4], const GLubyte src[4]) in COPY_4UBV() function
|
D | texcompress_fxt1.c | 1211 COPY_4UBV(reord[l], input[k]); in fxt1_quantize()
|
/external/mesa3d/src/mesa/math/ |
D | m_translate.c | 538 COPY_4UBV( t[i], f ); in trans_4_GLubyte_4ub_raw()
|
/external/mesa3d/docs/ |
D | VERSIONS | 863 - fixed RISC alignment errors caused by COPY_4UBV macro
|