Searched refs:rectPatchInfo (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 257 …x::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) in DrawRectPatch() argument 259 …Segs = 0x%0.8p, const D3DRECTPATCH_INFO *rectPatchInfo = 0x%0.8p", handle, numSegs, rectPatchInfo); in DrawRectPatch() 261 return Direct3DDevice9::DrawRectPatch(handle, numSegs, rectPatchInfo); in DrawRectPatch()
|
D | Direct3DDevice9Ex.hpp | 172 …tPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) override;
|
D | Direct3DDevice9.hpp | 88 …tPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) override;
|
D | Direct3DDevice9.cpp | 1253 …9::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) in DrawRectPatch() argument 1257 …Segs = 0x%0.8p, const D3DRECTPATCH_INFO *rectPatchInfo = 0x%0.8p", handle, numSegs, rectPatchInfo); in DrawRectPatch() 1259 if(!numSegs || !rectPatchInfo) in DrawRectPatch()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 85 …tPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) override;
|
D | Direct3DDevice8.cpp | 1138 …8::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) in DrawRectPatch() argument 1142 if(!numSegs || !rectPatchInfo) in DrawRectPatch()
|