• Home
  • Raw
  • Download

Lines Matching refs:GLushort

260       const GLushort(*rowA)[4] = (const GLushort(*)[4]) srcRowA;  in do_row()
261 const GLushort(*rowB)[4] = (const GLushort(*)[4]) srcRowB; in do_row()
262 GLushort(*dst)[4] = (GLushort(*)[4]) dstRow; in do_row()
273 const GLushort(*rowA)[3] = (const GLushort(*)[3]) srcRowA; in do_row()
274 const GLushort(*rowB)[3] = (const GLushort(*)[3]) srcRowB; in do_row()
275 GLushort(*dst)[3] = (GLushort(*)[3]) dstRow; in do_row()
285 const GLushort(*rowA)[2] = (const GLushort(*)[2]) srcRowA; in do_row()
286 const GLushort(*rowB)[2] = (const GLushort(*)[2]) srcRowB; in do_row()
287 GLushort(*dst)[2] = (GLushort(*)[2]) dstRow; in do_row()
296 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
297 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
298 GLushort *dst = (GLushort *) dstRow; in do_row()
488 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
489 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
490 GLushort *dst = (GLushort *) dstRow; in do_row()
513 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
514 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
515 GLushort *dst = (GLushort *) dstRow; in do_row()
543 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
544 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
545 GLushort *dst = (GLushort *) dstRow; in do_row()
573 const GLushort *rowA = (const GLushort *) srcRowA; in do_row()
574 const GLushort *rowB = (const GLushort *) srcRowB; in do_row()
575 GLushort *dst = (GLushort *) dstRow; in do_row()
872 DECLARE_ROW_POINTERS(GLushort, 4); in do_row_3D()
883 DECLARE_ROW_POINTERS(GLushort, 3); in do_row_3D()
893 DECLARE_ROW_POINTERS(GLushort, 2); in do_row_3D()
902 DECLARE_ROW_POINTERS(GLushort, 1); in do_row_3D()
1040 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()
1078 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()
1127 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()
1176 DECLARE_ROW_POINTERS0(GLushort); in do_row_3D()