Lines Matching refs:GLhalfARB
410 const GLhalfARB(*rowA)[4] = (const GLhalfARB(*)[4]) srcRowA; in do_row()
411 const GLhalfARB(*rowB)[4] = (const GLhalfARB(*)[4]) srcRowB; in do_row()
412 GLhalfARB(*dst)[4] = (GLhalfARB(*)[4]) dstRow; in do_row()
427 const GLhalfARB(*rowA)[3] = (const GLhalfARB(*)[3]) srcRowA; in do_row()
428 const GLhalfARB(*rowB)[3] = (const GLhalfARB(*)[3]) srcRowB; in do_row()
429 GLhalfARB(*dst)[3] = (GLhalfARB(*)[3]) dstRow; in do_row()
444 const GLhalfARB(*rowA)[2] = (const GLhalfARB(*)[2]) srcRowA; in do_row()
445 const GLhalfARB(*rowB)[2] = (const GLhalfARB(*)[2]) srcRowB; in do_row()
446 GLhalfARB(*dst)[2] = (GLhalfARB(*)[2]) dstRow; in do_row()
461 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA; in do_row()
462 const GLhalfARB *rowB = (const GLhalfARB *) srcRowB; in do_row()
463 GLhalfARB *dst = (GLhalfARB *) dstRow; in do_row()
986 DECLARE_ROW_POINTERS(GLhalfARB, 4); in do_row_3D()
997 DECLARE_ROW_POINTERS(GLhalfARB, 3); in do_row_3D()
1007 DECLARE_ROW_POINTERS(GLhalfARB, 2); in do_row_3D()
1016 DECLARE_ROW_POINTERS(GLhalfARB, 1); in do_row_3D()