Searched refs:UnlockRect (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Image9.cpp | 88 destSurface->UnlockRect(); in GenerateMip() 89 sourceSurface->UnlockRect(); in GenerateMip() 126 source->UnlockRect(); in CopyLockableSurfaces() 148 source->UnlockRect(); in CopyLockableSurfaces() 149 dest->UnlockRect(); in CopyLockableSurfaces() 195 sourceSurface->UnlockRect(); in CopyImage() 216 destSurface->UnlockRect(); in CopyImage() 217 sourceSurface->UnlockRect(); in CopyImage() 302 result = newSurface->UnlockRect(); in createSurface() 334 HRESULT result = mSurface->UnlockRect(); in unlock() [all...] |
H A D | Framebuffer9.cpp | 210 systemSurface->UnlockRect(); in readPixelsImpl()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx9.cpp | 338 bd->FontTexture->UnlockRect(0); in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/mesa3d/include/D3D9/ |
H A D | d3d9.h | 155 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 739 #define IDirect3DCubeTexture9_UnlockRect(p,a,b) (p)->lpVtbl->UnlockRect(p,a,b) 1475 HRESULT (WINAPI *UnlockRect)(IDirect3DSurface9 *This); member 1501 #define IDirect3DSurface9_UnlockRect(p) (p)->lpVtbl->UnlockRect(p) 1605 HRESULT (WINAPI *UnlockRect)(IDirect3DTexture9 *This, UINT Level); member 1637 #define IDirect3DTexture9_UnlockRect(p,a) (p)->lpVtbl->UnlockRect(p,a)
|
Completed in 10 milliseconds