Searched refs:LockBox (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DVolumeTexture9.cpp | 306 …long Direct3DVolumeTexture9::LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX… in LockBox() function in D3D9::Direct3DVolumeTexture9 317 return volumeLevel[level]->LockBox(lockedVolume, box, flags); in LockBox()
|
D | Direct3DVolume9.hpp | 48 long __stdcall LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags);
|
D | Direct3DVolumeTexture9.hpp | 61 …long __stdcall LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigne…
|
D | Direct3DVolume9.cpp | 148 long Direct3DVolume9::LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) in LockBox() function in D3D9::Direct3DVolume9
|