Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DTexture8.cpp213 long Direct3DTexture8::UnlockRect(unsigned int level) in UnlockRect() function in D3D8::Direct3DTexture8
DDirect3DSurface8.cpp191 long Direct3DSurface8::UnlockRect() in UnlockRect() function in D3D8::Direct3DSurface8
DDirect3DCubeTexture8.cpp235 long Direct3DCubeTexture8::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) in UnlockRect() function in D3D8::Direct3DCubeTexture8
/external/swiftshader/src/D3D9/
DDirect3DTexture9.cpp285 long Direct3DTexture9::UnlockRect(unsigned int level) in UnlockRect() function in D3D9::Direct3DTexture9
DDirect3DSurface9.cpp288 long Direct3DSurface9::UnlockRect() in UnlockRect() function in D3D9::Direct3DSurface9
DDirect3DCubeTexture9.cpp313 long Direct3DCubeTexture9::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) in UnlockRect() function in D3D9::Direct3DCubeTexture9
/external/swiftshader/include/Direct3D/
Dd3d8.h725 STDMETHOD(UnlockRect)(THIS_ UINT Level) PURE; in DECLARE_INTERFACE_() local
879 STDMETHOD(UnlockRect)(THIS_ D3DCUBEMAP_FACES FaceType,UINT Level) PURE; in DECLARE_INTERFACE_() local
1070 STDMETHOD(UnlockRect)(THIS) PURE; in DECLARE_INTERFACE_() local