Searched refs:super_name (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c112 if (!the_spu->entry_point( &(the_spu->name), &(the_spu->super_name),
126 if (the_spu->super_name == NULL)
128 the_spu->super_name = "error";
130 the_spu->superSPU = crSPULoad( child, id, the_spu->super_name, dir, server );
136 if (the_spu->super_name == NULL)
138 the_spu->super_name = "hosterror";
140 the_spu->superSPU = crSPULoad( child, id, the_spu->super_name, dir, server );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h113 char *super_name; /**< Name of the super class of the spu */ member in struct:_SPUSTRUCT

Completed in 44 milliseconds