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

  /external/swiftshader/src/D3D9/
Direct3DVolume9.hpp 50 long __stdcall UnlockBox();
Direct3DVolumeTexture9.hpp 62 long __stdcall UnlockBox(unsigned int level);
Direct3DVolumeTexture9.cpp 320 long Direct3DVolumeTexture9::UnlockBox(unsigned int level)
331 return volumeLevel[level]->UnlockBox();
Direct3DVolume9.cpp 204 long Direct3DVolume9::UnlockBox()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8.h 212 STDMETHOD(UnlockBox)(THIS) PURE;
229 #define IDirect3DVolume8_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)
243 #define IDirect3DVolume8_UnlockBox(p) (p)->UnlockBox()
    [all...]
d3d9.h 368 STDMETHOD(UnlockBox)(THIS) PURE;
389 #define IDirect3DVolume9_UnlockBox(p) (p)->lpVtbl->UnlockBox(p)
403 #define IDirect3DVolume9_UnlockBox(p) (p)->UnlockBox()
    [all...]

Completed in 468 milliseconds