Home
last modified time | relevance | path

Searched refs:D3DRECTPATCH_INFO (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp85 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
DDirect3DDevice8.cpp1138 …ce8::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchIn… in DrawRectPatch()
/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp172 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
DDirect3DDevice9.hpp88 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
DDirect3DDevice9Ex.cpp257 …9Ex::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchIn… in DrawRectPatch()
DDirect3DDevice9.cpp1253 …ce9::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchIn… in DrawRectPatch()
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h820 const D3DRECTPATCH_INFO *pRectPatchInfo );
Dnine_lock.c1911 const D3DRECTPATCH_INFO *pRectPatchInfo ) in LockDevice9_DrawRectPatch()
Ddevice9.c3819 const D3DRECTPATCH_INFO *pRectPatchInfo ) in NineDevice9_DrawRectPatch()
/external/swiftshader/include/Direct3D/
Dd3d8types.h1575 } D3DRECTPATCH_INFO; typedef
Dd3d8.h346 …STDMETHOD(DrawRectPatch)(THIS_ UINT Handle,CONST float* pNumSegs,CONST D3DRECTPATCH_INFO* pRectPat… in DECLARE_INTERFACE_()
/external/mesa3d/include/D3D9/
Dd3d9types.h1721 } D3DRECTPATCH_INFO, *PD3DRECTPATCH_INFO, *LPD3DRECTPATCH_INFO; typedef
Dd3d9.h273 …virtual HRESULT WINAPI DrawRectPatch(UINT Handle, const float *pNumSegs, const D3DRECTPATCH_INFO *…
861 …)(IDirect3DDevice9 *This, UINT Handle, const float *pNumSegs, const D3DRECTPATCH_INFO *pRectPatchI…
1112 …IDirect3DDevice9Ex *This, UINT Handle, const float *pNumSegs, const D3DRECTPATCH_INFO *pRectPatchI…