Searched defs:bytesPerList (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_swap_lists.c42 int bytesPerList = __gl_CallListsNumBytes( type ); local
43 int numBytes = bytesPerList * n;
64 if (bytesPerList > 1)
68 switch( bytesPerList )

Completed in 32 milliseconds