Home
last modified time | relevance | path

Searched refs:LockBox (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp306 …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()
DDirect3DVolume9.hpp48 long __stdcall LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags);
DDirect3DVolumeTexture9.hpp61 …long __stdcall LockBox(unsigned int level, D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigne…
DDirect3DVolume9.cpp148 long Direct3DVolume9::LockBox(D3DLOCKED_BOX *lockedVolume, const D3DBOX *box, unsigned long flags) in LockBox() function in D3D9::Direct3DVolume9