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

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DDevice.cpp162 D3D10DDI_DEVICEFUNCS *pDeviceFuncs = pCreateData->pDeviceFuncs; local in function:CreateDevice
163 pDeviceFuncs->pfnDefaultConstantBufferUpdateSubresourceUP = ResourceUpdateSubResourceUP;
164 pDeviceFuncs->pfnVsSetConstantBuffers = VsSetConstantBuffers;
165 pDeviceFuncs->pfnPsSetShaderResources = PsSetShaderResources;
166 pDeviceFuncs->pfnPsSetShader = PsSetShader;
167 pDeviceFuncs->pfnPsSetSamplers = PsSetSamplers;
168 pDeviceFuncs->pfnVsSetShader = VsSetShader;
169 pDeviceFuncs->pfnDrawIndexed = DrawIndexed;
170 pDeviceFuncs
[all...]

Completed in 2 milliseconds