Home
last modified time | relevance | path

Searched refs:attrib_list (Results 1 – 25 of 142) sorted by relevance

123456

/external/mesa3d/src/egl/main/
Degldisplay.c244 const EGLAttrib *attrib_list) in _eglFindDisplay() argument
257 _eglSameAttribs(disp->Options.Attribs, attrib_list)) in _eglFindDisplay()
270 num_attribs = _eglNumAttribs(attrib_list); in _eglFindDisplay()
278 memcpy(disp->Options.Attribs, attrib_list, in _eglFindDisplay()
492 const EGLAttrib *attrib_list) in _eglGetX11Display() argument
497 if (attrib_list != NULL) { in _eglGetX11Display()
498 for (int i = 0; attrib_list[i] != EGL_NONE; i += 2) { in _eglGetX11Display()
499 if (attrib_list[i] != EGL_PLATFORM_X11_SCREEN_EXT) { in _eglGetX11Display()
505 return _eglFindDisplay(_EGL_PLATFORM_X11, native_display, attrib_list); in _eglGetX11Display()
512 const EGLAttrib *attrib_list) in _eglGetGbmDisplay() argument
[all …]
Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) in _eglParseSyncAttribList() argument
46 if (!attrib_list) in _eglParseSyncAttribList()
49 for (i = 0; attrib_list[i] != EGL_NONE; i++) { in _eglParseSyncAttribList()
50 EGLAttrib attr = attrib_list[i++]; in _eglParseSyncAttribList()
51 EGLAttrib val = attrib_list[i]; in _eglParseSyncAttribList()
87 const EGLAttrib *attrib_list) in _eglInitSync() argument
96 err = _eglParseSyncAttribList(sync, attrib_list); in _eglInitSync()
/external/angle/src/libEGL/
DlibEGL_autogen.cpp66 const EGLint *attrib_list, in eglChooseConfig() argument
72 return EGL_ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
86 const EGLint *attrib_list) in eglCreateContext() argument
89 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
94 const EGLint *attrib_list) in eglCreatePbufferSurface() argument
97 return EGL_CreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface()
103 const EGLint *attrib_list) in eglCreatePixmapSurface() argument
106 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
112 const EGLint *attrib_list) in eglCreateWindowSurface() argument
115 return EGL_CreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()
[all …]
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf… argument
19 return m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_config);
37 …ntext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const
39 return m_egl.createContext(dpy, config, share_context, attrib_list);
42 …ay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const
44 return m_egl.createImage(dpy, ctx, target, buffer, attrib_list);
47 …splay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const
49 return m_egl.createImageKHR(dpy, ctx, target, buffer, attrib_list);
52 …ay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const
54 return m_egl.createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
[all …]
DeglwFuncPtrLibraryDecl.inl8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,…
12 … (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const;
13 …y dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const;
14 …play dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const;
15 …y dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const;
16 … createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const;
17 … (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const;
18 …rface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) const;
19 …urfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const;
20 …rface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const;
[all …]
DeglwLibrary.inl8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *…
12 …LDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) const = 0;
13 …y, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) const = 0;
14 …dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) const = 0;
15 …y, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) const = 0;
16 …reatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) const …
17 …isplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) const = 0;
18 …GLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list) const = 0;
19 … (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) const = 0;
20 …GLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list) const = 0;
[all …]
DeglwApi.inl67 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
71 …ontext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
72 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
73 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
74 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
75 …e eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
76 …rface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
77 …xmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
78 …ixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
79 …ndowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
[all …]
DeglwFunctionTypes.inl8 …EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *con…
12 …tFunc) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
13 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
14 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
15 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
16 …NTRY* eglCreatePbufferSurfaceFunc) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
17 …Func) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
18 …urfaceFunc) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
19 …SurfaceEXTFunc) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list);
20 …urfaceFunc) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
[all …]
DeglwImplExt.inl15 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) argument
20 return egl->createImageKHR(dpy, ctx, target, buffer, attrib_list);
23 …PixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) argument
28 return egl->createPlatformPixmapSurfaceEXT(dpy, config, native_pixmap, attrib_list);
31 …WindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLint *attrib_list) argument
36 return egl->createPlatformWindowSurfaceEXT(dpy, config, native_window, attrib_list);
39 EGLSyncKHR eglwCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) argument
44 return egl->createSyncKHR(dpy, type, attrib_list);
63 …splay eglwGetPlatformDisplayEXT (EGLenum platform, void *native_display, const EGLint *attrib_list) argument
68 return egl->getPlatformDisplayEXT(platform, native_display, attrib_list);
[all …]
DeglwImpl.inl23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint … argument
28 return egl->chooseConfig(dpy, attrib_list, configs, config_size, num_config);
47 …eateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) argument
52 return egl->createContext(dpy, config, share_context, attrib_list);
55 …LDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) argument
60 return egl->createImage(dpy, ctx, target, buffer, attrib_list);
63 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
68 return egl->createPbufferFromClientBuffer(dpy, buftype, buffer, config, attrib_list);
71 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
76 return egl->createPbufferSurface(dpy, config, attrib_list);
[all …]
/external/swiftshader/src/OpenGL/libEGL/
Dmain.cpp353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, …
355 …owSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list);
356 …face EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
357 …apSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
364 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
369 …eateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
380 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
381 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
383 …LAPIENTRY GetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list);
384 …LAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
[all …]
DlibEGL.cpp109 explicit EGLAttribs(const EGLint *attrib_list) in EGLAttribs() argument
111 if(attrib_list) in EGLAttribs()
113 while(*attrib_list != EGL_NONE) in EGLAttribs()
115 attrib.push_back(static_cast<EGLAttrib>(*attrib_list)); in EGLAttribs()
116 attrib_list++; in EGLAttribs()
293 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, … in ChooseConfig() argument
297 dpy, attrib_list, configs, config_size, num_config); in ChooseConfig()
315 if(!attrib_list) in ChooseConfig()
317 attrib_list = attribList; in ChooseConfig()
320 if(!display->getConfigs(configs, attrib_list, config_size, num_config)) in ChooseConfig()
[all …]
/external/mesa3d/src/gallium/frontends/va/
Dconfig.c112 VAConfigAttrib *attrib_list, int num_attribs) in vlVaGetConfigAttributes() argument
127 switch (attrib_list[i].type) { in vlVaGetConfigAttributes()
145 switch (attrib_list[i].type) { in vlVaGetConfigAttributes()
173 switch (attrib_list[i].type) { in vlVaGetConfigAttributes()
186 attrib_list[i].value = value; in vlVaGetConfigAttributes()
194 VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id) in vlVaCreateConfig() argument
221 if (attrib_list[i].type == VAConfigAttribRTFormat) { in vlVaCreateConfig()
222 if (attrib_list[i].value & supported_rt_formats) { in vlVaCreateConfig()
223 config->rt_format = attrib_list[i].value; in vlVaCreateConfig()
284 if (attrib_list[i].type == VAConfigAttribRateControl) { in vlVaCreateConfig()
[all …]
/external/angle/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h18 const EGLint *attrib_list,
28 const EGLint *attrib_list);
31 const EGLint *attrib_list);
35 const EGLint *attrib_list);
39 const EGLint *attrib_list);
90 const EGLint *attrib_list);
100 typedef EGLSync (*PFNEGLCREATESYNCPROC)(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
114 const EGLAttrib *attrib_list);
118 const EGLAttrib *attrib_list);
122 const EGLAttrib *attrib_list);
[all …]
/external/mesa3d/src/glx/
Dglx_pbuffer.c195 const int *attrib_list, size_t num_attribs) in CreateDRIDrawable() argument
222 pdraw->textureTarget = determineTextureTarget(attrib_list, num_attribs); in CreateDRIDrawable()
223 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs); in CreateDRIDrawable()
249 const int *attrib_list, size_t num_attribs) in CreateDRIDrawable() argument
461 Drawable drawable, const int *attrib_list, CARD8 glxCode) in CreateDrawable() argument
471 if (attrib_list) { in CreateDrawable()
472 while (attrib_list[i * 2] != None) in CreateDrawable()
496 if (attrib_list) in CreateDrawable()
497 memcpy(data, attrib_list, 8 * i); in CreateDrawable()
507 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) { in CreateDrawable()
[all …]
Dcreate_context.c39 const int *attrib_list) in glXCreateContextAttribsARB() argument
68 if (attrib_list != NULL) { in glXCreateContextAttribsARB()
69 for (/* empty */; attrib_list[num_attribs * 2] != 0; num_attribs++) in glXCreateContextAttribsARB()
79 (const uint32_t *) attrib_list, in glXCreateContextAttribsARB()
88 (const uint32_t *) attrib_list, in glXCreateContextAttribsARB()
113 attrib_list); in glXCreateContextAttribsARB()
/external/angle/include/EGL/
Degl.h106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list
108 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
109 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
110 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
111 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig…
133 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
134 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
135 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
136 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
[all …]
/external/mesa3d/include/EGL/
Degl.h125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list
127 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
128 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
129 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
130 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
150 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig…
152 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
153 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
154 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
155 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
[all …]
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list
12 …play dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list);
13 …ntext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list);
14 …LContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list);
15 …um buftype, eglw::EGLClientBuffer buffer, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
16 …ePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, const eglw::EGLint *attrib_list);
17 …ay dpy, eglw::EGLConfig config, eglw::EGLNativePixmapType pixmap, const eglw::EGLint *attrib_list);
18 …::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLAttrib *attrib_list);
19 …glw::EGLDisplay dpy, eglw::EGLConfig config, void *native_pixmap, const eglw::EGLint *attrib_list);
20 …::EGLDisplay dpy, eglw::EGLConfig config, void *native_window, const eglw::EGLAttrib *attrib_list);
[all …]
DegluCallLogWrapper.inl27 …LogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list, eglw::EGLConfi… argument
30 …Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_list) << ", " << con…
31 …eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_conf…
72 …splay dpy, eglw::EGLConfig config, eglw::EGLContext share_context, const eglw::EGLint *attrib_list) argument
75 …ex(config) << ", " << share_context << ", " << getContextAttribListStr(attrib_list) << ");" << Tes…
76 eglw::EGLContext returnValue = m_egl.createContext(dpy, config, share_context, attrib_list);
82 …ontext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLAttrib *attrib_list) argument
85 … " << ctx << ", " << toHex(target) << ", " << toHex(buffer) << ", " << attrib_list << ");" << Test…
86 eglw::EGLImage returnValue = m_egl.createImage(dpy, ctx, target, buffer, attrib_list);
92 …GLContext ctx, eglw::EGLenum target, eglw::EGLClientBuffer buffer, const eglw::EGLint *attrib_list) argument
[all …]
/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.h21 const EGLint *attrib_list,
31 const EGLint *attrib_list);
34 const EGLint *attrib_list);
38 const EGLint *attrib_list);
42 const EGLint *attrib_list);
97 const EGLint *attrib_list);
114 const EGLAttrib *attrib_list);
118 const EGLAttrib *attrib_list);
122 const EGLAttrib *attrib_list);
125 const EGLAttrib *attrib_list);
[all …]
Dentry_points_egl_autogen.cpp24 const EGLint *attrib_list, in EGL_ChooseConfig() argument
33 (uintptr_t)dpy, (uintptr_t)attrib_list, (uintptr_t)configs, config_size, in EGL_ChooseConfig()
39 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_ChooseConfig()
70 const EGLint *attrib_list) in EGL_CreateContext() argument
76 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)share_context, (uintptr_t)attrib_list); in EGL_CreateContext()
83 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreateContext()
93 const EGLint *attrib_list) in EGL_CreatePbufferSurface() argument
99 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)attrib_list); in EGL_CreatePbufferSurface()
105 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreatePbufferSurface()
116 const EGLint *attrib_list) in EGL_CreatePixmapSurface() argument
[all …]
Dentry_points_egl_ext_autogen.h27 EGL_CreateNativeClientBufferANDROID(const EGLint *attrib_list);
66 const EGLAttrib *attrib_list);
109 const EGLAttrib *attrib_list);
113 const EGLAttrib *attrib_list);
147 const EGLint *attrib_list);
151 const EGLint *attrib_list);
154 const EGLint *attrib_list);
158 const EGLAttrib *attrib_list);
172 const EGLint *attrib_list);
184 const EGLint *attrib_list);
[all …]
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Degl_generated.h858 typedef EGLBoolean (GLAPIENTRY *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, const EGLint * attrib_list,…
859 …ENTRY *PFNEGLCLIENTSIGNALSYNCEXTPROC)(EGLDisplay dpy, EGLSync sync, const EGLAttrib * attrib_list);
871 …NTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list);
872 …EGLImageKHR (GLAPIENTRY *PFNEGLCREATEDRMIMAGEMESAPROC)(EGLDisplay dpy, const EGLint * attrib_list);
873 …ENTRY *PFNEGLCREATEFENCESYNCNVPROC)(EGLDisplay dpy, EGLenum condition, const EGLint * attrib_list);
874 …isplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list);
875 …GLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list);
876 …GLClientBuffer (GLAPIENTRY *PFNEGLCREATENATIVECLIENTBUFFERANDROIDPROC)(const EGLint * attrib_list);
877 …isplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list);
878 …TRY *PFNEGLCREATEPBUFFERSURFACEPROC)(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list);
[all …]
/external/swiftshader/include/EGL/
Deglext.h63 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
208 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
211 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
248 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
[all …]

123456