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

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c82 SPU * crSPULoad( SPU *child, int id, char *name, char *dir, void *server ) function
130 the_spu->superSPU = crSPULoad( child, id, the_spu->super_name, dir, server );
140 the_spu->superSPU = crSPULoad( child, id, the_spu->super_name, dir, server );
186 the_spu = crSPULoad( child_spu, spu_id, spu_name, dir, server );
/vbox/src/VBox/HostServices/SharedOpenGL/OpenGLTest/
H A DOpenGLTestApp.cpp55 extern void * crSPULoad(void *, int, char *, char *, void *);
63 void *spu = crSPULoad(NULL, 0, (char*)"render", NULL, NULL);
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h439 DECLEXPORT(SPU *) crSPULoad( SPU *child, int id, char *name, char *dir, void *server);

Completed in 439 milliseconds