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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]
Direct3DDevice9Ex.cpp 264 long Direct3DDevice9Ex::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo)
268 return Direct3DDevice9::DrawTriPatch(handle, numSegs, triPatchInfo);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 1152 long Direct3DDevice8::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 274 virtual HRESULT WINAPI DrawTriPatch(UINT Handle, const float *pNumSegs, const D3DTRIPATCH_INFO *pTriPatchInfo) = 0;
    [all...]

Completed in 57 milliseconds