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

  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3d.h 283 STDMETHOD_(HRESULT, Unload) (THIS) PURE;
294 #define IDirect3DTexture_Unload(p) (p)->lpVtbl->Unload(p)
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3D.H 283 STDMETHOD_(HRESULT, Unload) (THIS) PURE;
294 #define IDirect3DTexture_Unload(p) (p)->lpVtbl->Unload(p)
  /external/v8/src/
debug.h 220 static void Unload();
652 // Unload the debugger if possible. Only called when no debugger is currently
686 static bool never_unload_debugger_; // Can we unload the debugger?
780 // If leaving the debugger with the debugger no longer active unload it.
debug.cc 779 void Debug::Unload() {
    [all...]

Completed in 164 milliseconds