HomeSort by relevance Sort by last modified time
    Searched defs:DrawRectPatch (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 257 long Direct3DDevice9Ex::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo)
261 return Direct3DDevice9::DrawRectPatch(handle, numSegs, rectPatchInfo);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 1138 long Direct3DDevice8::DrawRectPatch(unsigned int handle, const float *numSegs, const D3DRECTPATCH_INFO *rectPatchInfo)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 273 virtual HRESULT WINAPI DrawRectPatch(UINT Handle, const float *pNumSegs, const D3DRECTPATCH_INFO *pRectPatchInfo) = 0;
    [all...]

Completed in 158 milliseconds