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

  /external/swiftshader/src/D3D8/
Debug.hpp 107 trace("\t! D3DERR_NOTFOUND\n");
109 return D3DERR_NOTFOUND;
112 #define NOTFOUND() D3DERR_NOTFOUND
Direct3DResource8.cpp 172 return D3DERR_NOTFOUND;
  /external/swiftshader/src/D3D9/
Debug.hpp 143 Trace("\t! D3DERR_NOTFOUND\n");
145 return D3DERR_NOTFOUND;
148 #define NOTFOUND() D3DERR_NOTFOUND
Direct3DResource9.cpp 188 return D3DERR_NOTFOUND;
  /external/mesa3d/src/gallium/state_trackers/nine/
iunknown.c 244 if (!header) { return D3DERR_NOTFOUND; }
277 return D3DERR_NOTFOUND;
device9.c     [all...]
  /external/mesa3d/include/D3D9/
d3d9types.h 220 #define D3DERR_NOTFOUND MAKE_D3DHRESULT(2150)
    [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 77 #define D3DERR_NOTFOUND MAKE_D3DHRESULT(2150)
    [all...]
d3d9.h 92 #define D3DERR_NOTFOUND MAKE_D3DHRESULT(2150)
    [all...]

Completed in 229 milliseconds