Home
last modified time | relevance | path

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

123456789

/external/angle/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 …]
DEGLChooseConfigTest.cpp35 std::vector<EGLConfig> allConfigs(nConfigs); in TEST_P()
42 std::vector<EGLConfig> defaultConfigs(allConfigCount); in TEST_P()
50 for (EGLConfig config : defaultConfigs) in TEST_P()
79 for (EGLConfig config : allConfigs) in TEST_P()
103 for (EGLConfig defaultConfig : defaultConfigs) in TEST_P()
/external/deqp/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 …]
DegluCallLogWrapperApi.inl8 …nfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::…
12 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::E…
15 …Display dpy, eglw::EGLenum buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eg…
16 eglw::EGLSurface eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, c…
17 eglw::EGLSurface eglCreatePixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
18 eglw::EGLSurface eglCreatePlatformPixmapSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf…
19 eglw::EGLSurface eglCreatePlatformPixmapSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig co…
20 eglw::EGLSurface eglCreatePlatformWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig conf…
21 eglw::EGLSurface eglCreatePlatformWindowSurfaceEXT (eglw::EGLDisplay dpy, eglw::EGLConfig co…
24 eglw::EGLSurface eglCreateWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
[all …]
/external/angle/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,
/external/angle/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 …]
/external/mesa3d/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 …]
/external/angle/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,
/external/deqp/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 …]
DteglQueryConfigTests.cpp106 std::vector<EGLConfig> buffer (numConfigAll + 10); in checkGetConfigsBounds()
108 std::vector<deUint32> magicBuffer ((buffer.size() * sizeof(EGLConfig)) / sizeof(deUint32) + 1); in checkGetConfigsBounds()
109 const EGLConfig* magicConfigs = reinterpret_cast<EGLConfig*>(&magicBuffer[0]); in checkGetConfigsBounds()
203 EGLint getValue (EGLConfig config, EGLenum attrib, bool logValue=true);
205 virtual void executeTest (EGLConfig config) = 0;
211 std::vector<EGLConfig> m_configs;
212 std::vector<EGLConfig>::const_iterator m_configsIter;
249 const EGLConfig config = *m_configsIter; in iterate()
269 EGLint GetConfigAttribCase::getValue (EGLConfig config, EGLenum attrib, bool logValue) in getValue()
398 void executeTest (EGLConfig config) in executeTest()
[all …]
/external/deqp/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 …]
DeglwFunctionTypes.inl8 …Y* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint…
12 …text (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, EGLConfig config, EGLConte…
15 …ntBufferFunc) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
16 … (EGLW_APIENTRY* eglCreatePbufferSurfaceFunc) (EGLDisplay dpy, EGLConfig config, const EG…
17 … (EGLW_APIENTRY* eglCreatePixmapSurfaceFunc) (EGLDisplay dpy, EGLConfig config, EGLNativ…
18 … (EGLW_APIENTRY* eglCreatePlatformPixmapSurfaceFunc) (EGLDisplay dpy, EGLConfig config, void *na…
19 …(EGLW_APIENTRY* eglCreatePlatformPixmapSurfaceEXTFunc) (EGLDisplay dpy, EGLConfig config, void *na…
20 … (EGLW_APIENTRY* eglCreatePlatformWindowSurfaceFunc) (EGLDisplay dpy, EGLConfig config, void *na…
21 …(EGLW_APIENTRY* eglCreatePlatformWindowSurfaceEXTFunc) (EGLDisplay dpy, EGLConfig config, void *na…
24 … (EGLW_APIENTRY* eglCreateWindowSurfaceFunc) (EGLDisplay dpy, EGLConfig config, EGLNativ…
[all …]
DeglwApi.inl67 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
71 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex…
74 …mClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
75 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attr…
76 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapTyp…
77 EGLSurface eglwCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native…
78 EGLSurface eglwCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *nati…
79 EGLSurface eglwCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native…
80 EGLSurface eglwCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *nati…
83 EGLSurface eglwCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowTyp…
[all …]
/external/swiftshader/src/OpenGL/libEGL/
DDisplay.h60 …bool getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig…
61 bool getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value);
63 …EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attr…
64 …EGLSurface createPBufferSurface(EGLConfig config, const EGLint *attribList, EGLClientBuffer client…
65 …EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion…
73 bool isValidConfig(EGLConfig config);
DlibEGL.hpp33 …EGLBoolean (EGLAPIENTRY* eglGetConfigs)(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EG…
34 …EGLBoolean (EGLAPIENTRY* eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *co…
35 …EGLBoolean (EGLAPIENTRY* eglGetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, E…
36 …EGLSurface (EGLAPIENTRY* eglCreateWindowSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindow…
37 …EGLSurface (EGLAPIENTRY* eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *…
38 …EGLSurface (EGLAPIENTRY* eglCreatePixmapSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmap…
45 …mClientBuffer)(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
50 …EGLContext (EGLAPIENTRY* eglCreateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_cont…
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 …]
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp22 typedef void *EGLConfig; typedef
57 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* config…
58 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* v…
59 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType…
60 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attr…
62 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,…
252 if (!gfChooseConfig(fDisplay, configAttribs, static_cast<EGLConfig *>(&fConfig), 1, in CommandBufferGLTestContext()
260 static_cast<EGLConfig>(fConfig), in CommandBufferGLTestContext()
275 fContext = gfCreateContext(fDisplay, static_cast<EGLConfig>(fConfig), eglShareContext, in CommandBufferGLTestContext()
389 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result); in getStencilBits()
[all …]
/external/swiftshader/include/EGL/
Degl.h58 typedef void *EGLConfig; typedef
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_…
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLi…
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePi…
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribut…
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size…
204 …mClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EG…
294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, voi…
[all …]
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp23 typedef void *EGLConfig; typedef
58 typedef EGLBoolean (*ChooseConfigProc)(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* config…
59 typedef EGLBoolean (*GetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint* v…
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType…
61 typedef EGLSurface (*CreatePbufferSurfaceProc)(EGLDisplay dpy, EGLConfig config, const EGLint* attr…
63 typedef EGLContext (*CreateContextProc)(EGLDisplay dpy, EGLConfig config, EGLContext share_context,…
254 if (!gfChooseConfig(fDisplay, configAttribs, static_cast<EGLConfig *>(&fConfig), 1, in CommandBufferGLTestContext()
262 static_cast<EGLConfig>(fConfig), in CommandBufferGLTestContext()
277 fContext = gfCreateContext(fDisplay, static_cast<EGLConfig>(fConfig), eglShareContext, in CommandBufferGLTestContext()
386 gfGetConfigAttrib(fDisplay, static_cast<EGLConfig>(fConfig), EGL_STENCIL_SIZE, &result); in getStencilBits()
[all …]
/external/mesa3d/src/egl/main/
Deglconfig.h181 extern EGLConfig
186 _eglLookupConfig(EGLConfig config, _EGLDisplay *disp);
192 static inline EGLConfig
195 return (EGLConfig) conf; in _eglGetConfigHandle()
218 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs,
227 _eglChooseConfig(_EGLDisplay *disp, const EGLint *attrib_list, EGLConfig *configs, EGLint config_si…
235 _eglGetConfigs(_EGLDisplay *disp, EGLConfig *configs, EGLint config_size, EGLint *num_config);
/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java24 import javax.microedition.khronos.egl.EGLConfig;
634 void onSurfaceCreated(GL10 gl, EGLConfig config); in onSurfaceCreated()
701 EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig); in createContext()
708 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig config) { in createContext()
729 EGLSurface createWindowSurface(EGL10 egl, EGLDisplay display, EGLConfig config, in createWindowSurface()
737 EGLConfig config, Object nativeWindow) { in createWindowSurface()
764 EGLConfig chooseConfig(EGL10 egl, EGLDisplay display); in chooseConfig()
773 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { in chooseConfig()
787 EGLConfig[] configs = new EGLConfig[numConfigs]; in chooseConfig()
792 EGLConfig config = chooseConfig(egl, display, configs); in chooseConfig()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DEGLSurfaceTexture.java20 import android.opengl.EGLConfig;
125 EGLConfig config = chooseEGLConfig(display); in init()
219 private static EGLConfig chooseEGLConfig(EGLDisplay display) { in chooseEGLConfig()
220 EGLConfig[] configs = new EGLConfig[1]; in chooseEGLConfig()
243 EGLDisplay display, EGLConfig config, @SecureMode int secureMode) { in createEGLContext()
267 EGLDisplay display, EGLConfig config, EGLContext context, @SecureMode int secureMode) { in createEGLSurface()

123456789