Lines Matching refs:GLshort
307 const GLshort(*rowA)[4] = (const GLshort(*)[4]) srcRowA; in do_row()
308 const GLshort(*rowB)[4] = (const GLshort(*)[4]) srcRowB; in do_row()
309 GLshort(*dst)[4] = (GLshort(*)[4]) dstRow; in do_row()
320 const GLshort(*rowA)[3] = (const GLshort(*)[3]) srcRowA; in do_row()
321 const GLshort(*rowB)[3] = (const GLshort(*)[3]) srcRowB; in do_row()
322 GLshort(*dst)[3] = (GLshort(*)[3]) dstRow; in do_row()
332 const GLshort(*rowA)[2] = (const GLshort(*)[2]) srcRowA; in do_row()
333 const GLshort(*rowB)[2] = (const GLshort(*)[2]) srcRowB; in do_row()
334 GLshort(*dst)[2] = (GLshort(*)[2]) dstRow; in do_row()
343 const GLshort *rowA = (const GLshort *) srcRowA; in do_row()
344 const GLshort *rowB = (const GLshort *) srcRowB; in do_row()
345 GLshort *dst = (GLshort *) dstRow; in do_row()
910 DECLARE_ROW_POINTERS(GLshort, 4); in do_row_3D()
921 DECLARE_ROW_POINTERS(GLshort, 3); in do_row_3D()
931 DECLARE_ROW_POINTERS(GLshort, 2); in do_row_3D()
940 DECLARE_ROW_POINTERS(GLshort, 1); in do_row_3D()