Lines Matching refs:GLhalfARB
436 const GLhalfARB(*rowA)[4] = (const GLhalfARB(*)[4]) srcRowA;
437 const GLhalfARB(*rowB)[4] = (const GLhalfARB(*)[4]) srcRowB;
438 GLhalfARB(*dst)[4] = (GLhalfARB(*)[4]) dstRow;
453 const GLhalfARB(*rowA)[3] = (const GLhalfARB(*)[3]) srcRowA;
454 const GLhalfARB(*rowB)[3] = (const GLhalfARB(*)[3]) srcRowB;
455 GLhalfARB(*dst)[3] = (GLhalfARB(*)[3]) dstRow;
470 const GLhalfARB(*rowA)[2] = (const GLhalfARB(*)[2]) srcRowA;
471 const GLhalfARB(*rowB)[2] = (const GLhalfARB(*)[2]) srcRowB;
472 GLhalfARB(*dst)[2] = (GLhalfARB(*)[2]) dstRow;
487 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA;
488 const GLhalfARB *rowB = (const GLhalfARB *) srcRowB;
489 GLhalfARB *dst = (GLhalfARB *) dstRow;
1012 DECLARE_ROW_POINTERS(GLhalfARB, 4);
1023 DECLARE_ROW_POINTERS(GLhalfARB, 3);
1033 DECLARE_ROW_POINTERS(GLhalfARB, 2);
1042 DECLARE_ROW_POINTERS(GLhalfARB, 1);