Searched refs:DrawRectPatch (Results 1 – 4 of 4) 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
|