Lines Matching refs:GLhalfARB
435 const GLhalfARB(*rowA)[4] = (const GLhalfARB(*)[4]) srcRowA;
436 const GLhalfARB(*rowB)[4] = (const GLhalfARB(*)[4]) srcRowB;
437 GLhalfARB(*dst)[4] = (GLhalfARB(*)[4]) dstRow;
452 const GLhalfARB(*rowA)[3] = (const GLhalfARB(*)[3]) srcRowA;
453 const GLhalfARB(*rowB)[3] = (const GLhalfARB(*)[3]) srcRowB;
454 GLhalfARB(*dst)[3] = (GLhalfARB(*)[3]) dstRow;
469 const GLhalfARB(*rowA)[2] = (const GLhalfARB(*)[2]) srcRowA;
470 const GLhalfARB(*rowB)[2] = (const GLhalfARB(*)[2]) srcRowB;
471 GLhalfARB(*dst)[2] = (GLhalfARB(*)[2]) dstRow;
486 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA;
487 const GLhalfARB *rowB = (const GLhalfARB *) srcRowB;
488 GLhalfARB *dst = (GLhalfARB *) dstRow;
1011 DECLARE_ROW_POINTERS(GLhalfARB, 4);
1022 DECLARE_ROW_POINTERS(GLhalfARB, 3);
1032 DECLARE_ROW_POINTERS(GLhalfARB, 2);
1041 DECLARE_ROW_POINTERS(GLhalfARB, 1);