lima: remove lima_ctx_buff_va submit flags (v2)
[mesa.git] / src / gallium / state_trackers / nine / texture9.h
index 6f80be9ccde0d0b0cb57a05e267093092da2fc0a..3911f26d46863c3129e45ee50cb8d416ba4cebf2 100644 (file)
@@ -48,28 +48,28 @@ NineTexture9_new( struct NineDevice9 *pDevice,
                   struct NineTexture9 **ppOut,
                   HANDLE *pSharedHandle );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineTexture9_GetLevelDesc( struct NineTexture9 *This,
                            UINT Level,
                            D3DSURFACE_DESC *pDesc );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineTexture9_GetSurfaceLevel( struct NineTexture9 *This,
                               UINT Level,
                               IDirect3DSurface9 **ppSurfaceLevel );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineTexture9_LockRect( struct NineTexture9 *This,
                        UINT Level,
                        D3DLOCKED_RECT *pLockedRect,
                        const RECT *pRect,
                        DWORD Flags );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineTexture9_UnlockRect( struct NineTexture9 *This,
                          UINT Level );
 
-HRESULT WINAPI
+HRESULT NINE_WINAPI
 NineTexture9_AddDirtyRect( struct NineTexture9 *This,
                            const RECT *pDirtyRect );