Home
last modified time | relevance | path

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

123

/external/mesa3d/src/egl/main/
Degldisplay.h75 EGLBoolean IsLinked;
88 EGLBoolean MESA_screen_surface;
89 EGLBoolean MESA_copy_context;
90 EGLBoolean MESA_drm_display;
91 EGLBoolean MESA_drm_image;
93 EGLBoolean WL_bind_wayland_display;
95 EGLBoolean KHR_image_base;
96 EGLBoolean KHR_image_pixmap;
97 EGLBoolean KHR_vg_parent_image;
98 EGLBoolean KHR_gl_texture_2D_image;
[all …]
Deglapi.h45 typedef EGLBoolean (*Initialize_t)(_EGLDriver *, _EGLDisplay *dpy);
46 typedef EGLBoolean (*Terminate_t)(_EGLDriver *, _EGLDisplay *dpy);
49 typedef EGLBoolean (*GetConfigs_t)(_EGLDriver *drv, _EGLDisplay *dpy, EGLConfig *configs, EGLint co…
50 typedef EGLBoolean (*ChooseConfig_t)(_EGLDriver *drv, _EGLDisplay *dpy, const EGLint *attrib_list, …
51 typedef EGLBoolean (*GetConfigAttrib_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, EGLi…
55 typedef EGLBoolean (*DestroyContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx);
57 typedef EGLBoolean (*MakeCurrent_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *draw, _EGLSurfa…
58 typedef EGLBoolean (*QueryContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLContext *ctx, EGLint at…
64 typedef EGLBoolean (*DestroySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface);
65 typedef EGLBoolean (*QuerySurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surface, EGLin…
[all …]
Deglapi.c308 EGLBoolean EGLAPIENTRY
334 EGLBoolean EGLAPIENTRY
368 EGLBoolean EGLAPIENTRY
374 EGLBoolean ret; in eglGetConfigs()
383 EGLBoolean EGLAPIENTRY
389 EGLBoolean ret; in eglChooseConfig()
399 EGLBoolean EGLAPIENTRY
406 EGLBoolean ret; in eglGetConfigAttrib()
444 EGLBoolean EGLAPIENTRY
450 EGLBoolean ret; in eglDestroyContext()
[all …]
Deglsurface.h58 EGLBoolean MipmapTexture;
59 EGLBoolean LargestPbuffer;
75 EGLBoolean BoundToTexture;
77 EGLBoolean PostSubBufferSupportedNV;
81 PUBLIC EGLBoolean
86 extern EGLBoolean
90 extern EGLBoolean
94 PUBLIC extern EGLBoolean
98 extern EGLBoolean
117 static INLINE EGLBoolean
Deglconfig.h187 PUBLIC EGLBoolean
188 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching);
191 PUBLIC EGLBoolean
195 PUBLIC EGLBoolean
202 const _EGLConfig *criteria, EGLBoolean compare_id);
205 PUBLIC EGLBoolean
208 EGLBoolean (*match)(const _EGLConfig *, void *),
214 extern EGLBoolean
218 extern EGLBoolean
222 extern EGLBoolean
Deglscreen.h92 extern EGLBoolean
96 extern EGLBoolean
100 extern EGLBoolean
105 extern EGLBoolean
109 extern EGLBoolean
Deglscreen.c154 static EGLBoolean
164 EGLBoolean
178 EGLBoolean
192 EGLBoolean
204 EGLBoolean
213 EGLBoolean
Deglconfig.c258 EGLBoolean
259 _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching) in _eglValidateConfig()
262 EGLBoolean valid = EGL_TRUE; in _eglValidateConfig()
429 EGLBoolean
433 EGLBoolean matched = EGL_TRUE; in _eglMatchConfig()
483 static INLINE EGLBoolean
503 EGLBoolean
575 const _EGLConfig *criteria, EGLBoolean compare_id) in _eglCompareConfigs()
709 EGLBoolean
712 EGLBoolean (*match)(const _EGLConfig *, void *), in _eglFilterConfigArray()
[all …]
Deglcontext.h66 PUBLIC EGLBoolean
71 extern EGLBoolean
75 PUBLIC EGLBoolean
96 static INLINE EGLBoolean
Degldriver.c196 static EGLBoolean
321 static EGLBoolean
343 EGLBoolean need_suffix; in _eglLoaderFile()
374 EGLBoolean (*loader)(const char *, size_t, void *), in _eglPreloadForEach()
405 EGLBoolean use_env; in _eglGetSearchPath()
465 static EGLBoolean
557 static EGLBoolean
627 _eglMatchDriver(_EGLDisplay *dpy, EGLBoolean test_only) in _eglMatchDriver()
709 _eglSearchPathForEach(EGLBoolean (*callback)(const char *, size_t, void *), in _eglSearchPathForEach()
Deglcurrent.c49 static EGLBoolean _egl_TSDInitialized;
89 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) in _eglInitTSD()
131 static INLINE EGLBoolean _eglInitTSD(void (*dtor)(_EGLThreadInfo *)) in _eglInitTSD()
234 EGLBoolean
267 EGLBoolean
Deglcurrent.h63 static INLINE EGLBoolean
100 extern EGLBoolean
112 PUBLIC EGLBoolean
/external/mesa3d/include/EGL/
Deglmesaext.h56 EGLAPI EGLBoolean EGLAPIENTRY eglChooseModeMESA(EGLDisplay dpy, EGLScreenMESA screen, const EGLint …
57 EGLAPI EGLBoolean EGLAPIENTRY eglGetModesMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *mo…
58 EGLAPI EGLBoolean EGLAPIENTRY eglGetModeAttribMESA(EGLDisplay dpy, EGLModeMESA mode, EGLint attribu…
59 EGLAPI EGLBoolean EGLAPIENTRY eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, EGLint max_…
61 EGLAPI EGLBoolean EGLAPIENTRY eglShowScreenSurfaceMESA(EGLDisplay dpy, EGLint screen, EGLSurface su…
62 EGLAPI EGLBoolean EGLAPIENTRY eglScreenPositionMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint x,…
63 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLint attri…
64 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenSurfaceMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLSu…
65 EGLAPI EGLBoolean EGLAPIENTRY eglQueryScreenModeMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeM…
69 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSEMODEMESA) (EGLDisplay dpy, EGLScreenMESA screen, const…
[all …]
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
252 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
253 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy);
257 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs,
259 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list,
262 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config,
273 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface);
274 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay dpy, EGLSurface surface,
277 EGLAPI EGLBoolean EGLAPIENTRY eglBindAPI(EGLenum api);
280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
[all …]
/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 …]
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 …]
DeglwApi.inl63 EGLBoolean eglwBindAPI (EGLenum api);
64 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
65 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
68 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta…
82 EGLBoolean eglwDestroyContext (EGLDisplay dpy, EGLContext ctx);
83 EGLBoolean eglwDestroyImage (EGLDisplay dpy, EGLImage image);
84 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image);
85 EGLBoolean eglwDestroySurface (EGLDisplay dpy, EGLSurface surface);
86 EGLBoolean eglwDestroySync (EGLDisplay dpy, EGLSync sync);
87 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync);
[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 …]
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 …]
/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…
10 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::…
20 eglw::EGLBoolean eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx);
21 eglw::EGLBoolean eglDestroyImage (eglw::EGLDisplay dpy, eglw::EGLImage image);
22 eglw::EGLBoolean eglDestroySurface (eglw::EGLDisplay dpy, eglw::EGLSurface surface);
23 eglw::EGLBoolean eglDestroySync (eglw::EGLDisplay dpy, eglw::EGLSync sync);
24 eglw::EGLBoolean eglGetConfigAttrib (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw:…
25 eglw::EGLBoolean eglGetConfigs (eglw::EGLDisplay dpy, eglw::EGLConfig *configs, eglw::E…
[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…
52 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eg…
56 eglw::EGLBoolean returnValue = m_egl.copyBuffers(dpy, surface, target);
152 eglw::EGLBoolean CallLogWrapper::eglDestroyContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx)
156 eglw::EGLBoolean returnValue = m_egl.destroyContext(dpy, ctx);
[all …]
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h230 EGLBoolean
237 EGLBoolean
240 EGLBoolean
256 EGLBoolean
259 EGLBoolean
262 EGLBoolean
265 EGLBoolean
/external/deqp/modules/egl/
DteglApiCase.hpp55 void expectBoolean (eglw::EGLBoolean expected, eglw::EGLBoolean got);
62 inline void expectTrue (eglw::EGLBoolean got) { expectBoolean(EGL_TRUE, got); } in expectTrue()
63 inline void expectFalse (eglw::EGLBoolean got) { expectBoolean(EGL_FALSE, got); } in expectFalse()
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c106 static EGLBoolean
120 static EGLBoolean
205 static EGLBoolean
477 static EGLBoolean
485 static EGLBoolean
495 EGLBoolean ok = EGL_TRUE; in egl_g3d_make_current()
553 static EGLBoolean
555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve) in swap_buffers()
590 static EGLBoolean
600 static EGLBoolean
[all …]

123