Searched defs:crSPULoad (Results 1 - 1 of 1) 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 );

Completed in 32 milliseconds