Home
last modified time | relevance | path

Searched refs:rectPatchInfo (Results 1 – 4 of 4) 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 …l DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo);
DDirect3DDevice9.hpp88 …l DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo);
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()