Home
last modified time | relevance | path

Searched refs:rectPatchInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp257 …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()
DDirect3DDevice9Ex.hpp172 …tPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) override;
DDirect3DDevice9.hpp88 …tPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) override;
DDirect3DDevice9.cpp1253 …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/
DDirect3DDevice8.hpp85 …tPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) override;
DDirect3DDevice8.cpp1138 …8::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo) in DrawRectPatch() argument
1142 if(!numSegs || !rectPatchInfo) in DrawRectPatch()