Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dsurface9.h168 NineSurface9_UnlockRect( struct NineSurface9 *This );
Dtexture9.c301 return NineSurface9_UnlockRect(This->surfaces[Level]); in NineTexture9_UnlockRect()
Dcubetexture9.c258 return NineSurface9_UnlockRect(This->surfaces[s]); in NineCubeTexture9_UnlockRect()
Dsurface9.c537 NineSurface9_UnlockRect( struct NineSurface9 *This ) in NineSurface9_UnlockRect() function
613 (void *)NineSurface9_UnlockRect,
Ddevice9.c803 NineSurface9_UnlockRect(surf); in NineDevice9_SetCursorProperties()
1831 NineSurface9_UnlockRect(surf); in NineDevice9_ColorFill()
Dnine_lock.c2713 r = NineSurface9_UnlockRect(This); in LockSurface9_UnlockRect()