Searched refs:superSPU (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c91 * NOTE: what actually MUST be zero at this point is the_spu->superSPU, otherwise
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 );
145 the_spu->superSPU = NULL;
195 for (temp = the_spu ; temp ; temp = temp->superSPU )
270 next_spu = the_spu->superSPU;
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu_init.c42 crSPUCopyDispatchTable( &(expando_spu.super), &(self->superSPU->dispatch_table) );
/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu_init.c43 crSPUCopyDispatchTable( &(array_spu.super), &(self->superSPU->dispatch_table) );
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu_init.c47 crSPUCopyDispatchTable( &(feedback_spu.super), &(self->superSPU->dispatch_table) );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h116 struct _SPUSTRUCT *superSPU; /**< Pointer to the descriptor for the super class */ member in struct:_SPUSTRUCT

Completed in 495 milliseconds