Searched refs:DrawRectPatch (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 257 …long Direct3DDevice9Ex::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATC… in DrawRectPatch() function in D3D9::Direct3DDevice9Ex 261 return Direct3DDevice9::DrawRectPatch(handle, numSegs, rectPatchInfo); in DrawRectPatch()
|
D | Direct3DDevice9Ex.hpp | 172 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
|
D | Direct3DDevice9.hpp | 88 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
|
D | Direct3DDevice9.cpp | 1253 …long Direct3DDevice9::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_… in DrawRectPatch() function in D3D9::Direct3DDevice9
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 85 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r…
|
D | Direct3DDevice8.cpp | 1138 …long Direct3DDevice8::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_… in DrawRectPatch() function in D3D8::Direct3DDevice8
|
/external/swiftshader/include/Direct3D/ |
D | d3d8.h | 346 …STDMETHOD(DrawRectPatch)(THIS_ UINT Handle,CONST float* pNumSegs,CONST D3DRECTPATCH_INFO* pRectPat… in DECLARE_INTERFACE_() local 448 #define IDirect3DDevice8_DrawRectPatch(p,a,b,c) (p)->lpVtbl->DrawRectPatch(p,a,b,c) 546 #define IDirect3DDevice8_DrawRectPatch(p,a,b,c) (p)->DrawRectPatch(a,b,c)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 273 …virtual HRESULT WINAPI DrawRectPatch(UINT Handle, const float *pNumSegs, const D3DRECTPATCH_INFO *… 861 …HRESULT (WINAPI *DrawRectPatch)(IDirect3DDevice9 *This, UINT Handle, const float *pNumSegs, const … 988 #define IDirect3DDevice9_DrawRectPatch(p,a,b,c) (p)->lpVtbl->DrawRectPatch(p,a,b,c) 1112 …HRESULT (WINAPI *DrawRectPatch)(IDirect3DDevice9Ex *This, UINT Handle, const float *pNumSegs, cons… 1255 #define IDirect3DDevice9Ex_DrawRectPatch(p,a,b,c) (p)->lpVtbl->DrawRectPatch(p,a,b,c)
|