Searched refs:CRDLL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dll.h33 } CRDLL; typedef in typeref:struct:__anon16097
36 DECLEXPORT(CRDLL *) crDLLOpen( const char *dllname, int resolveGlobal );
37 DECLEXPORT(CRDLLFunc) crDLLGetNoError( CRDLL *dll, const char *symname );
38 DECLEXPORT(CRDLLFunc) crDLLGet( CRDLL *dll, const char *symname );
39 DECLEXPORT(void) crDLLClose( CRDLL *dll );
H A Dcr_spu.h117 CRDLL *dll; /**< pointer to shared lib for spu */
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Ddll.c164 CRDLL *crDLLOpen( const char *dllname, int resolveGlobal )
166 CRDLL *dll;
229 dll = (CRDLL *) crAlloc( sizeof( CRDLL ) );
293 CRDLLFunc crDLLGetNoError( CRDLL *dll, const char *symname )
332 CRDLLFunc crDLLGet( CRDLL *dll, const char *symname )
343 void crDLLClose( CRDLL *dll )

Completed in 93 milliseconds