Home
last modified time | relevance | path

Searched refs:EGLBoolean (Results 1 – 25 of 84) sorted by relevance

1234

/external/mesa3d/src/egl/main/
Degldisplay.h79 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_image_dma_buf_import_modifiers;
[all …]
Deglapi.h55 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 …]
Deglsurface.h62 EGLBoolean Lost;
68 EGLBoolean MipmapTexture;
69 EGLBoolean LargestPbuffer;
89 EGLBoolean SetDamageRegionCalled;
95 EGLBoolean BufferAgeRead;
98 EGLBoolean BoundToTexture;
100 EGLBoolean PostSubBufferSupportedNV;
104 extern EGLBoolean
109 extern EGLBoolean
113 extern EGLBoolean
[all …]
Deglapi.c259 static EGLBoolean
579 EGLBoolean EGLAPIENTRY
636 EGLBoolean EGLAPIENTRY
692 EGLBoolean EGLAPIENTRY
698 EGLBoolean ret; in eglGetConfigs()
709 EGLBoolean EGLAPIENTRY
715 EGLBoolean ret; in eglChooseConfig()
727 EGLBoolean EGLAPIENTRY
734 EGLBoolean ret; in eglGetConfigAttrib()
775 EGLBoolean EGLAPIENTRY
[all …]
Deglconfig.h199 extern EGLBoolean
200 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching);
203 extern EGLBoolean
207 extern EGLBoolean
214 const _EGLConfig *criteria, EGLBoolean compare_id);
217 extern EGLBoolean
220 EGLBoolean (*match)(const _EGLConfig *, void *),
226 extern EGLBoolean
230 extern EGLBoolean
234 extern EGLBoolean
/external/swiftshader/include/EGL/
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, EGL…
141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val…
153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLi…
158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribut…
209 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
[all …]
Degl.h54 typedef unsigned int EGLBoolean; typedef
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig…
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy…
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribut…
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size…
136 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGL…
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
[all …]
/external/mesa3d/include/EGL/
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, EGL…
141 EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribKHR (EGLDisplay dpy, EGLint name, EGLAttrib *val…
153 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
155 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLi…
158 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
160 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribut…
209 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYIMAGEKHRPROC) (EGLDisplay dpy, EGLImageKHR image);
212 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
[all …]
Degl.h54 typedef unsigned int EGLBoolean; typedef
121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig…
122 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTy…
127 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext (EGLDisplay dpy, EGLContext ctx);
128 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface (EGLDisplay dpy, EGLSurface surface);
129 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribut…
130 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size…
136 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
137 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent (EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGL…
138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
[all …]
Deglmesaext.h60 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, E…
64 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *di…
65 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *…
66 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYWAYLANDBUFFERWL) (EGLDisplay dpy, struct wl_resource *b…
82 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSWAPBUFFERSREGIONNOK) (EGLDisplay dpy, EGLSurface surface, E…
/external/swiftshader/src/OpenGL/libEGL/
DlibEGL.hpp30 EGLBoolean (*eglInitialize)(EGLDisplay dpy, EGLint *major, EGLint *minor);
31 EGLBoolean (*eglTerminate)(EGLDisplay dpy);
33EGLBoolean (*eglGetConfigs)(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_co…
34EGLBoolean (*eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLin…
35EGLBoolean (*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 …]
Dmain.cpp339 EGLBoolean Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
340 EGLBoolean Terminate(EGLDisplay dpy);
342 EGLBoolean GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
343 EGLBoolean ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint confi…
344 EGLBoolean GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
348 EGLBoolean DestroySurface(EGLDisplay dpy, EGLSurface surface);
349 EGLBoolean QuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value);
350 EGLBoolean BindAPI(EGLenum api);
352 EGLBoolean WaitClient(void);
353 EGLBoolean ReleaseThread(void);
[all …]
DConfig.h50 EGLBoolean mBindToTextureRGB; // True if bindable to RGB textures.
51 EGLBoolean mBindToTextureRGBA; // True if bindable to RGBA textures.
58 EGLBoolean mMatchNativePixmap; // Match the native pixmap format
64 EGLBoolean mNativeRenderable; // EGL_TRUE if native rendering APIs can render to surface
77 EGLBoolean mRecordableAndroid; // EGL_ANDROID_recordable
78 EGLBoolean mFramebufferTargetAndroid; // EGL_ANDROID_framebuffer_target
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryDecl.inl6 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,…
11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target…
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 …]
DeglwImpl.inl7 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 …
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 …]
DeglwLibrary.inl6 virtual EGLBoolean bindAPI (EGLenum api) const = 0;
7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) con…
8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *…
11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTyp…
25 virtual EGLBoolean destroyContext (EGLDisplay dpy, EGLContext ctx) const …
26 virtual EGLBoolean destroyImage (EGLDisplay dpy, EGLImage image) const …
27 virtual EGLBoolean destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const …
28 virtual EGLBoolean destroySurface (EGLDisplay dpy, EGLSurface surface) const …
29 virtual EGLBoolean destroySync (EGLDisplay dpy, EGLSync sync) const …
30 virtual EGLBoolean destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const …
[all …]
DeglwFunctionTypes.inl6 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindAPIFunc) (EGLenum api);
7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, E…
8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, c…
11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, E…
25 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyContextFunc) (EGLDisplay dpy,…
26 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyImageFunc) (EGLDisplay dpy, E…
27 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroyImageKHRFunc) (EGLDisplay dpy…
28 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySurfaceFunc) (EGLDisplay dpy,…
29 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncFunc) (EGLDisplay dpy, E…
30 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglDestroySyncKHRFunc) (EGLDisplay dpy,…
[all …]
DeglwApi.inl65 EGLBoolean eglwBindAPI (EGLenum api);
66 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
67 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
70 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta…
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 …]
DeglwFuncPtrLibraryImpl.inl7 EGLBoolean FuncPtrLibrary::bindAPI (EGLenum api) const
12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const
17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar…
102 EGLBoolean FuncPtrLibrary::destroyContext (EGLDisplay dpy, EGLContext ctx) const
107 EGLBoolean FuncPtrLibrary::destroyImage (EGLDisplay dpy, EGLImage image) const
112 EGLBoolean FuncPtrLibrary::destroyImageKHR (EGLDisplay dpy, EGLImageKHR image) const
117 EGLBoolean FuncPtrLibrary::destroySurface (EGLDisplay dpy, EGLSurface surface) const
122 EGLBoolean FuncPtrLibrary::destroySync (EGLDisplay dpy, EGLSync sync) const
127 EGLBoolean FuncPtrLibrary::destroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync) const
[all …]
DeglwImplExt.inl47 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_rect…
91 return (EGLBoolean)0;
[all …]
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglext.h71 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay display, EGLSurface surface, const EGLi…
72 EGLAPI EGLBoolean EGLAPIENTRY eglUnlockSurfaceKHR (EGLDisplay display, EGLSurface surface);
74 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surface,…
75 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNLOCKSURFACEKHRPROC) (EGLDisplay display, EGLSurface surfac…
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…
148 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
[all …]
Degl.h44 typedef unsigned int EGLBoolean; typedef
253 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
254 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
258 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
260 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
263 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
274 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
275 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
278 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
281 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
[all …]
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl6 eglw::EGLBoolean eglBindAPI (eglw::EGLenum api);
7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw:…
8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list…
11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::…
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 …]
DegluCallLogWrapper.inl7 eglw::EGLBoolean CallLogWrapper::eglBindAPI (eglw::EGLenum api)
11 eglw::EGLBoolean returnValue = m_egl.bindAPI(api);
17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, e…
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_…
31 …eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_conf…
62 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eg…
66 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);
202 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx)
206 eglw::EGLBoolean returnValue = m_egl.destroyContext(dpy, ctx);
[all …]
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h97 EGLBoolean (*destroy_surface)(_EGLDriver *drv, _EGLDisplay *dpy,
100 EGLBoolean (*swap_interval)(_EGLDriver *drv, _EGLDisplay *dpy,
108 EGLBoolean (*swap_buffers)(_EGLDriver *drv, _EGLDisplay *dpy,
111 EGLBoolean (*swap_buffers_with_damage)(_EGLDriver *drv, _EGLDisplay *dpy,
115 EGLBoolean (*set_damage_region)(_EGLDriver *drv, _EGLDisplay *dpy,
119 EGLBoolean (*swap_buffers_region)(_EGLDriver *drv, _EGLDisplay *dpy,
123 EGLBoolean (*post_sub_buffer)(_EGLDriver *drv, _EGLDisplay *dpy,
128 EGLBoolean (*copy_buffers)(_EGLDriver *drv, _EGLDisplay *dpy,
134 EGLBoolean (*query_surface)(_EGLDriver *drv, _EGLDisplay *dpy,
141 EGLBoolean (*get_sync_values)(_EGLDisplay *display, _EGLSurface *surface,
[all …]

1234