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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTShadowVol.cpp427 ID3D11DeviceContext *pDeviceContext = 0; local
428 pContext->pDev->GetImmediateContext(&pDeviceContext);
429 hRes = pDeviceContext->Map(psMesh->pivb, 0, D3D11_MAP_WRITE_DISCARD, NULL, &data);
479 pDeviceContext->Unmap(psMesh->pivb, 0);
667 ID3D11DeviceContext *pDeviceContext = 0; local
668 pContext->pDev->GetImmediateContext(&pDeviceContext);
669 hRes = pDeviceContext->Map(psVol->piib, 0, D3D11_MAP_WRITE_DISCARD, NULL, &data);
795 pDeviceContext->Unmap(psVol->piib, 0);

Completed in 2291 milliseconds