HomeSort by relevance Sort by last modified time
    Searched refs:EGLBoolean (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /frameworks/native/opengl/tools/glgen/specs/egl/
EGLExt.spec 0 EGLBoolean eglPresentationTimeANDROID ( EGLDisplay dpy, EGLSurface sur, EGLnsecsANDROID time )
EGL14.spec 3 EGLBoolean eglInitialize ( EGLDisplay dpy, EGLint *major, EGLint *minor )
4 EGLBoolean eglTerminate ( EGLDisplay dpy )
6 EGLBoolean eglGetConfigs ( EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config )
7 EGLBoolean eglChooseConfig ( EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config )
8 EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
12 EGLBoolean eglDestroySurface ( EGLDisplay dpy, EGLSurface surface )
13 EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
14 EGLBoolean eglBindAPI ( EGLenum api )
16 EGLBoolean eglWaitClient ( void )
17 EGLBoolean eglReleaseThread ( void
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_proc.h 25 typedef EGLBoolean (* eglInitialize_t) (EGLDisplay, EGLint*, EGLint*);
26 typedef EGLBoolean (* eglTerminate_t) (EGLDisplay);
28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
34 typedef EGLBoolean (* eglDestroySurface_t) (EGLDisplay, EGLSurface);
35 typedef EGLBoolean (* eglQuerySurface_t) (EGLDisplay, EGLSurface, EGLint, EGLint*);
36 typedef EGLBoolean (* eglBindAPI_t) (EGLenum);
38 typedef EGLBoolean (* eglWaitClient_t) ();
39 typedef EGLBoolean (* eglReleaseThread_t) ()
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.h 79 EGLBoolean IsLinked;
95 EGLBoolean ANDROID_framebuffer_target;
96 EGLBoolean ANDROID_image_native_buffer;
97 EGLBoolean ANDROID_native_fence_sync;
98 EGLBoolean ANDROID_recordable;
100 EGLBoolean CHROMIUM_sync_control;
102 EGLBoolean EXT_buffer_age;
103 EGLBoolean EXT_create_context_robustness;
104 EGLBoolean EXT_image_dma_buf_import;
105 EGLBoolean EXT_swap_buffers_with_damage
    [all...]
eglapi.h 55 EGLBoolean (*Initialize)(_EGLDriver *, _EGLDisplay *dpy);
56 EGLBoolean (*Terminate)(_EGLDriver *, _EGLDisplay *dpy);
59 EGLBoolean (*GetConfigs)(_EGLDriver *drv, _EGLDisplay *dpy,
62 EGLBoolean (*ChooseConfig)(_EGLDriver *drv, _EGLDisplay *dpy,
65 EGLBoolean (*GetConfigAttrib)(_EGLDriver *drv, _EGLDisplay *dpy,
73 EGLBoolean (*DestroyContext)(_EGLDriver *drv, _EGLDisplay *dpy,
78 EGLBoolean (*MakeCurrent)(_EGLDriver *drv, _EGLDisplay *dpy,
81 EGLBoolean (*QueryContext)(_EGLDriver *drv, _EGLDisplay *dpy,
95 EGLBoolean (*DestroySurface)(_EGLDriver *drv, _EGLDisplay *dpy,
97 EGLBoolean (*QuerySurface)(_EGLDriver *drv, _EGLDisplay *dpy
    [all...]
eglsurface.h 63 EGLBoolean MipmapTexture;
64 EGLBoolean LargestPbuffer;
81 EGLBoolean BoundToTexture;
83 EGLBoolean PostSubBufferSupportedNV;
87 extern EGLBoolean
92 extern EGLBoolean
96 extern EGLBoolean
100 extern EGLBoolean
103 extern EGLBoolean
107 extern EGLBoolean
    [all...]
  /external/deqp/framework/egl/wrapper/
eglwDefs.cpp 35 DE_STATIC_ASSERT(sizeof(EGLBoolean) == 4);
eglwFuncPtrLibraryDecl.inl 6 EGLBoolean bindAPI (EGLenum api) const;
7 EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const;
8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const;
11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const;
25 EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const;
26 EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const;
27 EGLBoolean destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const;
28 EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const;
29 EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const;
30 EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const
    [all...]
eglwApi.inl 65 EGLBoolean eglwBindAPI (EGLenum api);
66 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
67 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
70 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
84 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx);
85 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image);
86 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
87 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface);
88 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync);
89 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
    [all...]
eglwFunctionTypes.inl 6 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindAPIFunc) (EGLenum api);
7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
25 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyContextFunc) (EGLDisplay dpy, EGLContext ctx);
26 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyImageFunc) (EGLDisplay dpy, EGLImage image);
27 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyImageKHRFunc) (EGLDisplay dpy, EGLImageKHR image);
28 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySurfaceFunc) (EGLDisplay dpy, EGLSurface surface);
29 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncFunc) (EGLDisplay dpy, EGLSync sync);
30 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncKHRFunc) (EGLDisplay dpy, EGLSyncKHR sync)
    [all...]
eglwLibrary.inl 6 virtual EGLBoolean bindAPI (EGLenum api) const = 0;
7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const = 0;
8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config) const = 0;
11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) const = 0;
25 virtual EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const = 0;
26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const = 0;
27 virtual EGLBoolean destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const = 0;
28 virtual EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const = 0;
29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const = 0;
30 virtual EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const = 0
    [all...]
eglwImpl.inl 7 EGLBoolean eglwBindAPI (EGLenum api)
11 return (EGLBoolean)0;
15 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
19 return (EGLBoolean)0;
23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
27 return (EGLBoolean)0;
39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
43 return (EGLBoolean)0;
119 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx)
123 return (EGLBoolean)0
    [all...]
eglwImplExt.inl 47 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
51 return (EGLBoolean)0;
55 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
59 return (EGLBoolean)0;
71 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)
75 return (EGLBoolean)0;
79 EGLBoolean eglwLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list)
83 return (EGLBoolean)0;
87 EGLBoolean eglwSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rects)
91 return (EGLBoolean)0
    [all...]
  /external/mesa3d/include/EGL/
eglmesaext.h 60 EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
61 EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
62 EGLAPI EGLBoolean EGLAPIENTRY eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value);
64 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
65 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
66 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYWAYLANDBUFFERWL) (EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value);
81 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, EGLint numRects, const EGLint* rects);
eglextchromium.h 46 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncValuesCHROMIUM(
50 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCVALUESCHROMIUMPROC)
eglext.h 120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
124 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
137 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
139 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
193 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
196 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
232 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
233 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface)
    [all...]
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 6 eglw::EGLBoolean eglBindAPI (eglw::EGLenum api);
7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint buffer);
8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfig *configs, eglw::EGLint config_size, eglw::EGLint *num_config);
11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLNativePixmapType target);
25 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
26 eglw::EGLBoolean eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image);
27 eglw::EGLBoolean eglDestroyImageKHR (eglw::EGLDisplay dpy, eglw::EGLImageKHR image);
28 eglw::EGLBoolean eglDestroySurface (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
29 eglw::EGLBoolean eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync);
30 eglw::EGLBoolean eglDestroySyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync)
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11_dri3.h 38 EGLBoolean
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 4 typedef int EGLBoolean;
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 30 EGLBoolean (*eglInitialize)(EGLDisplay dpy, EGLint *major, EGLint *minor);
31 EGLBoolean (*eglTerminate)(EGLDisplay dpy);
33 EGLBoolean (*eglGetConfigs)(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
34 EGLBoolean (*eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
35 EGLBoolean (*eglGetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
39 EGLBoolean (*eglDestroySurface)(EGLDisplay dpy, EGLSurface surface);
40 EGLBoolean (*eglQuerySurface)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
41 EGLBoolean (*eglBindAPI)(EGLenum api);
43 EGLBoolean (*eglWaitClient)(void);
44 EGLBoolean (*eglReleaseThread)(void)
    [all...]
  /frameworks/base/libs/hwui/debug/
nullegl.cpp 63 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint* major, EGLint* minor) {
67 EGLBoolean eglTerminate(EGLDisplay dpy) {
78 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint* attrib_list, EGLConfig* configs,
94 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) {
99 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) {
104 EGLBoolean eglReleaseThread(void) {
108 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) {
112 EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval) {
120 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) {
125 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx)
    [all...]
  /device/generic/goldfish-opengl/system/include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync)
    [all...]
  /frameworks/native/opengl/include/EGL/
eglext.h 127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
131 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
139 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value);
141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *value);
153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
209 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglext.h 71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface, const EGLint *attrib_list);
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface);
85 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
88 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
142 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
144 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
145 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
    [all...]
  /device/generic/goldfish-opengl/system/egl/
eglDisplay.h 58 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
59 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
60 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format);
61 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
77 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);
78 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);

Completed in 440 milliseconds

1 2 3 4 5 6