Searched refs:SPUDispatchTable (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dispatch.h23 SPUDispatchTable *dispatchTable;
24 void (*changedCallback)(SPUDispatchTable *changedTable, void *callbackParm);
43 DECLEXPORT(void) crDispatchInit(SPUDispatchTable *defaultTable);
54 DECLEXPORT(crDispatchLayer) *crNewDispatchLayer(SPUDispatchTable *newTable,
55 void (*changedCallback)(SPUDispatchTable *changedTable, void *callbackParm),
58 SPUDispatchTable *changedTable);
H A Dcr_unpack.h22 extern SPUDispatchTable cr_unpackDispatch;
28 DECLEXPORT(void) crUnpack( const void *data, const void *opcodes, unsigned int num_opcodes, SPUDispatchTable *table );
H A Dcr_spu.h53 SPUDispatchTable *childCopy;
85 typedef void (*SPUSelfDispatchFuncPtr)(SPUDispatchTable *);
124 SPUDispatchTable dispatch_table;
443 DECLEXPORT(void) crSPUInitDispatchTable( SPUDispatchTable *table );
444 DECLEXPORT(void) crSPUCopyDispatchTable( SPUDispatchTable *dst, SPUDispatchTable *src );
445 DECLEXPORT(void) crSPUChangeInterface( SPUDispatchTable *table, void *origFunc, void *newFunc );
453 DECLEXPORT(void) crSPUInitDispatch( SPUDispatchTable *dispatch, const SPUNamedFunctionTable *table );
454 DECLEXPORT(void) crSPUInitDispatchNops(SPUDispatchTable *table);
459 DECLEXPORT(void) crSPUChangeDispatch(SPUDispatchTable *dispatc
[all...]
H A Dcr_blitter.h27 typedef struct TODO_VMSVGA3D_DISPATCH_TABLE SPUDispatchTable; typedef in typeref:struct:TODO_VMSVGA3D_DISPATCH_TABLE
71 SPUDispatchTable *pDispatch;
76 DECLINLINE(void) CrGlslInit(PCR_GLSL_CACHE pCache, SPUDispatchTable *pDispatch)
165 SPUDispatchTable *pDispatch;
178 bool fForceDrawBlt, PCCR_GLSL_CACHE pShaders, SPUDispatchTable *pDispatch);
H A Dcr_dump.h129 SPUDispatchTable *pDispatch;
133 DECLINLINE(void) crRecInit(CR_RECORDER *pRec, CR_BLITTER *pBlitter, SPUDispatchTable *pDispatch, CR_DUMPER *pDumper)
H A Dcr_server.h387 SPUDispatchTable dispatch;
495 SPUDispatchTable TmpCtxDispatch;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_flush.c10 SPUDispatchTable diff_api;
26 void crStateDiffAPI( SPUDispatchTable *api )
H A Dstate.h26 extern SPUDispatchTable diff_api;
/vbox/src/VBox/Additions/common/crOpenGL/array/
H A Darrayspu.h32 SPUDispatchTable self, child, super;
H A Darrayspu_init.c62 static void arraySPUSelfDispatch(SPUDispatchTable *self)
/vbox/src/VBox/Additions/common/crOpenGL/feedback/
H A Dfeedbackspu.h30 SPUDispatchTable self, child, super;
H A Dfeedbackspu_init.c62 static void feedbackSPUSelfDispatch(SPUDispatchTable *self)
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/
H A Ddlm.c352 void DLM_APIENTRY crDLMReplayDLMList(CRDLM *dlm, unsigned long listIdentifier, SPUDispatchTable *dispatchTable)
369 void DLM_APIENTRY crDLMReplayList(unsigned long listIdentifier, SPUDispatchTable *dispatchTable)
386 void DLM_APIENTRY crDLMReplayDLMListState(CRDLM *dlm, unsigned long listIdentifier, SPUDispatchTable *dispatchTable)
402 void DLM_APIENTRY crDLMReplayListState(unsigned long listIdentifier, SPUDispatchTable *dispatchTable)
434 void DLM_APIENTRY crDLMReplayDLMLists(CRDLM *dlm, GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
455 void DLM_APIENTRY crDLMReplayLists(GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
463 void DLM_APIENTRY crDLMReplayDLMListsState(CRDLM *dlm, GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
484 void DLM_APIENTRY crDLMReplayListsState(GLsizei n, GLenum type, const GLvoid * lists, SPUDispatchTable *dispatchTable)
497 void DLM_APIENTRY crDLMSetupClientState(SPUDispatchTable *dispatchTable)
505 void DLM_APIENTRY crDLMRestoreClientState(CRClientState *clientState, SPUDispatchTable *dispatchTabl
[all...]
H A Ddlm_calllist.c16 static void DLM_APIENTRY executeCallList(DLMInstanceList *x, SPUDispatchTable *dispatchTable)
38 static void DLM_APIENTRY executeCallLists(DLMInstanceList *x, SPUDispatchTable *dispatchTable)
H A Ddlm_bbox.c378 InitDispatchTable(SPUDispatchTable *t)
411 static SPUDispatchTable t;
/vbox/src/VBox/GuestHost/OpenGL/error/
H A Derrorspu_init.c30 static void errorSPUSelfDispatch(SPUDispatchTable *parent)
/vbox/src/VBox/Additions/common/crOpenGL/passthrough/
H A Dpassthroughspu_init.c35 passthroughSPUSelfDispatch(SPUDispatchTable *parent)
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dstub.h202 SPUDispatchTable spuDispatch;
203 SPUDispatchTable nativeDispatch;
300 extern DECLEXPORT(SPUDispatchTable) glim;
301 extern SPUDispatchTable stubThreadsafeDispatch;
302 extern DECLEXPORT(SPUDispatchTable) stubNULLDispatch;
/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu.h25 SPUDispatchTable self, child, super;
H A Dexpandospu_init.c55 expandoSPUSelfDispatch(SPUDispatchTable *self)
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_init.c80 packSPUSelfDispatch(SPUDispatchTable *self)
H A Dpackspu.h100 SPUDispatchTable self;
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuinit.c22 void crSPUInitDispatchTable( SPUDispatchTable *table )
H A Dspuload.c216 crSPUChangeFunction(SPUDispatchTable *table, unsigned int funcOffset,
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h232 SPUDispatchTable self;
294 SPUDispatchTable blitterDispatch;

Completed in 112 milliseconds

12