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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.cpp2725 const uint8_t * pvIndexBuffer; local
2732 pvIndexBuffer = (const uint8_t*)pDevice->IndiciesInfo.pIndicesAlloc->pvMem;
2737 pvIndexBuffer = NULL;
2742 pvIndexBuffer = (const uint8_t*)pDevice->IndiciesInfo.pvIndicesUm;
2743 if (!pvIndexBuffer)
2760 pvIndexBuffer + pDevice->IndiciesInfo.uiStride * pData->StartIndex,

Completed in 53 milliseconds