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


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


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


extern EGLBoolean
_eglFillInConfigs( _EGLConfig *configs,
                   EGLenum fb_format, EGLenum fb_type,
                   const uint8_t * depth_bits, const uint8_t * stencil_bits,
                   unsigned num_depth_stencil_bits,
                   const EGLenum * db_modes, unsigned num_db_modes,
                   int visType );



#endif /* EGLCONFIGUTIL_INCLUDED */