Searched refs:pDispatch (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp320 * @param pDispatch
324 SPUDispatchTable *pDispatch)
340 pBlitter->pDispatch = pDispatch;
352 pBlitter->CtxInfo.Base.id = pDispatch->CreateContext("", pCtxBase->Base.visualBits, pCtxBase->Base.id);
370 CrGlslInit(&pBlitter->LocalGlslCache, pDispatch);
408 pBlitter->pDispatch->DestroyContext(pBlitter->CtxInfo.Base.id);
449 pBlitter->pDispatch->Flush();
451 pBlitter->pDispatch->MakeCurrent(pMural->Base.id, pBlitter->i32MakeCurrentUserData, pBlitter->CtxInfo.Base.id);
463 pBlitter->pDispatch
322 CrBltInit(PCR_BLITTER pBlitter, const CR_BLITTER_CONTEXT *pCtxBase, bool fCreateNewCtx, bool fForceDrawBlt, const CR_GLSL_CACHE *pShaders, SPUDispatchTable *pDispatch) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp350 pRec->pDispatch->GetIntegerv(GL_DRAW_BUFFER, &hwDrawBuf);
351 pRec->pDispatch->GetIntegerv(GL_FRAMEBUFFER_BINDING, &hwBuf);
354 pRec->pDispatch->GetFramebufferAttachmentParameterivEXT(GL_DRAW_FRAMEBUFFER, hwDrawBuf, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME, &hwTex);
355 pRec->pDispatch->GetFramebufferAttachmentParameterivEXT(GL_DRAW_FRAMEBUFFER, hwDrawBuf, GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE, &hwObjType);
358 pRec->pDispatch->GetFramebufferAttachmentParameterivEXT(GL_DRAW_FRAMEBUFFER, hwDrawBuf, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL, &hwTexLevel);
359 pRec->pDispatch->GetFramebufferAttachmentParameterivEXT(GL_DRAW_FRAMEBUFFER, hwDrawBuf, GL_FRAMEBUFFER_ATTACHMENT_TEXTURE_CUBE_MAP_FACE, &hwCubeFace);
421 pRec->pDispatch->BindTexture(texTarget, hwTex);
423 pRec->pDispatch->GetTexLevelParameteriv(texTarget, hwTexLevel, GL_TEXTURE_WIDTH, &width);
424 pRec->pDispatch->GetTexLevelParameteriv(texTarget, hwTexLevel, GL_TEXTURE_HEIGHT, &height);
425 pRec->pDispatch
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h71 SPUDispatchTable *pDispatch; member in struct:CR_GLSL_CACHE
76 DECLINLINE(void) CrGlslInit(PCR_GLSL_CACHE pCache, SPUDispatchTable *pDispatch) argument
79 pCache->pDispatch = pDispatch;
84 return !!pCache->pDispatch;
165 SPUDispatchTable *pDispatch; member in struct:CR_BLITTER
174 return !!pBlitter->pDispatch;
178 bool fForceDrawBlt, PCCR_GLSL_CACHE pShaders, SPUDispatchTable *pDispatch);
H A Dcr_dump.h129 SPUDispatchTable *pDispatch; member in struct:CR_RECORDER
133 DECLINLINE(void) crRecInit(CR_RECORDER *pRec, CR_BLITTER *pBlitter, SPUDispatchTable *pDispatch, CR_DUMPER *pDumper) argument
136 pRec->pDispatch = pDispatch;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddocobjectservice.idl39 [in] IDispatch *pDispatch,

Completed in 146 milliseconds