Searched refs:numSegs (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.cpp | 257 …long Direct3DDevice9Ex::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATC… 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() 264 …long Direct3DDevice9Ex::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_… in DrawTriPatch() argument 266 …numSegs = 0x%0.8p, const D3DTRIPATCH_INFO *triPatchInfo = 0x%0.8p", handle, numSegs, triPatchInfo); in DrawTriPatch() 268 return Direct3DDevice9::DrawTriPatch(handle, numSegs, triPatchInfo); in DrawTriPatch()
|
D | Direct3DDevice9Ex.hpp | 172 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r… 173 …long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *tri…
|
D | Direct3DDevice9.hpp | 88 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r… 89 …long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *tri…
|
D | Direct3DDevice9.cpp | 1253 …long Direct3DDevice9::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_… 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() 1269 …long Direct3DDevice9::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_IN… in DrawTriPatch() argument 1273 …numSegs = 0x%0.8p, const D3DTRIPATCH_INFO *triPatchInfo = 0x%0.8p", handle, numSegs, triPatchInfo); in DrawTriPatch() 1275 if(!numSegs || !triPatchInfo) in DrawTriPatch()
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.hpp | 85 …long __stdcall DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *r… 86 …long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *tri…
|
D | Direct3DDevice8.cpp | 1138 …long Direct3DDevice8::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_… in DrawRectPatch() argument 1142 if(!numSegs || !rectPatchInfo) in DrawRectPatch() 1152 …long Direct3DDevice8::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_IN… in DrawTriPatch() argument 1156 if(!numSegs || !triPatchInfo) in DrawTriPatch()
|