• Home
  • Raw
  • Download

Lines Matching refs:numBytes

499    GLsizei numBytes;  in _mesa_GetnMapdvARB()  local
522 numBytes = n * sizeof *v; in _mesa_GetnMapdvARB()
523 if (bufSize < numBytes) in _mesa_GetnMapdvARB()
532 numBytes = 1 * sizeof *v; in _mesa_GetnMapdvARB()
533 if (bufSize < numBytes) in _mesa_GetnMapdvARB()
538 numBytes = 2 * sizeof *v; in _mesa_GetnMapdvARB()
539 if (bufSize < numBytes) in _mesa_GetnMapdvARB()
547 numBytes = 2 * sizeof *v; in _mesa_GetnMapdvARB()
548 if (bufSize < numBytes) in _mesa_GetnMapdvARB()
554 numBytes = 4 * sizeof *v; in _mesa_GetnMapdvARB()
555 if (bufSize < numBytes) in _mesa_GetnMapdvARB()
571 " but %d bytes are required)", bufSize, numBytes ); in _mesa_GetnMapdvARB()
589 GLsizei numBytes; in _mesa_GetnMapfvARB() local
612 numBytes = n * sizeof *v; in _mesa_GetnMapfvARB()
613 if (bufSize < numBytes) in _mesa_GetnMapfvARB()
622 numBytes = 1 * sizeof *v; in _mesa_GetnMapfvARB()
623 if (bufSize < numBytes) in _mesa_GetnMapfvARB()
628 numBytes = 2 * sizeof *v; in _mesa_GetnMapfvARB()
629 if (bufSize < numBytes) in _mesa_GetnMapfvARB()
637 numBytes = 2 * sizeof *v; in _mesa_GetnMapfvARB()
638 if (bufSize < numBytes) in _mesa_GetnMapfvARB()
644 numBytes = 4 * sizeof *v; in _mesa_GetnMapfvARB()
645 if (bufSize < numBytes) in _mesa_GetnMapfvARB()
661 " but %d bytes are required)", bufSize, numBytes ); in _mesa_GetnMapfvARB()
681 GLsizei numBytes; in _mesa_GetnMapivARB() local
704 numBytes = n * sizeof *v; in _mesa_GetnMapivARB()
705 if (bufSize < numBytes) in _mesa_GetnMapivARB()
714 numBytes = 1 * sizeof *v; in _mesa_GetnMapivARB()
715 if (bufSize < numBytes) in _mesa_GetnMapivARB()
720 numBytes = 2 * sizeof *v; in _mesa_GetnMapivARB()
721 if (bufSize < numBytes) in _mesa_GetnMapivARB()
729 numBytes = 2 * sizeof *v; in _mesa_GetnMapivARB()
730 if (bufSize < numBytes) in _mesa_GetnMapivARB()
736 numBytes = 4 * sizeof *v; in _mesa_GetnMapivARB()
737 if (bufSize < numBytes) in _mesa_GetnMapivARB()
753 " but %d bytes are required)", bufSize, numBytes ); in _mesa_GetnMapivARB()