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

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c174 SPU *child_spu = NULL; local
186 the_spu = crSPULoad( child_spu, spu_id, spu_name, dir, server );
191 if (child_spu != NULL)
199 node->next = child_spu->dispatch_table.copyList;
200 child_spu->dispatch_table.copyList = node;
203 child_spu = the_spu;
205 return child_spu;
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_config.c50 void packspuSetVBoxConfiguration( const SPU *child_spu )
H A Dpackspu.h155 extern void packspuSetVBoxConfiguration( const SPU *child_spu );

Completed in 790 milliseconds