Lines Matching refs:GLshort
306 const GLshort(*rowA)[4] = (const GLshort(*)[4]) srcRowA; in do_row()
307 const GLshort(*rowB)[4] = (const GLshort(*)[4]) srcRowB; in do_row()
308 GLshort(*dst)[4] = (GLshort(*)[4]) dstRow; in do_row()
319 const GLshort(*rowA)[3] = (const GLshort(*)[3]) srcRowA; in do_row()
320 const GLshort(*rowB)[3] = (const GLshort(*)[3]) srcRowB; in do_row()
321 GLshort(*dst)[3] = (GLshort(*)[3]) dstRow; in do_row()
331 const GLshort(*rowA)[2] = (const GLshort(*)[2]) srcRowA; in do_row()
332 const GLshort(*rowB)[2] = (const GLshort(*)[2]) srcRowB; in do_row()
333 GLshort(*dst)[2] = (GLshort(*)[2]) dstRow; in do_row()
342 const GLshort *rowA = (const GLshort *) srcRowA; in do_row()
343 const GLshort *rowB = (const GLshort *) srcRowB; in do_row()
344 GLshort *dst = (GLshort *) dstRow; in do_row()
909 DECLARE_ROW_POINTERS(GLshort, 4); in do_row_3D()
920 DECLARE_ROW_POINTERS(GLshort, 3); in do_row_3D()
930 DECLARE_ROW_POINTERS(GLshort, 2); in do_row_3D()
939 DECLARE_ROW_POINTERS(GLshort, 1); in do_row_3D()