Searched refs:attrib_list (Results 1 - 25 of 124) sorted by relevance

12345

/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.c258 const EGLAttrib *attrib_list)
271 _eglSameAttribs(disp->Options.Attribs, attrib_list))
284 num_attribs = _eglNumAttribs(attrib_list);
292 memcpy(disp->Options.Attribs, attrib_list,
506 const EGLAttrib *attrib_list)
511 if (attrib_list != NULL) {
512 for (int i = 0; attrib_list[i] != EGL_NONE; i += 2) {
513 if (attrib_list[i] != EGL_PLATFORM_X11_SCREEN_EXT) {
519 return _eglFindDisplay(_EGL_PLATFORM_X11, native_display, attrib_list);
526 const EGLAttrib *attrib_list)
257 _eglFindDisplay(_EGLPlatformType plat,void * plat_dpy,const EGLAttrib * attrib_list) argument
505 _eglGetX11Display(Display * native_display,const EGLAttrib * attrib_list) argument
525 _eglGetXcbDisplay(xcb_connection_t * native_display,const EGLAttrib * attrib_list) argument
546 _eglGetGbmDisplay(struct gbm_device * native_display,const EGLAttrib * attrib_list) argument
561 _eglGetWaylandDisplay(struct wl_display * native_display,const EGLAttrib * attrib_list) argument
575 _eglGetSurfacelessDisplay(void * native_display,const EGLAttrib * attrib_list) argument
596 _eglGetAndroidDisplay(void * native_display,const EGLAttrib * attrib_list) argument
612 _eglGetDeviceDisplay(void * native_display,const EGLAttrib * attrib_list) argument
[all...]
H A Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) argument
46 if (!attrib_list)
49 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
50 EGLAttrib attr = attrib_list[i++];
51 EGLAttrib val = attrib_list[i];
87 const EGLAttrib *attrib_list)
96 err = _eglParseSyncAttribList(sync, attrib_list);
86 _eglInitSync(_EGLSync * sync,_EGLDisplay * disp,EGLenum type,const EGLAttrib * attrib_list) argument
H A Deglglvnd.c62 const EGLAttrib *attrib_list)
66 assert(attrib_list == NULL);
69 return eglGetPlatformDisplay(platform, native_display, attrib_list);
61 __eglGLVNDGetPlatformDisplay(EGLenum platform,void * native_display,const EGLAttrib * attrib_list) argument
H A Degldisplay.h297 _eglGetX11Display(Display *native_display, const EGLAttrib *attrib_list);
303 _eglGetXcbDisplay(xcb_connection_t *native_display, const EGLAttrib *attrib_list);
311 const EGLAttrib *attrib_list);
319 const EGLAttrib *attrib_list);
324 const EGLAttrib *attrib_list);
329 const EGLAttrib *attrib_list);
334 const EGLAttrib *attrib_list);
H A Deglapi.c308 EGLAttrib *attrib_list; local in function:_eglConvertIntsToAttribs
323 attrib_list = malloc((2*len + 1) * sizeof(EGLAttrib));
324 if (!attrib_list)
328 attrib_list[2*i + 0] = int_list[2*i + 0];
329 attrib_list[2*i + 1] = int_list[2*i + 1];
332 attrib_list[2*len] = EGL_NONE;
334 *out_attrib_list = attrib_list;
381 const EGLAttrib *attrib_list)
388 disp = _eglGetX11Display((Display*) native_display, attrib_list);
393 disp = _eglGetXcbDisplay((xcb_connection_t*) native_display, attrib_list);
380 _eglGetPlatformDisplayCommon(EGLenum platform,void * native_display,const EGLAttrib * attrib_list) argument
430 EGLAttrib *attrib_list; local in function:eglGetPlatformDisplayEXT
444 eglGetPlatformDisplay(EGLenum platform,void * native_display,const EGLAttrib * attrib_list) argument
767 eglChooseConfig(EGLDisplay dpy,const EGLint * attrib_list,EGLConfig * configs,EGLint config_size,EGLint * num_config) argument
806 eglCreateContext(EGLDisplay dpy,EGLConfig config,EGLContext share_list,const EGLint * attrib_list) argument
960 _eglCreateWindowSurfaceCommon(_EGLDisplay * disp,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
1004 eglCreateWindowSurface(EGLDisplay dpy,EGLConfig config,EGLNativeWindowType window,const EGLint * attrib_list) argument
1034 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
1049 eglCreatePlatformWindowSurface(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLAttrib * attrib_list) argument
1088 _eglCreatePixmapSurfaceCommon(_EGLDisplay * disp,EGLConfig config,void * native_pixmap,const EGLint * attrib_list) argument
1129 eglCreatePixmapSurface(EGLDisplay dpy,EGLConfig config,EGLNativePixmapType pixmap,const EGLint * attrib_list) argument
1141 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy,EGLConfig config,void * native_pixmap,const EGLint * attrib_list) argument
1155 eglCreatePlatformPixmapSurface(EGLDisplay dpy,EGLConfig config,void * native_pixmap,const EGLAttrib * attrib_list) argument
1178 eglCreatePbufferSurface(EGLDisplay dpy,EGLConfig config,const EGLint * attrib_list) argument
1685 eglCreatePbufferFromClientBuffer(EGLDisplay dpy,EGLenum buftype,EGLClientBuffer buffer,EGLConfig config,const EGLint * attrib_list) argument
1818 _eglCreateSync(_EGLDisplay * disp,EGLenum type,const EGLAttrib * attrib_list,EGLBoolean orig_is_EGLAttrib,EGLenum invalid_type_error) argument
1890 EGLAttrib *attrib_list; local in function:eglCreateSyncKHR
1913 eglCreateSync64KHR(EGLDisplay dpy,EGLenum type,const EGLAttrib * attrib_list) argument
1923 eglCreateSync(EGLDisplay dpy,EGLenum type,const EGLAttrib * attrib_list) argument
2465 eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback,const EGLAttrib * attrib_list) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dcreate_context.c39 const int *attrib_list)
68 if (attrib_list != NULL) {
69 for (/* empty */; attrib_list[num_attribs * 2] != 0; num_attribs++)
79 (const uint32_t *) attrib_list,
88 (const uint32_t *) attrib_list,
113 attrib_list);
37 glXCreateContextAttribsARB(Display * dpy,GLXFBConfig config,GLXContext share_context,Bool direct,const int * attrib_list) argument
H A Dglx_pbuffer.c194 const int *attrib_list, size_t num_attribs)
221 pdraw->textureTarget = determineTextureTarget(attrib_list, num_attribs);
222 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs);
248 const int *attrib_list, size_t num_attribs)
446 Drawable drawable, const int *attrib_list, CARD8 glxCode)
456 if (attrib_list) {
457 while (attrib_list[i * 2] != None)
481 if (attrib_list)
482 memcpy(data, attrib_list, 8 * i);
492 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list,
192 CreateDRIDrawable(Display * dpy,struct glx_config * config,XID drawable,XID glxdrawable,const int * attrib_list,size_t num_attribs) argument
246 CreateDRIDrawable(Display * dpy,const struct glx_config * fbconfig,XID drawable,XID glxdrawable,const int * attrib_list,size_t num_attribs) argument
445 CreateDrawable(Display * dpy,struct glx_config * config,Drawable drawable,const int * attrib_list,CARD8 glxCode) argument
535 CreatePbuffer(Display * dpy,struct glx_config * config,unsigned int width,unsigned int height,const int * attrib_list,GLboolean size_in_attribs) argument
683 glXCreateGLXPbufferSGIX(Display * dpy,GLXFBConfigSGIX config,unsigned int width,unsigned int height,int * attrib_list) argument
698 glXCreatePbuffer(Display * dpy,GLXFBConfig config,const int * attrib_list) argument
919 glXCreatePixmap(Display * dpy,GLXFBConfig config,Pixmap pixmap,const int * attrib_list) argument
939 glXCreateWindow(Display * dpy,GLXFBConfig config,Window win,const int * attrib_list) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dconfig.c112 VAConfigAttrib *attrib_list, int num_attribs)
125 switch (attrib_list[i].type) {
138 switch (attrib_list[i].type) {
156 switch (attrib_list[i].type) {
169 attrib_list[i].value = value;
177 VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id)
204 if (attrib_list[i].type == VAConfigAttribRTFormat) {
205 if (attrib_list[i].value & supported_rt_formats) {
206 config->rt_format = attrib_list[i].value;
265 if (attrib_list[
111 vlVaGetConfigAttributes(VADriverContextP ctx,VAProfile profile,VAEntrypoint entrypoint,VAConfigAttrib * attrib_list,int num_attribs) argument
176 vlVaCreateConfig(VADriverContextP ctx,VAProfile profile,VAEntrypoint entrypoint,VAConfigAttrib * attrib_list,int num_attribs,VAConfigID * config_id) argument
324 vlVaQueryConfigAttributes(VADriverContextP ctx,VAConfigID config_id,VAProfile * profile,VAEntrypoint * entrypoint,VAConfigAttrib * attrib_list,int * num_attribs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dcreate_context.c47 const int *attrib_list)
67 if (attrib_list != NULL) {
68 for (/* empty */; attrib_list[num_attribs * 2] != 0; num_attribs++)
76 if (attrib_list[i * 2] == GLX_SCREEN)
77 screen = attrib_list[i * 2 + 1];
101 (const uint32_t *) attrib_list,
110 (const uint32_t *) attrib_list,
135 attrib_list);
45 glXCreateContextAttribsARB(Display * dpy,GLXFBConfig config,GLXContext share_context,Bool direct,const int * attrib_list) argument
H A Dglx_pbuffer.c172 const int *attrib_list, size_t num_attribs)
200 pdraw->textureTarget = determineTextureTarget(attrib_list, num_attribs);
201 pdraw->textureFormat = determineTextureFormat(attrib_list, num_attribs);
425 Drawable drawable, const int *attrib_list, CARD8 glxCode)
438 if (attrib_list) {
439 while (attrib_list[i * 2] != None)
463 if (attrib_list)
464 memcpy(data, attrib_list, 8 * i);
474 if (!CreateDRIDrawable(dpy, config, drawable, xid, attrib_list, i)) {
519 const int *attrib_list, GLboolea
170 CreateDRIDrawable(Display * dpy,struct glx_config * config,XID drawable,XID glxdrawable,const int * attrib_list,size_t num_attribs) argument
424 CreateDrawable(Display * dpy,struct glx_config * config,Drawable drawable,const int * attrib_list,CARD8 glxCode) argument
517 CreatePbuffer(Display * dpy,struct glx_config * config,unsigned int width,unsigned int height,const int * attrib_list,GLboolean size_in_attribs) argument
669 glXCreateGLXPbufferSGIX(Display * dpy,GLXFBConfigSGIX config,unsigned int width,unsigned int height,int * attrib_list) argument
684 glXCreatePbuffer(Display * dpy,GLXFBConfig config,const int * attrib_list) argument
902 glXCreatePixmap(Display * dpy,GLXFBConfig config,Pixmap pixmap,const int * attrib_list) argument
920 glXCreateWindow(Display * dpy,GLXFBConfig config,Window win,const int * attrib_list) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dconfig.c115 VAConfigAttrib *attrib_list, int num_attribs)
130 switch (attrib_list[i].type) {
148 switch (attrib_list[i].type) {
185 switch (attrib_list[i].type) {
198 attrib_list[i].value = value;
206 VAConfigAttrib *attrib_list, int num_attribs, VAConfigID *config_id)
238 if (attrib_list[i].type == VAConfigAttribRTFormat) {
239 if (attrib_list[i].value & supported_rt_formats) {
240 config->rt_format = attrib_list[i].value;
308 if (attrib_list[
114 vlVaGetConfigAttributes(VADriverContextP ctx,VAProfile profile,VAEntrypoint entrypoint,VAConfigAttrib * attrib_list,int num_attribs) argument
205 vlVaCreateConfig(VADriverContextP ctx,VAProfile profile,VAEntrypoint entrypoint,VAConfigAttrib * attrib_list,int num_attribs,VAConfigID * config_id) argument
383 vlVaQueryConfigAttributes(VADriverContextP ctx,VAConfigID config_id,VAProfile * profile,VAEntrypoint * entrypoint,VAConfigAttrib * attrib_list,int * num_attribs) argument
[all...]
/xsrc/external/mit/MesaLib/dist/include/EGL/
H A Deglextchromium.h59 typedef EGLBoolean (EGLAPIENTRYP PFNEGLIMAGEFLUSHEXTERNALEXTPROC) (EGLDisplay dpy, EGLImageKHR image, const EGLAttrib *attrib_list);
60 typedef EGLBoolean (EGLAPIENTRYP PFNEGLIMAGEINVALIDATEEXTERNALEXTPROC) (EGLDisplay dpy, EGLImageKHR image, const EGLAttrib *attrib_list);
62 EGLAPI EGLBoolean EGLAPIENTRY eglImageFlushExternalEXT (EGLDisplay dpy, EGLImageKHR image, const EGLAttrib *attrib_list);
63 EGLAPI EGLBoolean EGLAPIENTRY eglImageInvalidateExternalEXT (EGLDisplay dpy, EGLImageKHR image, const EGLAttrib *attrib_list);
H A Degl.h106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
108 typedef EGLContext (EGLAPIENTRYP PFNEGLCREATECONTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
109 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
110 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
111 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
133 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
134 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
135 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
136 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
[all...]
H A Deglext.h44 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
46 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
133 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
138 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
189 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
192 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
229 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
232 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list) argument
46 if (!attrib_list)
49 for (i = 0; attrib_list[i] != EGL_NONE; i++) {
50 EGLAttrib attr = attrib_list[i++];
51 EGLAttrib val = attrib_list[i];
87 const EGLAttrib *attrib_list)
96 err = _eglParseSyncAttribList(sync, attrib_list);
86 _eglInitSync(_EGLSync * sync,_EGLDisplay * disp,EGLenum type,const EGLAttrib * attrib_list) argument
H A Degldisplay.c451 const EGLAttrib *attrib_list)
455 if (attrib_list == NULL) {
459 for (i = 0; attrib_list[i] != EGL_NONE; i += 2) {
460 EGLAttrib attrib = attrib_list[i];
461 EGLAttrib value = attrib_list[i + 1];
477 const EGLAttrib *attrib_list)
487 if (!_eglParseX11DisplayAttribList(display, attrib_list)) {
498 const EGLAttrib *attrib_list)
501 if (attrib_list != NULL && attrib_list[
450 _eglParseX11DisplayAttribList(_EGLDisplay * display,const EGLAttrib * attrib_list) argument
476 _eglGetX11Display(Display * native_display,const EGLAttrib * attrib_list) argument
497 _eglGetGbmDisplay(struct gbm_device * native_display,const EGLAttrib * attrib_list) argument
512 _eglGetWaylandDisplay(struct wl_display * native_display,const EGLAttrib * attrib_list) argument
527 _eglGetSurfacelessDisplay(void * native_display,const EGLAttrib * attrib_list) argument
[all...]
H A Deglglvnd.c42 const EGLAttrib *attrib_list)
46 assert(attrib_list == NULL);
49 return eglGetPlatformDisplay(platform, native_display, attrib_list);
41 __eglGLVNDGetPlatformDisplay(EGLenum platform,void * native_display,const EGLAttrib * attrib_list) argument
H A Deglapi.c309 EGLAttrib *attrib_list; local in function:_eglConvertIntsToAttribs
324 attrib_list = malloc((2*len + 1) * sizeof(EGLAttrib));
325 if (!attrib_list)
329 attrib_list[2*i + 0] = int_list[2*i + 0];
330 attrib_list[2*i + 1] = int_list[2*i + 1];
333 attrib_list[2*len] = EGL_NONE;
335 *out_attrib_list = attrib_list;
388 const EGLAttrib *attrib_list)
395 disp = _eglGetX11Display((Display*) native_display, attrib_list);
401 attrib_list);
387 _eglGetPlatformDisplayCommon(EGLenum platform,void * native_display,const EGLAttrib * attrib_list) argument
426 EGLAttrib *attrib_list; local in function:eglGetPlatformDisplayEXT
440 eglGetPlatformDisplay(EGLenum platform,void * native_display,const EGLAttrib * attrib_list) argument
738 eglChooseConfig(EGLDisplay dpy,const EGLint * attrib_list,EGLConfig * configs,EGLint config_size,EGLint * num_config) argument
774 eglCreateContext(EGLDisplay dpy,EGLConfig config,EGLContext share_list,const EGLint * attrib_list) argument
898 _eglCreateWindowSurfaceCommon(_EGLDisplay * disp,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
942 eglCreateWindowSurface(EGLDisplay dpy,EGLConfig config,EGLNativeWindowType window,const EGLint * attrib_list) argument
972 eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLint * attrib_list) argument
987 eglCreatePlatformWindowSurface(EGLDisplay dpy,EGLConfig config,void * native_window,const EGLAttrib * attrib_list) argument
1026 _eglCreatePixmapSurfaceCommon(_EGLDisplay * disp,EGLConfig config,void * native_pixmap,const EGLint * attrib_list) argument
1067 eglCreatePixmapSurface(EGLDisplay dpy,EGLConfig config,EGLNativePixmapType pixmap,const EGLint * attrib_list) argument
1079 eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy,EGLConfig config,void * native_pixmap,const EGLint * attrib_list) argument
1093 eglCreatePlatformPixmapSurface(EGLDisplay dpy,EGLConfig config,void * native_pixmap,const EGLAttrib * attrib_list) argument
1116 eglCreatePbufferSurface(EGLDisplay dpy,EGLConfig config,const EGLint * attrib_list) argument
1631 eglCreatePbufferFromClientBuffer(EGLDisplay dpy,EGLenum buftype,EGLClientBuffer buffer,EGLConfig config,const EGLint * attrib_list) argument
1775 _eglCreateSync(_EGLDisplay * disp,EGLenum type,const EGLAttrib * attrib_list,EGLBoolean orig_is_EGLAttrib,EGLenum invalid_type_error) argument
1847 EGLAttrib *attrib_list; local in function:eglCreateSyncKHR
1870 eglCreateSync64KHR(EGLDisplay dpy,EGLenum type,const EGLAttrib * attrib_list) argument
1880 eglCreateSync(EGLDisplay dpy,EGLenum type,const EGLAttrib * attrib_list) argument
2433 eglDebugMessageControlKHR(EGLDEBUGPROCKHR callback,const EGLAttrib * attrib_list) argument
[all...]
H A Degldisplay.h279 _eglGetX11Display(Display *native_display, const EGLAttrib *attrib_list);
287 const EGLAttrib *attrib_list);
295 const EGLAttrib *attrib_list);
301 const EGLAttrib *attrib_list);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h858 typedef EGLBoolean (GLAPIENTRY *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config);
859 typedef EGLBoolean (GLAPIENTRY *PFNEGLCLIENTSIGNALSYNCEXTPROC)(EGLDisplay dpy, EGLSync sync, const EGLAttrib * attrib_list);
871 typedef EGLContext (GLAPIENTRY *PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list);
872 typedef EGLImageKHR (GLAPIENTRY *PFNEGLCREATEDRMIMAGEMESAPROC)(EGLDisplay dpy, const EGLint * attrib_list);
873 typedef EGLSyncNV (GLAPIENTRY *PFNEGLCREATEFENCESYNCNVPROC)(EGLDisplay dpy, EGLenum condition, const EGLint * attrib_list);
874 typedef EGLImage (GLAPIENTRY *PFNEGLCREATEIMAGEPROC)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list);
875 typedef EGLImageKHR (GLAPIENTRY *PFNEGLCREATEIMAGEKHRPROC)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list);
876 typedef EGLClientBuffer (GLAPIENTRY *PFNEGLCREATENATIVECLIENTBUFFERANDROIDPROC)(const EGLint * attrib_list);
877 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPBUFFERFROMCLIENTBUFFERPROC)(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint * attrib_list);
878 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPBUFFERSURFACEPROC)(EGLDisplay dpy, EGLConfig config, const EGLint * attrib_list);
[all...]
H A Degl_generated_dispatch.c5020 GEN_THUNKS_RET(EGLBoolean, eglChooseConfig, (EGLDisplay dpy, const EGLint * attrib_list, EGLConfig * configs, EGLint config_size, EGLint * num_config), (dpy, attrib_list, configs, config_size, num_config))
5021 GEN_THUNKS_RET(EGLBoolean, eglClientSignalSyncEXT, (EGLDisplay dpy, EGLSync sync, const EGLAttrib * attrib_list), (dpy, sync, attrib_list))
5033 GEN_THUNKS_RET(EGLContext, eglCreateContext, (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint * attrib_list), (dpy, config, share_context, attrib_list))
5034 GEN_THUNKS_RET(EGLImageKHR, eglCreateDRMImageMESA, (EGLDisplay dpy, const EGLint * attrib_list), (dpy, attrib_list))
5035 GEN_THUNKS_RET(EGLSyncNV, eglCreateFenceSyncNV, (EGLDisplay dpy, EGLenum condition, const EGLint * attrib_list), (dpy, condition, attrib_list))
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Degl.h121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
123 EGLAPI EGLContext EGLAPIENTRY eglCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list);
124 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list);
125 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list);
126 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list);
204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list);
287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
291 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
293 EGLAPI EGLDisplay EGLAPIENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
294 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformWindowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
[all...]
H A Deglext.h63 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
65 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list);
126 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
130 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
152 typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
157 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list);
208 typedef EGLImageKHR (EGLAPIENTRYP PFNEGLCREATEIMAGEKHRPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
211 EGLAPI EGLImageKHR EGLAPIENTRY eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list);
248 typedef EGLBoolean (EGLAPIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
251 EGLAPI EGLBoolean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list);
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2_fallbacks.h37 const EGLint *attrib_list)
45 const EGLint *attrib_list)
34 dri2_fallback_create_pixmap_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_pixmap,const EGLint * attrib_list) argument
43 dri2_fallback_create_pbuffer_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,const EGLint * attrib_list) argument
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/haiku/
H A Degl_haiku.cpp80 _EGLConfig *conf, void *native_window, const EGLint *attrib_list)
92 conf, attrib_list)) {
117 _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list)
125 _EGLConfig *conf, const EGLint *attrib_list)
244 _EGLContext *share_list, const EGLint *attrib_list)
255 if (!_eglInitContext(&context->ctx, disp, conf, attrib_list))
79 haiku_create_window_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_window,const EGLint * attrib_list) argument
116 haiku_create_pixmap_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,void * native_pixmap,const EGLint * attrib_list) argument
124 haiku_create_pbuffer_surface(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,const EGLint * attrib_list) argument
243 haiku_create_context(_EGLDriver * drv,_EGLDisplay * disp,_EGLConfig * conf,_EGLContext * share_list,const EGLint * attrib_list) argument

Completed in 28 milliseconds

12345