HomeSort by relevance Sort by last modified time
    Searched refs:COPY_4UBV (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_chan.h 80 #define COPY_CHAN4(DST, SRC) COPY_4UBV(DST, SRC)
s_zoom.c 217 COPY_4UBV(zoomed.array->rgba8[i], rgba[j]);
s_blend.c 140 COPY_4UBV(rgba[i], dest[i]);
    [all...]
s_span.c 243 COPY_4UBV(rgba[i], color);
    [all...]
  /external/mesa3d/src/mesa/main/
blend.c 980 COPY_4UBV(ctx->Color.ColorMask[i], tmp);
1021 COPY_4UBV(ctx->Color.ColorMask[buf], tmp);
    [all...]
macros.h 270 COPY_4UBV(GLubyte dst[4], const GLubyte src[4])
texcompress_fxt1.c     [all...]
  /external/mesa3d/src/mesa/math/
m_translate.c 538 COPY_4UBV( t[i], f );

Completed in 82 milliseconds