Lines Matching refs:GLushort
259 const GLushort(*rowA)[4] = (const GLushort(*)[4]) srcRowA; in do_row()
260 const GLushort(*rowB)[4] = (const GLushort(*)[4]) srcRowB; in do_row()
261 GLushort(*dst)[4] = (GLushort(*)[4]) dstRow; in do_row()
272 const GLushort(*rowA)[3] = (const GLushort(*)[3]) srcRowA; in do_row()
273 const GLushort(*rowB)[3] = (const GLushort(*)[3]) srcRowB; in do_row()
274 GLushort(*dst)[3] = (GLushort(*)[3]) dstRow; in do_row()
284 const GLushort(*rowA)[2] = (const GLushort(*)[2]) srcRowA; in do_row()
285 const GLushort(*rowB)[2] = (const GLushort(*)[2]) srcRowB; in do_row()
286 GLushort(*dst)[2] = (GLushort(*)[2]) dstRow; in do_row()
295 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
296 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
297 GLushort *dst = (GLushort *) dstRow; in do_row()
487 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
488 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
489 GLushort *dst = (GLushort *) dstRow; in do_row()
512 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
513 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
514 GLushort *dst = (GLushort *) dstRow; in do_row()
542 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
543 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
544 GLushort *dst = (GLushort *) dstRow; in do_row()
572 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
573 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
574 GLushort *dst = (GLushort *) dstRow; in do_row()
871 DECLARE_ROW_POINTERS(GLushort, 4); in do_row_3D()
882 DECLARE_ROW_POINTERS(GLushort, 3); in do_row_3D()
892 DECLARE_ROW_POINTERS(GLushort, 2); in do_row_3D()
901 DECLARE_ROW_POINTERS(GLushort, 1); in do_row_3D()
1039 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()
1077 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()
1126 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()
1175 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()