HomeSort by relevance Sort by last modified time
    Searched refs:D3DTRIPATCH_INFO (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 86 long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo) override;
Direct3DDevice8.cpp 1152 long Direct3DDevice8::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo)
    [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.hpp 173 long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo) override;
Direct3DDevice9.hpp 89 long __stdcall DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo) override;
Direct3DDevice9Ex.cpp 264 long Direct3DDevice9Ex::DrawTriPatch(unsigned int handle, const float *numSegs, const D3DTRIPATCH_INFO *triPatchInfo)
266 TRACE("unsigned int handle = %d, const float *numSegs = 0x%0.8p, const D3DTRIPATCH_INFO *triPatchInfo = 0x%0.8p", handle, numSegs, triPatchInfo);
    [all...]
Direct3DDevice9.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
device9.h 834 const D3DTRIPATCH_INFO *pTriPatchInfo );
nine_lock.c     [all...]
device9.c     [all...]
  /external/swiftshader/include/Direct3D/
d3d8types.h     [all...]
d3d8.h 347 STDMETHOD(DrawTriPatch)(THIS_ UINT Handle,CONST float* pNumSegs,CONST D3DTRIPATCH_INFO* pTriPatchInfo) PURE;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h     [all...]
d3d9types.h     [all...]
d3dx9mesh.h     [all...]
d3d9.h     [all...]
d3d8.h     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h     [all...]
d3d9.h 274 virtual HRESULT WINAPI DrawTriPatch(UINT Handle, const float *pNumSegs, const D3DTRIPATCH_INFO *pTriPatchInfo) = 0;
    [all...]

Completed in 774 milliseconds