Searched refs:numBytes (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Deval.c498 GLsizei numBytes; local in function:_mesa_GetnMapdvARB
521 numBytes = n * sizeof *v;
522 if (bufSize < numBytes)
531 numBytes = 1 * sizeof *v;
532 if (bufSize < numBytes)
537 numBytes = 2 * sizeof *v;
538 if (bufSize < numBytes)
546 numBytes = 2 * sizeof *v;
547 if (bufSize < numBytes)
553 numBytes
588 GLsizei numBytes; local in function:_mesa_GetnMapfvARB
680 GLsizei numBytes; local in function:_mesa_GetnMapivARB
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Deval.c499 GLsizei numBytes; local in function:_mesa_GetnMapdvARB
522 numBytes = n * sizeof *v;
523 if (bufSize < numBytes)
532 numBytes = 1 * sizeof *v;
533 if (bufSize < numBytes)
538 numBytes = 2 * sizeof *v;
539 if (bufSize < numBytes)
547 numBytes = 2 * sizeof *v;
548 if (bufSize < numBytes)
554 numBytes
589 GLsizei numBytes; local in function:_mesa_GetnMapfvARB
681 GLsizei numBytes; local in function:_mesa_GetnMapivARB
[all...]
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A DglutWindow.h35 void KeyDown(const char *bytes, int32 numBytes);
/xsrc/external/mit/libXt/dist/src/
H A DTMstate.c1893 TMShortCard numOldBindings = 0, numNewBindings = 0, numBytes; local in function:ComposeTranslations
1960 numBytes =
1965 newBindings = (TMComplexBindProcs) XtStackAlloc(numBytes, stackBindings);
1966 XtBZero((char *) newBindings, numBytes);

Completed in 7 milliseconds