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

/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_misc.c26 GLubyte local_storage[4096]; local
61 GLubyte *pbRc = local_storage;
62 GLuint *puRc = (GLuint *)(bytes >=4 ? local_storage : NULL);
64 memset(local_storage, 0, bytes);
92 cr_server.head_spu->dispatch_table.GetChromiumParametervCR( target, index, type, count, local_storage );
96 crServerReturnValue( local_storage, bytes );

Completed in 56 milliseconds