Searched refs:SPU (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/passthrough/
H A Dpassthroughspu.h15 extern void BuildPassthroughTable( SPU *child );
H A Dpassthroughspu_init.c17 passthroughSPUInit( int id, SPU *child, SPU *self,
28 crError( "You can't load the passthrough SPU as the last SPU in a chain!" );
/vbox/src/VBox/GuestHost/OpenGL/error/
H A Derrorspu_init.c18 static SPUFunctions *errorSPUInit( int id, SPU *child, SPU *self,
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuload.c46 extern void __buildDispatch( SPU *spu );
79 * Load a single SPU from disk and initialize it. Is there any reason
80 * to export this from the SPU loader library? */
82 SPU * crSPULoad( SPU *child, int id, char *name, char *dir, void *server )
84 SPU *the_spu;
89 the_spu = (SPU*)crAlloc( sizeof( *the_spu ) );
105 crError( "Couldn't load the SPU entry point \"%s\" from SPU \"%s\"!",
111 /* This basically calls the SPU'
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu_init.c23 expandoSPUInit( int id, SPU *child, SPU *self,
/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu_init.c22 static SPUFunctions *arraySPUInit( int id, SPU *child, SPU *self,
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu_init.c27 static SPUFunctions *feedbackSPUInit( int id, SPU *child, SPU *self,
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_config.c37 /* No SPU options yet. Well.. not really..
50 void packspuSetVBoxConfiguration( const SPU *child_spu )
H A Dpackspu_init.c30 packSPUInit( int id, SPU *child, SPU *self,
H A Dpackspu.h155 extern void packspuSetVBoxConfiguration( const SPU *child_spu );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h37 typedef struct _SPUSTRUCT SPU; typedef in typeref:struct:_SPUSTRUCT
42 * SPU Named function descriptor
50 * SPU function table descriptor
59 * SPU Option callback
68 * SPU Options table
83 typedef SPUFunctions *(*SPUInitFuncPtr)(int id, SPU *child,
84 SPU *super, unsigned int, unsigned int );
109 * SPU descriptor
115 int spu_flags; /**< options fags for the SPU */
118 SPULoadFunction entry_point; /**< SPU'
[all...]
H A Dcr_server.h230 int spuWindow; /*the SPU's corresponding window ID */
290 int spu_id; /**< id of the last SPU in the client's SPU chain */
386 SPU *head_spu;
516 extern DECLEXPORT(SPU*) crServerHeadSPU(void);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c145 crDebug("Render SPU: Creating default window (visBits=0x%x, id=0)",
149 crError("Render SPU: Couldn't get a double-buffered, RGB visual with Z!");
152 crDebug( "Render SPU: WindowCreate returned %d (0=normal)", defaultWin );
154 crDebug("Render SPU: Creating default context, visBits=0x%x",
158 crError("Render SPU: failed to create default context!");
173 renderSPUInit( int id, SPU *child, SPU *self,
188 crDebug("Render SPU: thread-safe");
225 crError("The render SPU was unable to load the native OpenGL library");
348 crDebug("Render SPU
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.h111 GLint spuContext; /* returned by head SPU's CreateContext() */
168 GLint spuWindow; /* returned by head SPU's WindowCreate() */
197 /* the first SPU in the SPU chain on this app node */
198 SPU *spu;
200 /* OpenGL/SPU dispatch tables */
H A Dload.c90 /** Pointer to the SPU's real glClear and glViewport functions */
228 * Override the head SPU's glClear function.
235 /* call the original SPU glClear function */
246 /* call the original SPU glViewport function */
277 static void stubInitSPUDispatch(SPU *spu)
307 * We call all the SPU's cleanup functions.
364 * We call all the SPU's cleanup functions.
1002 crDebug( "SPU %d/%d: (%d) \"%s\"", i+1, num_spus, spu_ids[i], spu_names[i] );
1044 * table with the functions of the first SPU in the chain. */
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c112 * Return pointer to server's first SPU.
114 SPU*

Completed in 633 milliseconds