Lines Matching refs:GLubyte
36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_4F()
37 const GLubyte *first = f; in DEST_4F()
60 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_4FN()
61 const GLubyte *first = f; in DEST_4FN()
83 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_3FN()
84 const GLubyte *first = f; in DEST_3FN()
103 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_1F()
104 const GLubyte *first = f; in DEST_1F()
116 static void DEST_4UB( GLubyte (*t)[4], in DEST_4UB()
121 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_4UB()
122 const GLubyte *first = f; in DEST_4UB()
143 const GLubyte *f = (GLubyte *) ((GLubyte *) ptr + SRC_START * stride); in DEST_4US()
144 const GLubyte *first = f; in DEST_4US()
160 static void DEST_1UB( GLubyte *t, in DEST_1UB()
165 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_1UB()
166 const GLubyte *first = f; in DEST_1UB()
184 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_1UI()
185 const GLubyte *first = f; in DEST_1UI()