Searched defs:pRestoreCtx (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_client.c246 void packspuZvaEnable(ContextInfo *pCtx, const GLfloat *pValue, GLuint cValues, CR_ZVA_RESTORE_CTX *pRestoreCtx) argument
260 pRestoreCtx->pCtx = pCtx;
261 pRestoreCtx->idBuffer = g->bufferobject.arrayBuffer ? g->bufferobject.arrayBuffer->id : 0;
262 pRestoreCtx->cp = g->client.array.a[0];
264 Assert(!pRestoreCtx->cp.enabled);
268 if (pRestoreCtx->cp.buffer)
269 pRestoreCtx->cp.buffer->refCount++;
283 void packspuZvaDisable(CR_ZVA_RESTORE_CTX *pRestoreCtx) argument
285 if (pRestoreCtx->cp.buffer)
286 pack_spu.self.BindBufferARB(GL_ARRAY_BUFFER_ARB, pRestoreCtx
[all...]
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp172 DECLASM(void) CidetAppRestoreCtx(PCCIDETCPUCTX pRestoreCtx); variable
173 DECLASM(void) CidetAppExecute(PCIDETCPUCTX pSaveCtx, PCCIDETCPUCTX pRestoreCtx);

Completed in 46 milliseconds