Home
last modified time | relevance | path

Searched refs:EGLBoolean (Results 1 - 25 of 120) sorted by relevance

12345

/third_party/mesa3d/src/egl/main/
H A Degldisplay.h82 EGLBoolean IsLinked;
98 EGLBoolean ANDROID_blob_cache;
99 EGLBoolean ANDROID_framebuffer_target;
100 EGLBoolean ANDROID_image_native_buffer;
101 EGLBoolean ANDROID_native_fence_sync;
102 EGLBoolean ANDROID_recordable;
104 EGLBoolean CHROMIUM_sync_control;
106 EGLBoolean EXT_buffer_age;
107 EGLBoolean EXT_create_context_robustness;
108 EGLBoolean EXT_image_dma_buf_impor
[all...]
H A Degldriver.h85 EGLBoolean (*Initialize)(_EGLDisplay *disp);
86 EGLBoolean (*Terminate)(_EGLDisplay *disp);
91 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx);
95 EGLBoolean (*MakeCurrent)(_EGLDisplay *disp,
106 EGLBoolean (*DestroySurface)(_EGLDisplay *disp, _EGLSurface *surface);
107 EGLBoolean (*QuerySurface)(_EGLDisplay *disp, _EGLSurface *surface,
109 EGLBoolean (*BindTexImage)(_EGLDisplay *disp, _EGLSurface *surface,
111 EGLBoolean (*ReleaseTexImage)(_EGLDisplay *disp, _EGLSurface *surface,
113 EGLBoolean (*SwapInterval)(_EGLDisplay *disp, _EGLSurface *surf,
115 EGLBoolean (*SwapBuffer
[all...]
H A Deglsurface.h78 EGLBoolean Lost;
84 EGLBoolean MipmapTexture;
85 EGLBoolean LargestPbuffer;
157 EGLBoolean SetDamageRegionCalled;
163 EGLBoolean BufferAgeRead;
166 EGLBoolean BoundToTexture;
168 EGLBoolean PostSubBufferSupportedNV;
170 EGLBoolean ProtectedContent;
172 EGLBoolean PresentOpaque;
180 extern EGLBoolean
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A Dfunctionsegl_typedefs.h17 typedef EGLBoolean (*PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy,
22 typedef EGLBoolean (*PFNEGLCOPYBUFFERSPROC)(EGLDisplay dpy,
40 typedef EGLBoolean (*PFNEGLDESTROYCONTEXTPROC)(EGLDisplay dpy, EGLContext ctx);
41 typedef EGLBoolean (*PFNEGLDESTROYSURFACEPROC)(EGLDisplay dpy, EGLSurface surface);
42 typedef EGLBoolean (*PFNEGLGETCONFIGATTRIBPROC)(EGLDisplay dpy,
46 typedef EGLBoolean (*PFNEGLGETCONFIGSPROC)(EGLDisplay dpy,
55 typedef EGLBoolean (*PFNEGLINITIALIZEPROC)(EGLDisplay dpy, EGLint *major, EGLint *minor);
56 typedef EGLBoolean (*PFNEGLMAKECURRENTPROC)(EGLDisplay dpy,
60 typedef EGLBoolean (*PFNEGLQUERYCONTEXTPROC)(EGLDisplay dpy,
65 typedef EGLBoolean (*PFNEGLQUERYSURFACEPRO
[all...]
H A DFunctionsEGL.h44 EGLBoolean chooseConfig(EGLint const *attrib_list,
48 EGLBoolean getConfigs(EGLConfig *configs, EGLint config_size, EGLint *num_config) const;
49 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const;
58 EGLBoolean destroyContext(EGLContext context) const;
59 EGLBoolean destroySurface(EGLSurface surface) const;
60 EGLBoolean makeCurrent(EGLSurface surface, EGLContext context) const;
62 EGLBoolean querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const;
63 EGLBoolean swapBuffers(EGLSurface surface) const;
65 EGLBoolean bindTexImage(EGLSurface surface, EGLint buffer) const;
66 EGLBoolean releaseTexImag
[all...]
/third_party/EGL/api/EGL/
H A Deglext.h108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value);
122 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *value);
134 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
136 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
139 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
141 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
190 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
193 EGLAPI EGLBoolean EGLAPIENTR
[all...]
H A Degl.h39 typedef unsigned int EGLBoolean; typedef
106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface);
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
121 typedef EGLBoolean (EGLAPIENTRYP PFNEGLINITIALIZEPROC) (EGLDisplay dpy, EGLint *major, EGLint *minor);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
123 typedef EGLBoolean (EGLAPIENTRY
[all...]
/third_party/mesa3d/include/EGL/
H A Deglext.h108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value);
122 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *value);
134 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
136 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
139 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
141 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
190 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
193 EGLAPI EGLBoolean EGLAPIENTR
[all...]
H A Degl.h39 typedef unsigned int EGLBoolean; typedef
106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface);
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
121 typedef EGLBoolean (EGLAPIENTRYP PFNEGLINITIALIZEPROC) (EGLDisplay dpy, EGLint *major, EGLint *minor);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
123 typedef EGLBoolean (EGLAPIENTRY
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.h30 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingSupportedANDROID(EGLDisplay dpy,
33 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingANDROID(EGLDisplay dpy,
38 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetNextFrameIdANDROID(EGLDisplay dpy,
41 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampSupportedANDROID(EGLDisplay dpy,
44 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampsANDROID(EGLDisplay dpy,
59 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_PresentationTimeANDROID(EGLDisplay dpy,
67 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_ReleaseDeviceANGLE(EGLDeviceEXT device);
73 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribANGLE(EGLDisplay dpy,
100 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_QuerySurfacePointerANGLE(EGLDisplay dpy,
106 ANGLE_EXPORT EGLBoolean EGLAPIENTR
[all...]
H A Dentry_points_egl_autogen.h20 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_ChooseConfig(EGLDisplay dpy,
25 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_CopyBuffers(EGLDisplay dpy,
43 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroyContext(EGLDisplay dpy, EGLContext ctx);
44 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface);
45 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetConfigAttrib(EGLDisplay dpy,
49 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetConfigs(EGLDisplay dpy,
59 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
60 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_MakeCurrent(EGLDisplay dpy,
64 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_QueryContext(EGLDisplay dpy,
69 ANGLE_EXPORT EGLBoolean EGLAPIENTR
[all...]
H A Degl_ext_stubs_autogen.h68 EGLBoolean DestroyImageKHR(Thread *thread, egl::Display *dpyPacked, Image *imagePacked);
69 EGLBoolean DestroyStreamKHR(Thread *thread, egl::Display *dpyPacked, Stream *streamPacked);
70 EGLBoolean DestroySyncKHR(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked);
77 EGLBoolean GetSyncAttribKHR(Thread *thread,
87 EGLBoolean LockSurfaceKHR(Thread *thread,
91 EGLBoolean PostSubBufferNV(Thread *thread,
98 EGLBoolean PresentationTimeANDROID(Thread *thread,
102 EGLBoolean GetCompositorTimingSupportedANDROID(Thread *thread,
106 EGLBoolean GetCompositorTimingANDROID(Thread *thread,
112 EGLBoolean GetNextFrameIdANDROI
[all...]
H A Degl_stubs_autogen.h35 EGLBoolean BindAPI(Thread *thread, EGLenum api);
36 EGLBoolean BindTexImage(Thread *thread,
40 EGLBoolean ChooseConfig(Thread *thread,
51 EGLBoolean CopyBuffers(Thread *thread,
100 EGLBoolean DestroyContext(Thread *thread, egl::Display *dpyPacked, gl::Context *ctxPacked);
101 EGLBoolean DestroyImage(Thread *thread, egl::Display *dpyPacked, Image *imagePacked);
102 EGLBoolean DestroySurface(Thread *thread, egl::Display *dpyPacked, Surface *surfacePacked);
103 EGLBoolean DestroySync(Thread *thread, egl::Display *dpyPacked, Sync *syncPacked);
104 EGLBoolean GetConfigAttrib(Thread *thread,
109 EGLBoolean GetConfig
[all...]
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext.h108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
112 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDebugKHR (EGLint attribute, EGLAttrib *value);
120 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDISPLAYATTRIBKHRPROC) (EGLDisplay dpy, EGLint name, EGLAttrib *value);
122 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *value);
134 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
136 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
139 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
141 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
190 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
193 EGLAPI EGLBoolean EGLAPIENTR
[all...]
H A Degl.h39 typedef unsigned int EGLBoolean; typedef
106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
107 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCOPYBUFFERSPROC) (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target);
112 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYCONTEXTPROC) (EGLDisplay dpy, EGLContext ctx);
113 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSURFACEPROC) (EGLDisplay dpy, EGLSurface surface);
114 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGATTRIBPROC) (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
115 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETCONFIGSPROC) (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
121 typedef EGLBoolean (EGLAPIENTRYP PFNEGLINITIALIZEPROC) (EGLDisplay dpy, EGLint *major, EGLint *minor);
122 typedef EGLBoolean (EGLAPIENTRYP PFNEGLMAKECURRENTPROC) (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx);
123 typedef EGLBoolean (EGLAPIENTRY
[all...]
/third_party/skia/third_party/externals/swiftshader/include/EGL/
H A Deglext.h127 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 EGLAPIENTR
[all...]
/third_party/skia/third_party/externals/egl-registry/api/EGL/
H A Deglext.h127 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 EGLAPIENTR
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
H A DlibEGL.hpp30 EGLBoolean (EGLAPIENTRY* eglInitialize)(EGLDisplay dpy, EGLint *major, EGLint *minor);
31 EGLBoolean (EGLAPIENTRY* eglTerminate)(EGLDisplay dpy);
33 EGLBoolean (EGLAPIENTRY* eglGetConfigs)(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
34 EGLBoolean (EGLAPIENTRY* eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
35 EGLBoolean (EGLAPIENTRY* eglGetConfigAttrib)(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
39 EGLBoolean (EGLAPIENTRY* eglDestroySurface)(EGLDisplay dpy, EGLSurface surface);
40 EGLBoolean (EGLAPIENTRY* eglQuerySurface)(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
41 EGLBoolean (EGLAPIENTRY* eglBindAPI)(EGLenum api);
43 EGLBoolean (EGLAPIENTRY* eglWaitClient)(void);
44 EGLBoolean (EGLAPIENTR
[all...]
H A Dmain.cpp349 EGLBoolean EGLAPIENTRY Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
350 EGLBoolean EGLAPIENTRY Terminate(EGLDisplay dpy);
352 EGLBoolean EGLAPIENTRY GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
354 EGLBoolean EGLAPIENTRY GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
358 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface);
359 EGLBoolean EGLAPIENTRY QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
360 EGLBoolean EGLAPIENTRY BindAPI(EGLenum api);
362 EGLBoolean EGLAPIENTRY WaitClient(void);
363 EGLBoolean EGLAPIENTR
[all...]
/third_party/EGL/api/1.2/EGL/
H A Degl.h16 typedef unsigned int EGLBoolean; typedef
198 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
199 EGLBoolean eglTerminate(EGLDisplay dpy);
203 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
205 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
208 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
219 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
220 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
223 EGLBoolean eglBindAPI(EGLenum api);
226 EGLBoolean eglWaitClien
[all...]
/third_party/EGL/api/1.2/
H A Degl.h12 typedef unsigned int EGLBoolean; typedef
194 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
195 EGLBoolean eglTerminate(EGLDisplay dpy);
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
219 EGLBoolean eglBindAPI(EGLenum api);
222 EGLBoolean eglWaitClien
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.2/EGL/
H A Degl.h12 typedef unsigned int EGLBoolean; typedef
194 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
195 EGLBoolean eglTerminate(EGLDisplay dpy);
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
219 EGLBoolean eglBindAPI(EGLenum api);
222 EGLBoolean eglWaitClien
[all...]
/third_party/skia/third_party/externals/egl-registry/api/1.2/
H A Degl.h12 typedef unsigned int EGLBoolean; typedef
194 EGLBoolean eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
195 EGLBoolean eglTerminate(EGLDisplay dpy);
199 EGLBoolean eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
201 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
204 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
215 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
216 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
219 EGLBoolean eglBindAPI(EGLenum api);
222 EGLBoolean eglWaitClien
[all...]
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp65 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig()
75 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers()
118 EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
124 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
130 EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, in eglGetConfigAttrib()
139 EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, in eglGetConfigs()
178 EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
184 EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay dpy, in eglMakeCurrent()
193 EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, in eglQueryContext()
208 EGLBoolean EGLAPIENTR
[all...]
/third_party/EGL/api/1.1/EGL/
H A Degl.h38 typedef int EGLBoolean;
186 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
187 GLAPI EGLBoolean APIENTRY eglTerminate (EGLDisplay dpy);
191 GLAPI EGLBoolean APIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
192 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
193 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
198 GLAPI EGLBoolean APIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
199 GLAPI EGLBoolean APIENTRY eglQuerySurface (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
202 GLAPI EGLBoolean APIENTRY eglSurfaceAttrib (EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value);
203 GLAPI EGLBoolean APIENTR
[all...]

Completed in 23 milliseconds

12345