Searched refs:EGLAttrib (Results 1 - 25 of 28) sorted by relevance

12

/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 Deglext.h107 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
108 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
111 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
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);
346 typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMATTRIBKHRPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list);
347 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib value);
348 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib *value);
349 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_lis
[all...]
H A Degl.h268 typedef intptr_t EGLAttrib; typedef in typeref:typename:intptr_t
314 typedef EGLSync (EGLAPIENTRYP PFNEGLCREATESYNCPROC) (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
317 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBPROC) (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
318 typedef EGLImage (EGLAPIENTRYP PFNEGLCREATEIMAGEPROC) (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list);
320 typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYPROC) (EGLenum platform, void *native_display, const EGLAttrib *attrib_list);
321 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEPROC) (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list);
322 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC) (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
325 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
328 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
329 EGLAPI EGLImage EGLAPIENTRY eglCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_lis
[all...]
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Degldisplay.h174 EGLAttrib *Attribs; /**< Platform-specific options */
210 _eglFindDisplay(_EGLPlatformType plat, void *plat_dpy, const EGLAttrib *attr);
283 _eglNumAttribs(const EGLAttrib *attribs)
297 _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_lis
[all...]
H A Deglsync.h50 EGLAttrib CLEvent;
57 const EGLAttrib *attrib_list);
62 EGLint attribute, EGLAttrib *value);
H A Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list)
50 EGLAttrib attr = attrib_list[i++];
51 EGLAttrib val = attrib_list[i];
87 const EGLAttrib *attrib_list)
124 EGLint attribute, EGLAttrib *value)
H A Degldisplay.c226 _eglSameAttribs(const EGLAttrib *a, const EGLAttrib *b)
258 const EGLAttrib *attrib_list)
286 disp->Options.Attribs = calloc(num_attribs, sizeof(EGLAttrib));
293 num_attribs * sizeof(EGLAttrib));
506 const EGLAttrib *attrib_list)
526 const EGLAttrib *attrib_list)
547 const EGLAttrib *attrib_list)
562 const EGLAttrib *attrib_list)
576 const EGLAttrib *attrib_lis
[all...]
H A Degldevice.h77 EGLAttrib *value);
H A Deglglvnd.c62 const EGLAttrib *attrib_list)
H A Deglapi.c299 * Convert an attribute list from EGLint[] to EGLAttrib[].
305 _eglConvertIntsToAttribs(const EGLint *int_list, EGLAttrib **out_attrib_list)
308 EGLAttrib *attrib_list;
320 if (2*len + 1 > SIZE_MAX / sizeof(EGLAttrib))
323 attrib_list = malloc((2*len + 1) * sizeof(EGLAttrib));
340 _eglConvertAttribsToInt(const EGLAttrib *attr_list)
345 /* Convert attributes from EGLAttrib[] to EGLint[] */
381 const EGLAttrib *attrib_list)
430 EGLAttrib *attrib_list;
445 const EGLAttrib *attrib_lis
[all...]
H A Degldevice.c235 EGLAttrib *value)
H A Degldriver.h140 const EGLAttrib *attrib_list);
/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglsync.h50 EGLAttrib CLEvent;
57 const EGLAttrib *attrib_list);
62 EGLint attribute, EGLAttrib *value);
H A Deglsync.c42 _eglParseSyncAttribList(_EGLSync *sync, const EGLAttrib *attrib_list)
50 EGLAttrib attr = attrib_list[i++];
51 EGLAttrib val = attrib_list[i];
87 const EGLAttrib *attrib_list)
124 EGLint attribute, EGLAttrib *value)
H A Degldevice.h73 EGLAttrib *value);
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);
H A Degldisplay.c451 const EGLAttrib *attrib_list)
460 EGLAttrib attrib = attrib_list[i];
461 EGLAttrib value = attrib_list[i + 1];
477 const EGLAttrib *attrib_list)
498 const EGLAttrib *attrib_list)
513 const EGLAttrib *attrib_list)
528 const EGLAttrib *attrib_list)
H A Deglglvnd.c42 const EGLAttrib *attrib_list)
H A Deglapi.c300 * Convert an attribute list from EGLint[] to EGLAttrib[].
306 _eglConvertIntsToAttribs(const EGLint *int_list, EGLAttrib **out_attrib_list)
309 EGLAttrib *attrib_list;
321 if (2*len + 1 > SIZE_MAX / sizeof(EGLAttrib))
324 attrib_list = malloc((2*len + 1) * sizeof(EGLAttrib));
341 _eglConvertAttribsToInt(const EGLAttrib *attr_list)
345 /* Convert attributes from EGLAttrib[] to EGLint[] */
388 const EGLAttrib *attrib_list)
426 EGLAttrib *attrib_list;
441 const EGLAttrib *attrib_lis
[all...]
H A Degldevice.c207 EGLAttrib *value)
H A Deglapi.h143 const EGLAttrib *attrib_list);
153 EGLAttrib *value);
/xsrc/external/mit/MesaLib.old/dist/include/EGL/
H A Deglext.h126 typedef EGLint (EGLAPIENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
127 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYDEBUGKHRPROC) (EGLint attribute, EGLAttrib *value);
130 EGLAPI EGLint EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list);
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);
365 typedef EGLStreamKHR (EGLAPIENTRYP PFNEGLCREATESTREAMATTRIBKHRPROC) (EGLDisplay dpy, const EGLAttrib *attrib_list);
366 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSETSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib value);
367 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLAttrib *value);
368 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREATTRIBKHRPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_lis
[all...]
H A Degl.h241 typedef intptr_t EGLAttrib; typedef in typeref:typename:intptr_t
287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list);
290 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value);
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);
295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, const EGLAttrib *attrib_list);
/xsrc/external/mit/libepoxy/src/
H A Degl_generated.h23 typedef intptr_t EGLAttrib; typedef in typeref:typename:intptr_t
859 typedef EGLBoolean (GLAPIENTRY *PFNEGLCLIENTSIGNALSYNCEXTPROC)(EGLDisplay dpy, EGLSync sync, const EGLAttrib * attrib_list);
874 typedef EGLImage (GLAPIENTRY *PFNEGLCREATEIMAGEPROC)(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list);
881 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMPIXMAPSURFACEPROC)(EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list);
883 typedef EGLSurface (GLAPIENTRY *PFNEGLCREATEPLATFORMWINDOWSURFACEPROC)(EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list);
885 typedef EGLStreamKHR (GLAPIENTRY *PFNEGLCREATESTREAMATTRIBKHRPROC)(EGLDisplay dpy, const EGLAttrib * attrib_list);
890 typedef EGLSync (GLAPIENTRY *PFNEGLCREATESYNCPROC)(EGLDisplay dpy, EGLenum type, const EGLAttrib * attrib_list);
894 typedef EGLint (GLAPIENTRY *PFNEGLDEBUGMESSAGECONTROLKHRPROC)(EGLDEBUGPROCKHR callback, const EGLAttrib * attrib_list);
923 typedef EGLBoolean (GLAPIENTRY *PFNEGLGETOUTPUTLAYERSEXTPROC)(EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputLayerEXT * layers, EGLint max_layers, EGLint * num_layers);
924 typedef EGLBoolean (GLAPIENTRY *PFNEGLGETOUTPUTPORTSEXTPROC)(EGLDisplay dpy, const EGLAttrib * attrib_lis
[all...]
H A Degl_generated_dispatch.c5021 GEN_THUNKS_RET(EGLBoolean, eglClientSignalSyncEXT, (EGLDisplay dpy, EGLSync sync, const EGLAttrib * attrib_list), (dpy, sync, attrib_list))
5036 GEN_THUNKS_RET(EGLImage, eglCreateImage, (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib * attrib_list), (dpy, ctx, target, buffer, attrib_list))
5043 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformPixmapSurface, (EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLAttrib * attrib_list), (dpy, config, native_pixmap, attrib_list))
5045 GEN_THUNKS_RET(EGLSurface, eglCreatePlatformWindowSurface, (EGLDisplay dpy, EGLConfig config, void * native_window, const EGLAttrib * attrib_list), (dpy, config, native_window, attrib_list))
5047 GEN_THUNKS_RET(EGLStreamKHR, eglCreateStreamAttribKHR, (EGLDisplay dpy, const EGLAttrib * attrib_list), (dpy, attrib_list))
5052 GEN_THUNKS_RET(EGLSync, eglCreateSync, (EGLDisplay dpy, EGLenum type, const EGLAttrib * attrib_list), (dpy, type, attrib_list))
5056 GEN_THUNKS_RET(EGLint, eglDebugMessageControlKHR, (EGLDEBUGPROCKHR callback, const EGLAttrib * attrib_list), (callback, attrib_list))
5085 GEN_THUNKS_RET(EGLBoolean, eglGetOutputLayersEXT, (EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputLayerEXT * layers, EGLint max_layers, EGLint * num_layers), (dpy, attrib_list, layers, max_layers, num_layers))
5086 GEN_THUNKS_RET(EGLBoolean, eglGetOutputPortsEXT, (EGLDisplay dpy, const EGLAttrib * attrib_list, EGLOutputPortEXT * ports, EGLint max_ports, EGLint * num_ports), (dpy, attrib_list, ports, max_ports, num_ports))
5087 GEN_THUNKS_RET(EGLDisplay, eglGetPlatformDisplay, (EGLenum platform, void * native_display, const EGLAttrib * attrib_lis
[all...]

Completed in 28 milliseconds

12