Home
last modified time | relevance | path

Searched refs:NineSurface9_UnlockRect (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.h168 NineSurface9_UnlockRect( struct NineSurface9 *This );
Dcubetexture9.c259 return NineSurface9_UnlockRect(This->surfaces[s]); in NineCubeTexture9_UnlockRect()
Dtexture9.c302 return NineSurface9_UnlockRect(This->surfaces[Level]); in NineTexture9_UnlockRect()
Dsurface9.c549 NineSurface9_UnlockRect( struct NineSurface9 *This ) in NineSurface9_UnlockRect() function
624 (void *)NineSurface9_UnlockRect,
Ddevice9.c831 NineSurface9_UnlockRect(surf); in NineDevice9_SetCursorProperties()
1892 NineSurface9_UnlockRect(surf); in NineDevice9_ColorFill()
Dnine_lock.c2713 r = NineSurface9_UnlockRect(This); in LockSurface9_UnlockRect()