Searched refs:pRestoreCtx (Results 1 - 3 of 3) 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-appA.asm64 ; @param pRestoreCtx ds:xDX The context to restore.
274 ; @param pRestoreCtx x86:esp+8 gcc:rsi msc:rdx
295 ; @param pRestoreCtx x86:esp+4 gcc:rdi msc:rcx
H A Dcidet-app.cpp172 DECLASM(void) CidetAppRestoreCtx(PCCIDETCPUCTX pRestoreCtx); variable
173 DECLASM(void) CidetAppExecute(PCIDETCPUCTX pSaveCtx, PCCIDETCPUCTX pRestoreCtx);

Completed in 47 milliseconds