Home
last modified time | relevance | path

Searched refs:pNumSegs (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h819 const float *pNumSegs,
825 const float *pNumSegs,
Dnine_lock.c1910 const float *pNumSegs, in LockDevice9_DrawRectPatch() argument
1915 r = NineDevice9_DrawRectPatch(This, Handle, pNumSegs, pRectPatchInfo); in LockDevice9_DrawRectPatch()
1923 const float *pNumSegs, in LockDevice9_DrawTriPatch() argument
1928 r = NineDevice9_DrawTriPatch(This, Handle, pNumSegs, pTriPatchInfo); in LockDevice9_DrawTriPatch()
Ddevice9.c3818 const float *pNumSegs, in NineDevice9_DrawRectPatch() argument
3827 const float *pNumSegs, in NineDevice9_DrawTriPatch() argument
/external/mesa3d/include/D3D9/
Dd3d9.h273 …virtual HRESULT WINAPI DrawRectPatch(UINT Handle, const float *pNumSegs, const D3DRECTPATCH_INFO *…
274 …virtual HRESULT WINAPI DrawTriPatch(UINT Handle, const float *pNumSegs, const D3DTRIPATCH_INFO *pT…
861 …HRESULT (WINAPI *DrawRectPatch)(IDirect3DDevice9 *This, UINT Handle, const float *pNumSegs, const …
862 …HRESULT (WINAPI *DrawTriPatch)(IDirect3DDevice9 *This, UINT Handle, const float *pNumSegs, const D…
1112 …HRESULT (WINAPI *DrawRectPatch)(IDirect3DDevice9Ex *This, UINT Handle, const float *pNumSegs, cons…
1113 …HRESULT (WINAPI *DrawTriPatch)(IDirect3DDevice9Ex *This, UINT Handle, const float *pNumSegs, const…
/external/swiftshader/include/Direct3D/
Dd3d8.h346 …STDMETHOD(DrawRectPatch)(THIS_ UINT Handle,CONST float* pNumSegs,CONST D3DRECTPATCH_INFO* pRectPat… in DECLARE_INTERFACE_()
347 …STDMETHOD(DrawTriPatch)(THIS_ UINT Handle,CONST float* pNumSegs,CONST D3DTRIPATCH_INFO* pTriPatchI… in DECLARE_INTERFACE_()