Searched refs:expando_spu (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/expando/
H A Dexpandospu_init.c14 ExpandoSPU expando_spu; variable
32 expando_spu.id = id;
33 expando_spu.has_child = 0;
34 expando_spu.server = NULL;
37 crSPUInitDispatchTable( &(expando_spu.child) );
38 crSPUCopyDispatchTable( &(expando_spu.child), &(child->dispatch_table) );
39 expando_spu.has_child = 1;
41 crSPUInitDispatchTable( &(expando_spu.super) );
42 crSPUCopyDispatchTable( &(expando_spu.super), &(self->superSPU->dispatch_table) );
46 expando_spu
[all...]
H A Dexpandospu_config.c39 crSPUSetDefaultParams( &expando_spu, expandoSPUOptions );
42 crMothershipIdentifySPU( conn, expando_spu.id );
44 crSPUGetMothershipParams( conn, &expando_spu, expandoSPUOptions );
H A Dexpandospu.c28 contextId = expando_spu.super.CreateContext(displayName, visBits, shareCtx);
51 crHashtableAdd(expando_spu.contextTable, contextId, (void *)contextState);
70 crHashtableDelete(expando_spu.contextTable, contextId,
74 expando_spu.super.DestroyContext(contextId);
82 expando_spu.super.MakeCurrent(crWindow, nativeWindow, contextId);
84 expandoContextState = crHashtableSearch(expando_spu.contextTable, contextId);
141 crDLMReplayList(list, &expando_spu.self);
157 crDLMReplayLists(n, type, lists, &expando_spu.self);
H A Dexpandospu.h47 extern ExpandoSPU expando_spu;

Completed in 43 milliseconds