Lines Matching refs:GLubyte
36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_4F()
37 const GLubyte *first = f; in DEST_4F()
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_4FN()
63 const GLubyte *first = f; in DEST_4FN()
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_3FN()
88 const GLubyte *first = f; in DEST_3FN()
109 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_1F()
110 const GLubyte *first = f; in DEST_1F()
124 static void DEST_4UB( GLubyte (*t)[4], in DEST_4UB()
129 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_4UB()
130 const GLubyte *first = f; in DEST_4UB()
153 const GLubyte *f = (GLubyte *) ((GLubyte *) ptr + SRC_START * stride); in DEST_4US()
154 const GLubyte *first = f; in DEST_4US()
172 static void DEST_1UB( GLubyte *t, in DEST_1UB()
177 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_1UB()
178 const GLubyte *first = f; in DEST_1UB()
198 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride; in DEST_1UI()
199 const GLubyte *first = f; in DEST_1UI()