Home
last modified time | relevance | path

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

1234567

/external/mesa3d/src/mesa/drivers/x11/
Dglxapi.c92 get_dispatch(Display *dpy) in get_dispatch() argument
94 if (!dpy) in get_dispatch()
101 if (d->Dpy == dpy) { in get_dispatch()
102 prevDisplay = dpy; in get_dispatch()
120 d->Dpy = dpy; in get_dispatch()
126 prevDisplay = dpy; in get_dispatch()
191 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual() argument
194 GET_DISPATCH(dpy, t); in glXChooseVisual()
197 return (t->ChooseVisual)(dpy, screen, list); in glXChooseVisual()
202 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext() argument
[all …]
Drealglx.h41 _real_glXChooseVisual( Display *dpy, int screen, int *list );
44 _real_glXCreateContext( Display *dpy, XVisualInfo *visinfo,
48 _real_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap );
51 _real_glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visinfo,
55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
58 _real_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
62 _real_glXMakeCurrent( Display *dpy, GLXDrawable drawable, GLXContext ctx );
65 _real_glXQueryExtension( Display *dpy, int *errorb, int *event );
68 _real_glXDestroyContext( Display *dpy, GLXContext ctx );
71 _real_glXIsDirect( Display *dpy, GLXContext ctx );
[all …]
Dglxapi.h64 XVisualInfo *(*ChooseVisual)(Display *dpy, int screen, int *list);
65 void (*CopyContext)(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask);
66 …GLXContext (*CreateContext)(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct);
67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
68 void (*DestroyContext)(Display *dpy, GLXContext ctx);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
70 int (*GetConfig)(Display *dpy, XVisualInfo *visinfo, int attrib, int *value);
73 Bool (*IsDirect)(Display *dpy, GLXContext ctx);
74 Bool (*MakeCurrent)(Display *dpy, GLXDrawable drawable, GLXContext ctx);
75 Bool (*QueryExtension)(Display *dpy, int *errorb, int *event);
[all …]
Dfakeglx.c177 GetOverlayInfo(Display *dpy, int screen, int *numOverlays) in GetOverlayInfo() argument
190 overlayVisualsAtom = XInternAtom(dpy,"SERVER_OVERLAY_VISUALS", True); in GetOverlayInfo()
195 status = XGetWindowProperty(dpy, RootWindow(dpy, screen), in GetOverlayInfo()
225 level_of_visual( Display *dpy, XVisualInfo *vinfo ) in level_of_visual() argument
230 overlay_info = GetOverlayInfo(dpy, vinfo->screen, &numOverlaysPerScreen); in level_of_visual()
265 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual() argument
313 if (v->display == dpy in save_glx_visual()
336 xmvis = XMesaCreateVisual( dpy, vinfo, GL_TRUE, alphaFlag, dbFlag, in save_glx_visual()
410 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual() argument
417 vislevel = level_of_visual( dpy, visinfo ); in create_glx_visual()
[all …]
/external/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 …]
/external/mesa3d/src/glx/
DXF86dri.c51 #define XF86DRICheckExtension(dpy,i,val) \ argument
52 XextCheckExtension (dpy, i, xf86dri_extension_name, val)
60 static int close_display(Display * dpy, XExtCodes * extCodes);
97 XF86DRIQueryExtension(Display * dpy, int *event_basep,
100 XExtDisplayInfo *info = find_display(dpy);
116 XF86DRIQueryVersion(Display * dpy, int *majorVersion, int *minorVersion, in XF86DRIQueryVersion() argument
119 XExtDisplayInfo *info = find_display(dpy); in XF86DRIQueryVersion()
124 XF86DRICheckExtension(dpy, info, False); in XF86DRIQueryVersion()
126 LockDisplay(dpy); in XF86DRIQueryVersion()
130 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) { in XF86DRIQueryVersion()
[all …]
Dglx_pbuffer.c58 warn_GLX_1_3(Display * dpy, const char *function_name) in warn_GLX_1_3() argument
60 struct glx_display *priv = __glXInitialize(dpy); in warn_GLX_1_3()
82 ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, in ChangeDrawableAttribute() argument
85 struct glx_display *priv = __glXInitialize(dpy); in ChangeDrawableAttribute()
93 if ((dpy == NULL) || (drawable == 0)) { in ChangeDrawableAttribute()
97 opcode = __glXSetupForCommand(dpy); in ChangeDrawableAttribute()
101 LockDisplay(dpy); in ChangeDrawableAttribute()
131 UnlockDisplay(dpy); in ChangeDrawableAttribute()
135 pdraw = GetGLXDRIDrawable(dpy, drawable); in ChangeDrawableAttribute()
191 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable() 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()
104 pdraw = dri2GetGlxDrawableFromXDrawableId(dpy, awire->drawable); in DRI2WireToEvent()
107 aevent->type = dri2GetSwapEventType(dpy, awire->drawable); in DRI2WireToEvent()
111 aevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *) wire); in DRI2WireToEvent()
113 aevent->display = dpy; in DRI2WireToEvent()
132 glxDraw = GetGLXDrawable(dpy, pdraw->drawable); in DRI2WireToEvent()
[all …]
Dglxcmds.c77 GetGLXDRIDrawable(Display * dpy, GLXDrawable drawable) in GetGLXDRIDrawable() argument
79 struct glx_display *priv = __glXInitialize(dpy); in GetGLXDRIDrawable()
94 GetGLXDrawable(Display *dpy, GLXDrawable drawable) in GetGLXDrawable() argument
96 struct glx_display *priv = __glXInitialize(dpy); in GetGLXDrawable()
109 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable() argument
112 struct glx_display *priv = __glXInitialize(dpy); in InitGLXDrawable()
126 DestroyGLXDrawable(Display *dpy, GLXDrawable drawable) in DestroyGLXDrawable() argument
128 struct glx_display *priv = __glXInitialize(dpy); in DestroyGLXDrawable()
134 glxDraw = GetGLXDrawable(dpy, drawable); in DestroyGLXDrawable()
154 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs() argument
[all …]
/external/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 glXJoinSwapGroupSGIX(Display * dpy, GLXDrawable drawable, GLXDrawable member) in glXJoinSwapGroupSGIX() argument
58 (void) dpy; in glXJoinSwapGroupSGIX()
68 glXBindSwapBarrierSGIX(Display * dpy, GLXDrawable drawable, int barrier) in glXBindSwapBarrierSGIX() argument
70 (void) dpy; in glXBindSwapBarrierSGIX()
76 glXQueryMaxSwapBarriersSGIX(Display * dpy, int screen, int *max) in glXQueryMaxSwapBarriersSGIX() argument
78 (void) dpy; in glXQueryMaxSwapBarriersSGIX()
89 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, in glXGetSyncValuesOML() argument
92 (void) dpy; in glXGetSyncValuesOML()
101 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, in glXSwapBuffersMscOML() argument
104 (void) dpy; in glXSwapBuffersMscOML()
[all …]
/external/deqp/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 …]
DeglwLibrary.inl7 virtual EGLBoolean bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) con…
8 virtual EGLBoolean chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *…
9 virtual EGLint clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime tim…
10 virtual EGLint clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTim…
11 virtual EGLBoolean copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapTyp…
12 virtual EGLContext createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_co…
13 virtual EGLImage createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClien…
14 virtual EGLImageKHR createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGL…
15 virtual EGLSurface createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClien…
16 virtual EGLSurface createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *…
[all …]
DeglwApi.inl64 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer);
65 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
66 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout…
67 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR…
68 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType ta…
69 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex…
70 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuf…
71 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
72 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuf…
73 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attr…
[all …]
DeglwFunctionTypes.inl7 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglBindTexImageFunc) (EGLDisplay dpy, E…
8 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglChooseConfigFunc) (EGLDisplay dpy, c…
9 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncFunc) (EGLDisplay dpy, EG…
10 typedef EGLW_APICALL EGLint (EGLW_APIENTRY* eglClientWaitSyncKHRFunc) (EGLDisplay dpy, …
11 typedef EGLW_APICALL EGLBoolean (EGLW_APIENTRY* eglCopyBuffersFunc) (EGLDisplay dpy, E…
12 typedef EGLW_APICALL EGLContext (EGLW_APIENTRY* eglCreateContextFunc) (EGLDisplay dpy, …
13 typedef EGLW_APICALL EGLImage (EGLW_APIENTRY* eglCreateImageFunc) (EGLDisplay dpy, EGL…
14 typedef EGLW_APICALL EGLImageKHR (EGLW_APIENTRY* eglCreateImageKHRFunc) (EGLDisplay dpy,…
15 … (EGLW_APIENTRY* eglCreatePbufferFromClientBufferFunc) (EGLDisplay dpy, EGLenum buftype, E…
16 …Surface (EGLW_APIENTRY* eglCreatePbufferSurfaceFunc) (EGLDisplay dpy, EGLConfig config, …
[all …]
/external/mesa3d/include/GL/
Dglxext.h528 extern GLXFBConfig * glXGetFBConfigs (Display *dpy, int screen, int *nelements);
529 extern GLXFBConfig * glXChooseFBConfig (Display *dpy, int screen, const int *attrib_list, int *nele…
530 extern int glXGetFBConfigAttrib (Display *dpy, GLXFBConfig config, int attribute, int *value);
531 extern XVisualInfo * glXGetVisualFromFBConfig (Display *dpy, GLXFBConfig config);
532 extern GLXWindow glXCreateWindow (Display *dpy, GLXFBConfig config, Window win, const int *attrib_l…
533 extern void glXDestroyWindow (Display *dpy, GLXWindow win);
534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attri…
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
536 extern GLXPbuffer glXCreatePbuffer (Display *dpy, GLXFBConfig config, const int *attrib_list);
537 extern void glXDestroyPbuffer (Display *dpy, GLXPbuffer pbuf);
[all …]
Dglx.h200 extern XVisualInfo* glXChooseVisual( Display *dpy, int screen,
203 extern GLXContext glXCreateContext( Display *dpy, XVisualInfo *vis,
206 extern void glXDestroyContext( Display *dpy, GLXContext ctx );
208 extern Bool glXMakeCurrent( Display *dpy, GLXDrawable drawable,
211 extern void glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
214 extern void glXSwapBuffers( Display *dpy, GLXDrawable drawable );
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
221 extern Bool glXQueryExtension( Display *dpy, int *errorb, int *event );
223 extern Bool glXQueryVersion( Display *dpy, int *maj, int *min );
[all …]
/external/mesa3d/src/egl/main/
Deglmisc.c74 _eglUpdateExtensionsString(_EGLDisplay *dpy) in _eglUpdateExtensionsString() argument
78 if (dpy->Extensions.ext) { \ in _eglUpdateExtensionsString()
80 assert(exts <= dpy->ExtensionsString + _EGL_MAX_EXTENSIONS_LEN); \ in _eglUpdateExtensionsString()
84 char *exts = dpy->ExtensionsString; in _eglUpdateExtensionsString()
98 if (dpy->Extensions.KHR_image_base && dpy->Extensions.KHR_image_pixmap) in _eglUpdateExtensionsString()
126 _eglUpdateAPIsString(_EGLDisplay *dpy) in _eglUpdateAPIsString() argument
128 char *apis = dpy->ClientAPIsString; in _eglUpdateAPIsString()
130 if (apis[0] || !dpy->ClientAPIs) in _eglUpdateAPIsString()
133 if (dpy->ClientAPIs & EGL_OPENGL_BIT) in _eglUpdateAPIsString()
136 if (dpy->ClientAPIs & EGL_OPENGL_ES_BIT) in _eglUpdateAPIsString()
[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…
54 typedef _EGLContext *(*CreateContext_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config, _EGL…
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…
61 typedef _EGLSurface *(*CreateWindowSurface_t)(_EGLDriver *drv, _EGLDisplay *dpy, _EGLConfig *config…
[all …]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_api.c164 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual() argument
215 if (v->display == dpy in save_glx_visual()
239 xmvis = XMesaCreateVisual( dpy, vinfo, rgbFlag, alphaFlag, dbFlag, in save_glx_visual()
313 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual() argument
323 return save_glx_visual( dpy, visinfo, in create_glx_visual()
350 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual() argument
356 if (VisualTable[i]->display==dpy in find_glx_visual()
364 if (VisualTable[i]->display==dpy && VisualTable[i]->vishandle==vinfo) { in find_glx_visual()
377 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual() argument
390 default_depth = DefaultDepth(dpy,scr); in get_visual()
[all …]
/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_…
60 EGLAPI EGLSurface EGLAPIENTRY eglCreateScreenSurfaceMESA(EGLDisplay dpy, EGLConfig config, const EG…
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…
[all …]
/external/deqp/framework/egl/
DegluCallLogWrapperApi.inl7 eglw::EGLBoolean eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw:…
8 eglw::EGLBoolean eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_list…
9 eglw::EGLint eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGLint …
10 eglw::EGLint eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, eglw::EG…
11 eglw::EGLBoolean eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::…
12 eglw::EGLContext eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::E…
13 eglw::EGLImage eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLen…
14 eglw::EGLImageKHR eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::E…
15 eglw::EGLSurface eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLenum bufty…
16 eglw::EGLSurface eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, c…
[all …]
DegluCallLogWrapper.inl17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, e… argument
20 …m_log << TestLog::Message << "eglBindTexImage(" << dpy << ", " << toHex(surface) << ", " << buffer…
21 eglw::EGLBoolean returnValue = m_egl.bindTexImage(dpy, surface, buffer);
27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_… argument
30 …m_log << TestLog::Message << "eglChooseConfig(" << dpy << ", " << getConfigAttribListStr(attrib_li…
31 …eglw::EGLBoolean returnValue = m_egl.chooseConfig(dpy, attrib_list, configs, config_size, num_conf…
42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGL… argument
45 …m_log << TestLog::Message << "eglClientWaitSync(" << dpy << ", " << sync << ", " << flags << ", " …
46 eglw::EGLint returnValue = m_egl.clientWaitSync(dpy, sync, flags, timeout);
52 eglw::EGLint CallLogWrapper::eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, egl… argument
[all …]
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d.c57 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; in egl_g3d_new_drm_screen() local
58 struct egl_g3d_display *gdpy = egl_g3d_display(dpy); in egl_g3d_new_drm_screen()
65 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; in egl_g3d_new_sw_screen() local
66 struct egl_g3d_display *gdpy = egl_g3d_display(dpy); in egl_g3d_new_sw_screen()
73 _EGLDisplay *dpy = (_EGLDisplay *) ndpy->user_data; in egl_g3d_lookup_egl_image() local
74 struct egl_g3d_display *gdpy = egl_g3d_display(dpy); in egl_g3d_lookup_egl_image()
163 egl_g3d_add_screens(_EGLDriver *drv, _EGLDisplay *dpy) in egl_g3d_add_screens() argument
165 struct egl_g3d_display *gdpy = egl_g3d_display(dpy); in egl_g3d_add_screens()
198 _eglInitScreen(&gscr->base, dpy, num_modes); in egl_g3d_add_screens()
334 egl_g3d_init_config(_EGLDriver *drv, _EGLDisplay *dpy, in egl_g3d_init_config() argument
[all …]

1234567