Home
last modified time | relevance | path

Searched refs:EGLConfig (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLContextCompatibilityTest.cpp68 bool isMultisampledConfig(EGLConfig config) in isMultisampledConfig()
76 bool isRGBA16FConfig(EGLConfig config) in isRGBA16FConfig()
86 bool isRGB10_A2Config(EGLConfig config) in isRGB10_A2Config()
96 bool areConfigsCompatible(EGLConfig c1, EGLConfig c2, EGLint surfaceBit) in areConfigsCompatible()
139 void testWindowCompatibility(EGLConfig windowConfig, in testWindowCompatibility()
140 EGLConfig contextConfig, in testWindowCompatibility()
174 void testPbufferCompatibility(EGLConfig pbufferConfig, in testPbufferCompatibility()
175 EGLConfig contextConfig, in testPbufferCompatibility()
204 std::vector<EGLConfig> mConfigs;
208 void testClearSurface(EGLSurface surface, EGLConfig surfaceConfig, EGLContext context) const in testClearSurface()
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluUtil.hpp63 std::vector<eglw::EGLConfig> getConfigs (const eglw::Library& egl, eglw::EGLDisplay display);
64 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, …
65 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, …
66 std::vector<eglw::EGLConfig> chooseConfigs (const eglw::Library& egl, eglw::EGLDisplay display, …
67 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const…
68 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const…
69 eglw::EGLConfig chooseSingleConfig (const eglw::Library& egl, eglw::EGLDisplay display, const…
70 eglw::EGLConfig chooseConfigByID (const eglw::Library& egl, eglw::EGLDisplay display, eglw::E…
71 …gAttribInt (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, eglw::EG…
72 …t getConfigID (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
[all …]
DegluUtil.cpp107 vector<EGLConfig> getConfigs (const Library& egl, EGLDisplay display) in getConfigs()
109 vector<EGLConfig> configs; in getConfigs()
122 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const EGLint* attribList) in chooseConfigs()
129 vector<EGLConfig> configs(numConfigs); in chooseConfigs()
138 vector<EGLConfig> chooseConfigs (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseConfigs()
140 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseConfigs()
141 vector<EGLConfig> matchingConfigs; in chooseConfigs()
143 for (vector<EGLConfig>::const_iterator cfg = allConfigs.begin(); cfg != allConfigs.end(); ++cfg) in chooseConfigs()
152 EGLConfig chooseSingleConfig (const Library& egl, EGLDisplay display, const FilterList& filters) in chooseSingleConfig()
154 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseSingleConfig()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/
Degl.h62 typedef void *EGLConfig; typedef
125 …RYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint…
127 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon…
128 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config,…
129 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
130 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
133 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLi…
134 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint …
150 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig
152 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
[all …]
/third_party/skia/third_party/externals/angle2/include/EGL/
Degl.h43 typedef void *EGLConfig; typedef
106 …RYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint…
108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon…
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config,…
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLi…
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint …
131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig
133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
[all …]
/third_party/EGL/api/EGL/
Degl.h43 typedef void *EGLConfig; typedef
106 …RYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint…
108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon…
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config,…
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLi…
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint …
131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig
133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
[all …]
/third_party/mesa3d/include/EGL/
Degl.h43 typedef void *EGLConfig; typedef
106 …RYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint…
108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLCon…
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config,…
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, …
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLi…
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint …
131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig
133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLAndroidFrameBufferTargetTest.cpp35 EGLint GetAttrib(EGLDisplay display, EGLConfig config, EGLint attrib) in GetAttrib()
52 std::vector<EGLConfig> configs(count); in TEST_P()
57 std::vector<EGLConfig> filterConfigs(0); in TEST_P()
66 std::sort(filterConfigs.begin(), filterConfigs.end(), [this](EGLConfig a, EGLConfig b) -> bool { in TEST_P()
79 std::vector<EGLConfig> matchConfigs(count); in TEST_P()
83 std::sort(matchConfigs.begin(), matchConfigs.end(), [this](EGLConfig a, EGLConfig b) -> bool { in TEST_P()
DEGLContextCompatibilityTest.cpp29 bool IsRGBA16FConfig(EGLDisplay display, EGLConfig config) in IsRGBA16FConfig()
39 bool IsRGB10_A2Config(EGLDisplay display, EGLConfig config) in IsRGB10_A2Config()
50 bool IsMultisampledConfig(EGLDisplay display, EGLConfig config) in IsMultisampledConfig()
57 bool ShouldSkipConfig(EGLDisplay display, EGLConfig config, bool windowSurfaceTest) in ShouldSkipConfig()
81 std::vector<EGLConfig> GetConfigs(EGLDisplay display) in GetConfigs()
95 std::vector<EGLConfig> configs; in GetConfigs()
118 std::string EGLConfigName(EGLDisplay display, EGLConfig config) in EGLConfigName()
207 bool areConfigsCompatible(EGLConfig c1, EGLConfig c2, EGLint surfaceBit) in areConfigsCompatible()
250 void testWindowCompatibility(EGLConfig windowConfig, in testWindowCompatibility()
251 EGLConfig contextConfig, in testWindowCompatibility()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h19 EGLConfig *configs,
26 EGLConfig config,
30 EGLConfig config,
33 EGLConfig config,
37 EGLConfig config,
43 EGLConfig config,
47 EGLConfig *configs,
89 EGLConfig config,
120 EGLConfig config,
124 EGLConfig config,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h19 EGLConfig *configs,
26 EGLConfig config,
30 EGLConfig config,
33 EGLConfig config,
37 EGLConfig config,
43 EGLConfig config,
47 EGLConfig *configs,
89 EGLConfig config,
120 EGLConfig config,
124 EGLConfig config,
/third_party/vk-gl-cts/modules/egl/
DteglNegativeApiTests.cpp158 EGLConfig eglConfig; in init()
202 EGLConfig config; in init()
254 EGLConfig configs[1]; in init()
305 expectNoContext(eglCreateContext(display, (EGLConfig)-1, EGL_NO_CONTEXT, s_emptyAttribList)); in init()
314 EGLConfig es1OnlyConfig; in init()
322 EGLConfig es2OnlyConfig; in init()
330 EGLConfig vgOnlyConfig; in init()
341 EGLConfig glOnlyConfig; in init()
349 EGLConfig vgOnlyConfig; in init()
360 EGLConfig glOnlyConfig; in init()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl.h20 EGLConfig *configs,
27 EGLConfig config,
31 EGLConfig config,
34 EGLConfig config,
38 EGLConfig config,
44 EGLConfig config,
48 EGLConfig *configs,
95 EGLConfig config,
126 EGLConfig config,
130 EGLConfig config,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.h22 EGLConfig *configs,
29 EGLConfig config,
33 EGLConfig config,
36 EGLConfig config,
40 EGLConfig config,
46 EGLConfig config,
50 EGLConfig *configs,
96 EGLConfig config,
116 EGLConfig config,
120 EGLConfig config,
/third_party/EGL/api/1.2/
Degl.h13 typedef void *EGLConfig; typedef
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
202 EGLConfig *configs, EGLint config_size,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
228 EGLConfig config, const EGLint *attrib_list);
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/skia/third_party/externals/egl-registry/api/1.2/
Degl.h13 typedef void *EGLConfig; typedef
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
202 EGLConfig *configs, EGLint config_size,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
228 EGLConfig config, const EGLint *attrib_list);
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
Degl.h13 typedef void *EGLConfig; typedef
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
202 EGLConfig *configs, EGLint config_size,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
207 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
210 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
212 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
228 EGLConfig config, const EGLint *attrib_list);
239 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.2/EGL/
Degl.h17 typedef void *EGLConfig; typedef
203 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
206 EGLConfig *configs, EGLint config_size,
208 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
211 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
214 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
216 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
232 EGLConfig config, const EGLint *attrib_list);
243 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFuncPtrLibraryDecl.inl8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,…
12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, c…
15 …mClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
16 EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_l…
17 EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
18 EGLSurface createPlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pix…
19 EGLSurface createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_p…
20 EGLSurface createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_win…
21 EGLSurface createPlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_w…
24 EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi…
[all …]
DeglwLibrary.inl8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *…
12 virtual EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_co…
15 …mClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
16 virtual EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
17 virtual EGLSurface createPixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixma…
18 virtual EGLSurface createPlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *na…
19 virtual EGLSurface createPlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *…
20 virtual EGLSurface createPlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *na…
21 virtual EGLSurface createPlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *…
24 virtual EGLSurface createWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindo…
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp352 EGLBoolean EGLAPIENTRY GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *n…
353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, …
354 EGLBoolean EGLAPIENTRY GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *…
355 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi…
356 EGLSurface EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_…
357 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
364 …omClientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
369 EGLContext EGLAPIENTRY CreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, co…
385 EGLSurface EGLAPIENTRY CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *nativ…
386 EGLSurface EGLAPIENTRY CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_w…
[all …]
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
Degl.h31 typedef void *EGLConfig; typedef
222 EGLAPI EGLBoolean APIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
225 EGLConfig *configs, EGLint config_size,
227 EGLAPI EGLBoolean APIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
230 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
235 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
251 EGLConfig config, const EGLint *attrib_list);
262 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/skia/third_party/externals/egl-registry/api/1.0/
Degl.h31 typedef void *EGLConfig; typedef
222 EGLAPI EGLBoolean APIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
225 EGLConfig *configs, EGLint config_size,
227 EGLAPI EGLBoolean APIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
230 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
235 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
251 EGLConfig config, const EGLint *attrib_list);
262 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.0/
Degl.h31 typedef void *EGLConfig; typedef
222 EGLAPI EGLBoolean APIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
225 EGLConfig *configs, EGLint config_size,
227 EGLAPI EGLBoolean APIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
230 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
235 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
251 EGLConfig config, const EGLint *attrib_list);
262 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,
/third_party/EGL/api/1.0/EGL/
Degl.h34 typedef void *EGLConfig; typedef
225 EGLAPI EGLBoolean APIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
228 EGLConfig *configs, EGLint config_size,
230 EGLAPI EGLBoolean APIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
233 EGLAPI EGLSurface APIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
236 EGLAPI EGLSurface APIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config,
238 EGLAPI EGLSurface APIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config,
254 EGLConfig config, const EGLint *attrib_list);
265 EGLAPI EGLContext APIENTRY eglCreateContext(EGLDisplay dpy, EGLConfig config,

12345678910>>...14