Home
last modified time | relevance | path

Searched defs:LockRect (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DTexture8.cpp184 …long Direct3DTexture8::LockRect(unsigned int level, D3DLOCKED_RECT *lockedRect, const RECT *rect, … in LockRect() function in D3D8::Direct3DTexture8
DDirect3DSurface8.cpp154 long Direct3DSurface8::LockRect(D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long flags) in LockRect() function in D3D8::Direct3DSurface8
DDirect3DCubeTexture8.cpp221 …long Direct3DCubeTexture8::LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *loc… in LockRect() function in D3D8::Direct3DCubeTexture8
/external/swiftshader/src/D3D9/
DDirect3DTexture9.cpp252 …long Direct3DTexture9::LockRect(unsigned int level, D3DLOCKED_RECT *lockedRect, const RECT *rect, … in LockRect() function in D3D9::Direct3DTexture9
DDirect3DSurface9.cpp243 long Direct3DSurface9::LockRect(D3DLOCKED_RECT *lockedRect, const RECT *rect, unsigned long flags) in LockRect() function in D3D9::Direct3DSurface9
DDirect3DCubeTexture9.cpp299 …long Direct3DCubeTexture9::LockRect(D3DCUBEMAP_FACES face, unsigned int level, D3DLOCKED_RECT *loc… in LockRect() function in D3D9::Direct3DCubeTexture9
/external/swiftshader/include/Direct3D/
Dd3d8.h724 …STDMETHOD(LockRect)(THIS_ UINT Level,D3DLOCKED_RECT* pLockedRect,CONST RECT* pRect,DWORD Flags) PU… in DECLARE_INTERFACE_() local
878 …STDMETHOD(LockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level,D3DLOCKED_RECT* pLockedRect,CONST R… in DECLARE_INTERFACE_() local
1069 STDMETHOD(LockRect)(THIS_ D3DLOCKED_RECT* pLockedRect,CONST RECT* pRect,DWORD Flags) PURE; in DECLARE_INTERFACE_() local