Home
last modified time | relevance | path

Searched defs:LockBox (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DVolumeTexture8.cpp190 …long Direct3DVolumeTexture8::LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX… in LockBox() function in D3D8::Direct3DVolumeTexture8
DDirect3DVolume8.cpp138 long Direct3DVolume8::LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) in LockBox() function in D3D8::Direct3DVolume8
/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp158 long Direct3DVolume9::LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) in LockBox() function in D3D9::Direct3DVolume9
DDirect3DVolumeTexture9.cpp302 …long Direct3DVolumeTexture9::LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX… in LockBox() function in D3D9::Direct3DVolumeTexture9
/external/swiftshader/include/Direct3D/
Dd3d8.h801 …STDMETHOD(LockBox)(THIS_ UINT Level,D3DLOCKED_BOX* pLockedVolume,CONST D3DBOX* pBox,DWORD Flags) P… in DECLARE_INTERFACE_() local
1121 STDMETHOD(LockBox)(THIS_ D3DLOCKED_BOX * pLockedVolume,CONST D3DBOX* pBox,DWORD Flags) PURE; in DECLARE_INTERFACE_() local