Home
last modified time | relevance | path

Searched refs:dpy (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c86 get_dispatch(Display *dpy) in get_dispatch() argument
88 if (!dpy) in get_dispatch()
95 if (d->Dpy == dpy) { in get_dispatch()
96 prevDisplay = dpy; in get_dispatch()
112 d->Dpy = dpy; in get_dispatch()
118 prevDisplay = dpy; in get_dispatch()
151 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() argument
154 GET_DISPATCH(dpy, t); in glXChooseVisual()
157 return t->ChooseVisual(dpy, screen, list); in glXChooseVisual()
162 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext() argument
[all …]
Dglxapi.h63 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list);
64 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
65 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
66 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
67 void (*DestroyContext)(Display *dpy, GLXContext ctx);
68 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
69 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
72 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
73 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
74 Bool (*QueryExtension)(Display *dpy, int *errorb, int *event);
[all …]
/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.cpp65 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig() argument
72 return EGL_ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
75 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers() argument
80 return EGL_CopyBuffers(dpy, surface, target); in eglCopyBuffers()
83 EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, in eglCreateContext() argument
89 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
92 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface() argument
97 return EGL_CreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface()
100 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() argument
106 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
[all …]
/third_party/libdrm/tests/ttmtest/src/
Dxf86dri.c54 #define uniDRICheckExtension(dpy,i,val) \ argument
55 XextCheckExtension (dpy, i, xf86dri_extension_name, val)
63 static int close_display(Display * dpy, XExtCodes * extCodes);
95 Bool uniDRIQueryExtension(dpy, event_basep, error_basep)
96 Display *dpy;
99 XExtDisplayInfo *info = find_display(dpy);
114 uniDRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in uniDRIQueryVersion() argument
115 Display *dpy; in uniDRIQueryVersion()
120 XExtDisplayInfo *info = find_display(dpy);
125 uniDRICheckExtension(dpy, info, False);
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.cpp61 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig() argument
68 return EGL_ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig()
71 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers() argument
76 return EGL_CopyBuffers(dpy, surface, target); in eglCopyBuffers()
79 EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, in eglCreateContext() argument
85 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext()
88 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface() argument
93 return EGL_CreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface()
96 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface() argument
102 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface()
[all …]
/third_party/mesa3d/src/glx/apple/
Dappledri.c51 #define AppleDRICheckExtension(dpy,i,val) \ argument
52 XextCheckExtension (dpy, i, appledri_extension_name, val)
60 static int close_display(Display * dpy, XExtCodes * extCodes);
61 static Bool wire_to_event(Display * dpy, XEvent * re, xEvent * event);
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event() argument
97 XExtDisplayInfo *info = find_display(dpy); in wire_to_event()
100 AppleDRICheckExtension(dpy, info, False); in wire_to_event()
106 (*surface_notify_handler) (dpy, (unsigned int) sevent->arg, in wire_to_event()
129 XAppleDRIQueryExtension(dpy, event_basep, error_basep) in XAppleDRIQueryExtension() argument
130 Display *dpy; in XAppleDRIQueryExtension()
[all …]
Dglx_empty.c56 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, in glXGetSyncValuesOML() argument
59 (void) dpy; in glXGetSyncValuesOML()
68 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, in glXSwapBuffersMscOML() argument
71 (void) dpy; in glXSwapBuffersMscOML()
81 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, in glXWaitForMscOML() argument
86 (void) dpy; in glXWaitForMscOML()
99 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, in glXWaitForSbcOML() argument
103 (void) dpy; in glXWaitForSbcOML()
114 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d) in glXReleaseBuffersMESA() argument
116 (void) dpy; in glXReleaseBuffersMESA()
[all …]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c54 #define XNVCTRLCheckExtension(dpy,i,val) \ argument
55 XextCheckExtension (dpy, i, nvctrl_extension_name, val)
56 #define XNVCTRLSimpleCheckExtension(dpy,i) \ argument
57 XextSimpleCheckExtension (dpy, i, nvctrl_extension_name)
60 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info);
90 static void XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, in XEXT_GENERATE_CLOSE_DISPLAY()
93 uintptr_t flags = version_flags(dpy, info); in XEXT_GENERATE_CLOSE_DISPLAY()
106 Display *dpy, in XNVCTRLQueryExtension() argument
110 XExtDisplayInfo *info = find_display (dpy); in XNVCTRLQueryExtension()
126 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info) in version_flags() argument
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c54 #define XNVCTRLCheckExtension(dpy,i,val) \ argument
55 XextCheckExtension (dpy, i, nvctrl_extension_name, val)
56 #define XNVCTRLSimpleCheckExtension(dpy,i) \ argument
57 XextSimpleCheckExtension (dpy, i, nvctrl_extension_name)
60 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info);
90 static void XNVCTRLCheckTargetData(Display *dpy, XExtDisplayInfo *info, in XEXT_GENERATE_CLOSE_DISPLAY()
93 uintptr_t flags = version_flags(dpy, info); in XEXT_GENERATE_CLOSE_DISPLAY()
106 Display *dpy, in XNVCTRLQueryExtension() argument
110 XExtDisplayInfo *info = find_display (dpy); in XNVCTRLQueryExtension()
126 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info) in version_flags() argument
[all …]
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const argument
14 return m_egl.bindTexImage(dpy, surface, buffer);
17 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);
22 EGLint FuncPtrLibrary::clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)… argument
24 return m_egl.clientWaitSync(dpy, sync, flags, timeout);
27 EGLint FuncPtrLibrary::clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR… argument
29 return m_egl.clientWaitSyncKHR(dpy, sync, flags, timeout);
32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar… argument
34 return m_egl.copyBuffers(dpy, surface, target);
[all …]
DeglwFuncPtrLibraryDecl.inl7 EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const;
8 EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs,…
9 EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout) co…
10 EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR tim…
11 EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target…
12 EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, c…
13 EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer …
14 EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBu…
15 EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer …
16 EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_l…
[all …]
/third_party/mesa3d/src/glx/
Dglx_pbuffer.c60 ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, in ChangeDrawableAttribute() argument
63 struct glx_display *priv = __glXInitialize(dpy); in ChangeDrawableAttribute()
71 if ((priv == NULL) || (dpy == NULL) || (drawable == 0)) { in ChangeDrawableAttribute()
75 opcode = __glXSetupForCommand(dpy); in ChangeDrawableAttribute()
79 LockDisplay(dpy); in ChangeDrawableAttribute()
109 UnlockDisplay(dpy); in ChangeDrawableAttribute()
113 pdraw = GetGLXDRIDrawable(dpy, drawable); in ChangeDrawableAttribute()
170 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable() argument
175 struct glx_display *const priv = __glXInitialize(dpy); in CreateDRIDrawable()
208 DestroyDRIDrawable(Display *dpy, GLXDrawable drawable, int destroy_xdrawable) in DestroyDRIDrawable() argument
[all …]
Ddri2.c61 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire);
63 DRI2EventToWire(Display *dpy, XEvent *event, xEvent *wire);
88 DRI2WireToEvent(Display *dpy, XEvent *event, xEvent *wire) in DRI2WireToEvent() argument
90 XExtDisplayInfo *info = DRI2FindDisplay(dpy); in DRI2WireToEvent()
93 XextCheckExtension(dpy, info, dri2ExtensionName, False); in DRI2WireToEvent()
103 pdraw = dri2GetGlxDrawableFromXDrawableId(dpy, awire->drawable); in DRI2WireToEvent()
108 aevent->type = dri2GetSwapEventType(dpy, awire->drawable); in DRI2WireToEvent()
112 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); in DRI2WireToEvent()
114 aevent->display = dpy; in DRI2WireToEvent()
133 glxDraw = GetGLXDrawable(dpy, pdraw->drawable); in DRI2WireToEvent()
[all …]
Dg_glxglvnddispatchfuncs.c108 static void dispatch_BindTexImageEXT(Display *dpy, GLXDrawable drawable, in dispatch_BindTexImageEXT() argument
114 dd = GetDispatchFromDrawable(dpy, drawable); in dispatch_BindTexImageEXT()
122 pBindTexImageEXT(dpy, drawable, buffer, attrib_list); in dispatch_BindTexImageEXT()
127 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, in dispatch_ChooseFBConfigSGIX() argument
135 dd = __VND->getDynDispatch(dpy, screen); in dispatch_ChooseFBConfigSGIX()
143 ret = pChooseFBConfigSGIX(dpy, screen, attrib_list, nelements); in dispatch_ChooseFBConfigSGIX()
144 if (AddFBConfigsMapping(dpy, ret, nelements, dd)) { in dispatch_ChooseFBConfigSGIX()
154 static GLXContext dispatch_CreateContextAttribsARB(Display *dpy, in dispatch_CreateContextAttribsARB() argument
165 dd = GetDispatchFromFBConfig(dpy, config); in dispatch_CreateContextAttribsARB()
172 dd = GetDispatchFromDrawable(dpy, RootWindow(dpy, screen)); in dispatch_CreateContextAttribsARB()
[all …]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dglxext.h110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list…
112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
115 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
119 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
[all …]
/third_party/mesa3d/include/GL/
Dglxext.h110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list…
112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
115 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
119 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
[all …]
Dglx.h182 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
185 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
188 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
190 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
193 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
196 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
198 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
201 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
203 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
205 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min );
[all …]
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dglxext.h110 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
111 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list…
112 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
113 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
114 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
115 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
117 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
118 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
119 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
[all …]
/third_party/openGLES/api/GL/
Dglxext.h91 typedef GLXFBConfig *( *PFNGLXGETFBCONFIGSPROC) (Display *dpy, int screen, int *nelements);
92 typedef GLXFBConfig *( *PFNGLXCHOOSEFBCONFIGPROC) (Display *dpy, int screen, const int *attrib_list…
93 typedef int ( *PFNGLXGETFBCONFIGATTRIBPROC) (Display *dpy, GLXFBConfig config, int attribute, int *…
94 typedef XVisualInfo *( *PFNGLXGETVISUALFROMFBCONFIGPROC) (Display *dpy, GLXFBConfig config);
95 typedef GLXWindow ( *PFNGLXCREATEWINDOWPROC) (Display *dpy, GLXFBConfig config, Window win, const i…
96 typedef void ( *PFNGLXDESTROYWINDOWPROC) (Display *dpy, GLXWindow win);
97 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, cons…
98 typedef void ( *PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
99 typedef GLXPbuffer ( *PFNGLXCREATEPBUFFERPROC) (Display *dpy, GLXFBConfig config, const int *attrib…
100 typedef void ( *PFNGLXDESTROYPBUFFERPROC) (Display *dpy, GLXPbuffer pbuf);
[all …]
/third_party/mesa3d/src/glx/windows/
Dxwindowsdri.c37 #define WindowsDRICheckExtension(dpy,i,val) \ argument
38 XextCheckExtension (dpy, i, windowsdri_extension_name, val)
46 static int close_display(Display * dpy, XExtCodes * extCodes);
85 XWindowsDRIQueryExtension(dpy, event_basep, error_basep)
86 Display *dpy;
89 XExtDisplayInfo *info = find_display(dpy);
105 XWindowsDRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in XWindowsDRIQueryVersion() argument
106 Display *dpy; in XWindowsDRIQueryVersion()
111 XExtDisplayInfo *info = find_display(dpy);
116 WindowsDRICheckExtension(dpy, info, False);
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp349 EGLBoolean EGLAPIENTRY Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor);
350 EGLBoolean EGLAPIENTRY Terminate(EGLDisplay dpy);
351 const char *EGLAPIENTRY QueryString(EGLDisplay dpy, EGLint name);
352 EGLBoolean EGLAPIENTRY GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *n…
353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, …
354 EGLBoolean EGLAPIENTRY GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *…
355 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi…
356 EGLSurface EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_…
357 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi…
358 EGLBoolean EGLAPIENTRY DestroySurface(EGLDisplay dpy, EGLSurface surface);
[all …]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext_autogen.h21 ANGLE_EXPORT void EGLAPIENTRY EGL_SetBlobCacheFuncsANDROID(EGLDisplay dpy,
30 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingSupportedANDROID(EGLDisplay dpy,
33 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingANDROID(EGLDisplay dpy,
38 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetNextFrameIdANDROID(EGLDisplay dpy,
41 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampSupportedANDROID(EGLDisplay dpy,
44 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampsANDROID(EGLDisplay dpy,
56 ANGLE_EXPORT EGLint EGLAPIENTRY EGL_DupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync);
59 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_PresentationTimeANDROID(EGLDisplay dpy,
70 ANGLE_EXPORT const char *EGLAPIENTRY EGL_QueryStringiANGLE(EGLDisplay dpy,
73 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribANGLE(EGLDisplay dpy,
[all …]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c181 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual() argument
235 if (v->display == dpy in save_glx_visual()
257 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag, in save_glx_visual()
325 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual() argument
335 return save_glx_visual( dpy, visinfo, in create_glx_visual()
363 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual() argument
369 if (VisualTable[i]->display==dpy in find_glx_visual()
377 if (VisualTable[i]->display==dpy && VisualTable[i]->vishandle==vinfo) { in find_glx_visual()
390 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
403 default_depth = DefaultDepth(dpy,scr); in get_visual()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h17 typedef EGLBoolean (*PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy,
22 typedef EGLBoolean (*PFNEGLCOPYBUFFERSPROC)(EGLDisplay dpy,
25 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy,
29 typedef EGLSurface (*PFNEGLCREATEPBUFFERSURFACEPROC)(EGLDisplay dpy,
32 typedef EGLSurface (*PFNEGLCREATEPIXMAPSURFACEPROC)(EGLDisplay dpy,
36 typedef EGLSurface (*PFNEGLCREATEWINDOWSURFACEPROC)(EGLDisplay dpy,
40 typedef EGLBoolean (*PFNEGLDESTROYCONTEXTPROC)(EGLDisplay dpy, EGLContext ctx);
41 typedef EGLBoolean (*PFNEGLDESTROYSURFACEPROC)(EGLDisplay dpy, EGLSurface surface);
42 typedef EGLBoolean (*PFNEGLGETCONFIGATTRIBPROC)(EGLDisplay dpy,
46 typedef EGLBoolean (*PFNEGLGETCONFIGSPROC)(EGLDisplay dpy,
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
Dfunctionsegl_typedefs.h17 typedef EGLBoolean (*PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy,
22 typedef EGLBoolean (*PFNEGLCOPYBUFFERSPROC)(EGLDisplay dpy,
25 typedef EGLContext (*PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy,
29 typedef EGLSurface (*PFNEGLCREATEPBUFFERSURFACEPROC)(EGLDisplay dpy,
32 typedef EGLSurface (*PFNEGLCREATEPIXMAPSURFACEPROC)(EGLDisplay dpy,
36 typedef EGLSurface (*PFNEGLCREATEWINDOWSURFACEPROC)(EGLDisplay dpy,
40 typedef EGLBoolean (*PFNEGLDESTROYCONTEXTPROC)(EGLDisplay dpy, EGLContext ctx);
41 typedef EGLBoolean (*PFNEGLDESTROYSURFACEPROC)(EGLDisplay dpy, EGLSurface surface);
42 typedef EGLBoolean (*PFNEGLGETCONFIGATTRIBPROC)(EGLDisplay dpy,
46 typedef EGLBoolean (*PFNEGLGETCONFIGSPROC)(EGLDisplay dpy,
[all …]

12345678910>>...20