summaryrefslogtreecommitdiff
path: root/src/egl/main/eglconfigutil.h
blob: c6f481996053c6341186fd2cbeb66484fff58945 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef EGLCONFIGUTIL_INCLUDED
#define EGLCONFIGUTIL_INCLUDED


#include "GL/gl.h"
#include "GL/internal/glcore.h"
#include "eglconfig.h"


PUBLIC void
_eglConfigToContextModesRec(const _EGLConfig *config, __GLcontextModes *mode);


PUBLIC EGLBoolean
_eglConfigFromContextModesRec(_EGLConfig *conf, const __GLcontextModes *m,
                              EGLint conformant, EGLint renderable_type);


#endif /* EGLCONFIGUTIL_INCLUDED */