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

  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp 985 long Direct3DDevice9::DeletePatch(unsigned int handle)
    [all...]
Direct3DDevice9Ex.cpp 222 long Direct3DDevice9Ex::DeletePatch(unsigned int handle)
226 return Direct3DDevice9::DeletePatch(handle);
    [all...]
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp 848 long Direct3DDevice8::DeletePatch(unsigned int handle)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 275 virtual HRESULT WINAPI DeletePatch(UINT Handle) = 0;
    [all...]

Completed in 385 milliseconds