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

/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_lists.c11 static int __gl_CallListsNumBytes( GLenum type ) function
39 int num_bytes = __gl_CallListsNumBytes( type ) * n;
H A Dpack_swap_lists.c11 static int __gl_CallListsNumBytes( GLenum type ) function
42 int bytesPerList = __gl_CallListsNumBytes( type );

Completed in 43 milliseconds