Searched refs:pTriPatchInfo (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | device9.h | 826 const D3DTRIPATCH_INFO *pTriPatchInfo );
|
D | nine_lock.c | 1924 const D3DTRIPATCH_INFO *pTriPatchInfo ) in LockDevice9_DrawTriPatch() argument 1928 r = NineDevice9_DrawTriPatch(This, Handle, pNumSegs, pTriPatchInfo); in LockDevice9_DrawTriPatch()
|
D | device9.c | 3828 const D3DTRIPATCH_INFO *pTriPatchInfo ) in NineDevice9_DrawTriPatch() argument
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 274 …WINAPI DrawTriPatch(UINT Handle, const float *pNumSegs, const D3DTRIPATCH_INFO *pTriPatchInfo) = 0; 862 …IDirect3DDevice9 *This, UINT Handle, const float *pNumSegs, const D3DTRIPATCH_INFO *pTriPatchInfo); 1113 …irect3DDevice9Ex *This, UINT Handle, const float *pNumSegs, const D3DTRIPATCH_INFO *pTriPatchInfo);
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 347 …(DrawTriPatch)(THIS_ UINT Handle,CONST float* pNumSegs,CONST D3DTRIPATCH_INFO* pTriPatchInfo) PURE; in DECLARE_INTERFACE_()
|