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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 514 dst1[i][RCOMP] = USHORT_TO_UBYTE(src2[i][RCOMP]);
515 dst1[i][GCOMP] = USHORT_TO_UBYTE(src2[i][GCOMP]);
516 dst1[i][BCOMP] = USHORT_TO_UBYTE(src2[i][BCOMP]);
517 dst1[i][ACOMP] = USHORT_TO_UBYTE(src2[i][ACOMP]);
macros.h 121 #define USHORT_TO_UBYTE(s) ((GLubyte) ((s) >> 8))
  /external/mesa3d/src/mesa/main/
image.c 514 dst1[i][RCOMP] = USHORT_TO_UBYTE(src2[i][RCOMP]);
515 dst1[i][GCOMP] = USHORT_TO_UBYTE(src2[i][GCOMP]);
516 dst1[i][BCOMP] = USHORT_TO_UBYTE(src2[i][BCOMP]);
517 dst1[i][ACOMP] = USHORT_TO_UBYTE(src2[i][ACOMP]);
macros.h 121 #define USHORT_TO_UBYTE(s) ((GLubyte) ((s) >> 8))

Completed in 55 milliseconds