2 Copyright 2011, The AROS Development Team. All rights reserved.
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
);
17 #if defined(RENDERER_PIXMAP_BLIT)
18 VOID
HostGL_AllocatePixmap(struct hostgl_context
*amesa
);
19 VOID
HostGL_DeAllocatePixmap(struct hostgl_context
*amesa
);
22 #endif /* HOSTGL_FUNCS_H */