wip - import hostgl from abi v0 and adapt to abi v1/GL.library ABI
[AROS.git] / arch / all-hosted / libs / hostgl / hostgl_funcs.h
blob56742cbd7136e4c97b72cf2de5d834aa2f562bb8
1 /*
2 Copyright 2011, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef HOSTGL_FUNCS_H
7 #define HOSTGL_FUNCS_H
9 #include "hostgl_types.h"
11 BOOL HostGL_FillFBAttributes(LONG * fbattributes, LONG size, struct TagItem *tagList);
12 VOID HostGL_CheckAndUpdateBufferSize(struct hostgl_context *amesa);
13 #if defined(RENDERER_PBUFFER_WPA)
14 VOID HostGL_AllocatePBuffer(struct hostgl_context *amesa);
15 VOID HostGL_DeAllocatePBuffer(struct hostgl_context *amesa);
16 #endif
17 #if defined(RENDERER_PIXMAP_BLIT)
18 VOID HostGL_AllocatePixmap(struct hostgl_context *amesa);
19 VOID HostGL_DeAllocatePixmap(struct hostgl_context *amesa);
20 #endif
22 #endif /* HOSTGL_FUNCS_H */