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

/external/swiftshader/src/D3D8/
H A DDirect3DCubeTexture8.cpp235 long Direct3DCubeTexture8::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) function in class:D3D8::Direct3DCubeTexture8
244 return surfaceLevel[face][level]->UnlockRect();
H A DDirect3DSurface8.cpp191 long Direct3DSurface8::UnlockRect() function in class:D3D8::Direct3DSurface8
H A DDirect3DTexture8.cpp213 long Direct3DTexture8::UnlockRect(unsigned int level) function in class:D3D8::Direct3DTexture8
222 return surfaceLevel[level]->UnlockRect();
/external/swiftshader/src/D3D9/
H A DDirect3DCubeTexture9.cpp313 long Direct3DCubeTexture9::UnlockRect(D3DCUBEMAP_FACES face, unsigned int level) function in class:D3D9::Direct3DCubeTexture9
324 return surfaceLevel[face][level]->UnlockRect();
H A DDirect3DSurface9.cpp288 long Direct3DSurface9::UnlockRect() function in class:D3D9::Direct3DSurface9
H A DDirect3DTexture9.cpp285 long Direct3DTexture9::UnlockRect(unsigned int level) function in class:D3D9::Direct3DTexture9
296 return surfaceLevel[level]->UnlockRect();
/external/mesa3d/include/D3D9/
H A Dd3d9.h155 virtual HRESULT WINAPI UnlockRect(D3DCUBEMAP_FACES FaceType, UINT Level) = 0;
339 virtual HRESULT WINAPI UnlockRect() = 0;
367 virtual HRESULT WINAPI UnlockRect(UINT Level) = 0;
707 HRESULT (WINAPI *UnlockRect)(IDirect3DCubeTexture9 *This, D3DCUBEMAP_FACES FaceType, UINT Level); member in struct:IDirect3DCubeTexture9Vtbl
739 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b)
1475 HRESULT (WINAPI *UnlockRect)(IDirect3DSurface9 *This); member in struct:IDirect3DSurface9Vtbl
1501 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p)
1605 HRESULT (WINAPI *UnlockRect)(IDirect3DTexture9 *This, UINT Level); member in struct:IDirect3DTexture9Vtbl
1637 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)

Completed in 304 milliseconds