Lines Matching refs:UINT
38 void APIENTRY Draw(D3D10DDI_HDEVICE hDevice, UINT VertexCount, UINT StartVertexLocation);
39 void APIENTRY DrawIndexed(D3D10DDI_HDEVICE hDevice, UINT IndexCount,
40 UINT StartIndexLocation, INT BaseVertexLocation);
42 void APIENTRY DrawInstanced(D3D10DDI_HDEVICE hDevice, UINT VertexCountPerInstance,
43 UINT InstanceCount, UINT StartVertexLocation,
44 UINT StartInstanceLocation);
46 void APIENTRY DrawIndexedInstanced(D3D10DDI_HDEVICE hDevice, UINT IndexCountPerInstance,
47 UINT InstanceCount, UINT StartIndexLocation,
48 INT BaseVertexLocation, UINT StartInstanceLocation);