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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h74 int vmsvga3dSetTextureState(PVGASTATE pThis, uint32_t cid, uint32_t cTextureStates, SVGA3dTextureState *pTextureState);
H A DDevVGA-SVGA3d-shared.h290 vmsvga3dSetTextureState(pThis, pContext->id, 1, pTextureState);
H A DDevVGA-SVGA3d-ogl.cpp6092 int vmsvga3dSetTextureState(PVGASTATE pThis, uint32_t cid, uint32_t cTextureStates, SVGA3dTextureState *pTextureState)
6100 Log(("vmsvga3dSetTextureState %x cTextureState=%d\n", cid, cTextureStates));
6105 Log(("vmsvga3dSetTextureState invalid context id!\n"));
6116 Log(("vmsvga3dSetTextureState: cid=%x stage=%d type=%s (%x) val=%x\n", cid, pTextureState[i].stage, vmsvga3dTextureStateToString(pTextureState[i].name), pTextureState[i].name, pTextureState[i].value));
6150 Log(("vmsvga3dSetTextureState: bump mapping texture options not supported!!\n"));
6162 Log(("vmsvga3dSetTextureState: colorop/alphaop not yet supported!!\n"));
6232 vmsvga3dSetTextureState(pThis, pContext->id, 1, pTextureStateIter);
H A DDevVGA-SVGA3d-win.cpp3409 vmsvga3dSetTextureState(pThis, pContext->id, 1, pTextureState);
4692 int vmsvga3dSetTextureState(PVGASTATE pThis, uint32_t cid, uint32_t cTextureStates, SVGA3dTextureState *pTextureState) function
4700 Log(("vmsvga3dSetTextureState %x cTextureState=%d\n", cid, cTextureStates));
4705 Log(("vmsvga3dSetTextureState invalid context id!\n"));
4716 Log(("vmsvga3dSetTextureState: cid=%x stage=%d type=%s (%x) val=%x\n", cid, currentStage, vmsvga3dTextureStateToString(pTextureState[i].name), pTextureState[i].name, pTextureState[i].value));
4823 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dSetTextureState: SetTexture failed with %x\n", hr), VERR_INTERNAL_ERROR);
4853 Log(("vmsvga3dSetTextureState; using texture %x created for another context (%d vs %d)\n", sid, pSurface->idAssociatedContext, cid));
4864 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dSetTextureState: SetTexture failed with %x\n", hr), VERR_INTERNAL_ERROR);
4955 AssertMsgReturn(hr == D3D_OK, ("vmsvga3dSetTextureState: SetTextureStageState failed with %x\n", hr), VERR_INTERNAL_ERROR);
H A DDevVGA-SVGA.cpp2990 rc = vmsvga3dSetTextureState(pThis, pCmd->cid, cTextureStates, (SVGA3dTextureState *)(pCmd + 1));

Completed in 88 milliseconds