Home
last modified time | relevance | path

Searched defs:dpy (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/skia/third_party/externals/angle2/src/libEGL/
DlibEGL_autogen.cpp65 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig()
75 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers()
83 EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, in eglCreateContext()
92 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface()
100 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface()
109 EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
118 EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
124 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
130 EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, in eglGetConfigAttrib()
139 EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, in eglGetConfigs()
[all …]
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl12 EGLBoolean FuncPtrLibrary::bindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer) const
17 EGLBoolean FuncPtrLibrary::chooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *conf…
22 EGLint FuncPtrLibrary::clientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)…
27 EGLint FuncPtrLibrary::clientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR…
32 EGLBoolean FuncPtrLibrary::copyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType tar…
37 EGLContext FuncPtrLibrary::createContext (EGLDisplay dpy, EGLConfig config, EGLContext share_contex…
42 EGLImage FuncPtrLibrary::createImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuff…
47 EGLImageKHR FuncPtrLibrary::createImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClie…
52 EGLSurface FuncPtrLibrary::createPbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClien…
57 EGLSurface FuncPtrLibrary::createPbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *at…
[all …]
DeglwImpl.inl15 EGLBoolean eglwBindTexImage (EGLDisplay dpy, EGLSurface surface, EGLint buffer)
23 EGLBoolean eglwChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint …
31 EGLint eglwClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout)
39 EGLBoolean eglwCopyBuffers (EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target)
47 EGLContext eglwCreateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGL…
55 EGLImage eglwCreateImage (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, c…
63 EGLSurface eglwCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buff…
71 EGLSurface eglwCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list)
79 EGLSurface eglwCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, c…
87 EGLSurface eglwCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, void *native_pixmap, …
[all …]
DeglwImplExt.inl7 EGLint eglwClientWaitSyncKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout)
15 EGLImageKHR eglwCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buf…
23 EGLSurface eglwCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_pixma…
31 EGLSurface eglwCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void *native_windo…
39 EGLSyncKHR eglwCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list)
47 EGLBoolean eglwDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
55 EGLBoolean eglwDestroySyncKHR (EGLDisplay dpy, EGLSyncKHR sync)
71 EGLBoolean eglwGetSyncAttribKHR (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value)
79 EGLBoolean eglwLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list)
87 EGLBoolean eglwSetDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rect…
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/
DlibEGL.cpp61 EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, in eglChooseConfig()
71 EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay dpy, in eglCopyBuffers()
79 EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay dpy, in eglCreateContext()
88 EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, in eglCreatePbufferSurface()
96 EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, in eglCreatePixmapSurface()
105 EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, in eglCreateWindowSurface()
114 EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext()
120 EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
126 EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, in eglGetConfigAttrib()
135 EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, in eglGetConfigs()
[all …]
/third_party/vk-gl-cts/framework/egl/
DegluCallLogWrapper.inl17 eglw::EGLBoolean CallLogWrapper::eglBindTexImage (eglw::EGLDisplay dpy, eglw::EGLSurface surface, e…
27 eglw::EGLBoolean CallLogWrapper::eglChooseConfig (eglw::EGLDisplay dpy, const eglw::EGLint *attrib_…
42 eglw::EGLint CallLogWrapper::eglClientWaitSync (eglw::EGLDisplay dpy, eglw::EGLSync sync, eglw::EGL…
52 eglw::EGLint CallLogWrapper::eglClientWaitSyncKHR (eglw::EGLDisplay dpy, eglw::EGLSyncKHR sync, egl…
62 eglw::EGLBoolean CallLogWrapper::eglCopyBuffers (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eg…
72 eglw::EGLContext CallLogWrapper::eglCreateContext (eglw::EGLDisplay dpy, eglw::EGLConfig config, eg…
82 eglw::EGLImage CallLogWrapper::eglCreateImage (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EG…
92 eglw::EGLImageKHR CallLogWrapper::eglCreateImageKHR (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eg…
102 eglw::EGLSurface CallLogWrapper::eglCreatePbufferFromClientBuffer (eglw::EGLDisplay dpy, eglw::EGLe…
112 eglw::EGLSurface CallLogWrapper::eglCreatePbufferSurface (eglw::EGLDisplay dpy, eglw::EGLConfig con…
[all …]
/third_party/mesa3d/src/mesa/drivers/x11/
Dglxapi.c86 get_dispatch(Display *dpy) in get_dispatch()
151 glXChooseVisual(Display *dpy, int screen, int *list) in glXChooseVisual()
162 glXCopyContext(Display *dpy, GLXContext src, GLXContext dst, unsigned long mask) in glXCopyContext()
173 glXCreateContext(Display *dpy, XVisualInfo *visinfo, GLXContext shareList, Bool direct) in glXCreateContext()
184 glXCreateGLXPixmap(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap) in glXCreateGLXPixmap()
195 glXDestroyContext(Display *dpy, GLXContext ctx) in glXDestroyContext()
206 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap) in glXDestroyGLXPixmap()
217 glXGetConfig(Display *dpy, XVisualInfo *visinfo, int attrib, int *value) in glXGetConfig()
246 glXIsDirect(Display *dpy, GLXContext ctx) in glXIsDirect()
257 glXMakeCurrent(Display *dpy, GLXDrawable drawable, GLXContext ctx) in glXMakeCurrent()
[all …]
Dfakeglx.c160 GetOverlayInfo(Display *dpy, int screen, int *numOverlays) in GetOverlayInfo()
208 level_of_visual( Display *dpy, XVisualInfo *vinfo ) in level_of_visual()
248 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual()
373 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual()
415 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual()
440 Display *dpy = glxvis->display; in transparent_pixel() local
478 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual()
532 get_env_visual(Display *dpy, int scr, const char *varname) in get_env_visual()
575 choose_x_visual(Display *dpy, int screen, int min_depth, int preferred_class) in choose_x_visual()
665 choose_x_overlay_visual( Display *dpy, int scr, in choose_x_overlay_visual()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp410 EGLAPI EGLBoolean EGLAPIENTRY eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in eglInitialize()
415 EGLAPI EGLBoolean EGLAPIENTRY eglTerminate(EGLDisplay dpy) in eglTerminate()
420 EGLAPI const char *EGLAPIENTRY eglQueryString(EGLDisplay dpy, EGLint name) in eglQueryString()
425 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size,… in eglGetConfigs()
430 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig … in eglChooseConfig()
435 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute… in eglGetConfigAttrib()
440 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWin… in eglCreateWindowSurface()
445 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLin… in eglCreatePbufferSurface()
450 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePix… in eglCreatePixmapSurface()
455 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
[all …]
DlibEGL.cpp168 EGLBoolean EGLAPIENTRY Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in Initialize()
193 EGLBoolean EGLAPIENTRY Terminate(EGLDisplay dpy) in Terminate()
211 const char *EGLAPIENTRY QueryString(EGLDisplay dpy, EGLint name) in QueryString()
263 EGLBoolean EGLAPIENTRY GetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *n… in GetConfigs()
293 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, … in ChooseConfig()
328 EGLBoolean EGLAPIENTRY GetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *… in GetConfigAttrib()
350 EGLSurface EGLAPIENTRY CreatePlatformWindowSurface(EGLDisplay dpy, EGLConfig config, void *native_w… in CreatePlatformWindowSurface()
376 EGLSurface EGLAPIENTRY CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void *nativ… in CreatePlatformWindowSurfaceEXT()
385 EGLSurface EGLAPIENTRY CreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType wi… in CreateWindowSurface()
399 EGLSurface EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_… in CreatePbufferSurface()
[all …]
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c181 save_glx_visual( Display *dpy, XVisualInfo *vinfo, in save_glx_visual()
325 create_glx_visual( Display *dpy, XVisualInfo *visinfo ) in create_glx_visual()
363 find_glx_visual( Display *dpy, XVisualInfo *vinfo ) in find_glx_visual()
390 get_visual( Display *dpy, int scr, unsigned int depth, int xclass ) in get_visual()
443 get_env_visual(Display *dpy, int scr, const char *varname) in get_env_visual()
489 choose_x_visual( Display *dpy, int screen, int min_depth, in choose_x_visual()
595 destroy_visuals_on_display(Display *dpy) in destroy_visuals_on_display()
615 close_display_callback(Display *dpy, XExtCodes *codes) in close_display_callback()
629 lookup_extension(Display *dpy, const char *extName) in lookup_extension()
646 register_with_display(Display *dpy) in register_with_display()
[all …]
/third_party/mesa3d/src/glx/
Dglxglvnddispatchfuncs.h11 static inline int AddFBConfigMapping(Display *dpy, GLXFBConfig config, in AddFBConfigMapping()
17 static inline int AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, in AddFBConfigsMapping()
36 static inline int AddDrawableMapping(Display *dpy, GLXDrawable drawable, in AddDrawableMapping()
42 static inline int AddContextMapping(Display *dpy, GLXContext ctx, in AddContextMapping()
48 static inline __GLXvendorInfo *GetDispatchFromDrawable(Display *dpy, in GetDispatchFromDrawable()
59 static inline __GLXvendorInfo *GetDispatchFromFBConfig(Display *dpy, GLXFBConfig config) in GetDispatchFromFBConfig()
64 static inline __GLXvendorInfo *GetDispatchFromVisual(Display *dpy, in GetDispatchFromVisual()
Dg_glxglvnddispatchfuncs.c108 static void dispatch_BindTexImageEXT(Display *dpy, GLXDrawable drawable, in dispatch_BindTexImageEXT()
127 static GLXFBConfigSGIX *dispatch_ChooseFBConfigSGIX(Display *dpy, int screen, in dispatch_ChooseFBConfigSGIX()
154 static GLXContext dispatch_CreateContextAttribsARB(Display *dpy, in dispatch_CreateContextAttribsARB()
197 static GLXContext dispatch_CreateContextWithConfigSGIX(Display *dpy, in dispatch_CreateContextWithConfigSGIX()
228 static GLXPbuffer dispatch_CreateGLXPbufferSGIX(Display *dpy, in dispatch_CreateGLXPbufferSGIX()
262 static GLXPixmap dispatch_CreateGLXPixmapWithConfigSGIX(Display *dpy, in dispatch_CreateGLXPixmapWithConfigSGIX()
291 static void dispatch_DestroyGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf) in dispatch_DestroyGLXPbufferSGIX()
363 static int dispatch_GetFBConfigAttribSGIX(Display *dpy, GLXFBConfigSGIX config, in dispatch_GetFBConfigAttribSGIX()
382 static GLXFBConfigSGIX dispatch_GetFBConfigFromVisualSGIX(Display *dpy, in dispatch_GetFBConfigFromVisualSGIX()
407 static void dispatch_GetSelectedEventSGIX(Display *dpy, GLXDrawable drawable, in dispatch_GetSelectedEventSGIX()
[all …]
Dglx_pbuffer.c60 ChangeDrawableAttribute(Display * dpy, GLXDrawable drawable, in ChangeDrawableAttribute()
170 CreateDRIDrawable(Display *dpy, struct glx_config *config, in CreateDRIDrawable()
208 DestroyDRIDrawable(Display *dpy, GLXDrawable drawable, int destroy_xdrawable) in DestroyDRIDrawable()
241 __glXGetDrawableAttribute(Display * dpy, GLXDrawable drawable, in __glXGetDrawableAttribute()
398 protocolDestroyDrawable(Display *dpy, GLXDrawable drawable, CARD32 glxCode) in protocolDestroyDrawable()
422 CreateDrawable(Display *dpy, struct glx_config *config, in CreateDrawable()
489 DestroyDrawable(Display * dpy, GLXDrawable drawable, CARD32 glxCode) in DestroyDrawable()
515 CreatePbuffer(Display * dpy, struct glx_config *config, in CreatePbuffer()
618 DestroyPbuffer(Display * dpy, GLXDrawable drawable) in DestroyPbuffer()
667 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, in glXCreateGLXPbufferSGIX()
[all …]
Dglxcmds.c74 GetGLXDRIDrawable(Display * dpy, GLXDrawable drawable) in GetGLXDRIDrawable()
91 GetGLXDrawable(Display *dpy, GLXDrawable drawable) in GetGLXDrawable()
106 InitGLXDrawable(Display *dpy, struct glx_drawable *glxDraw, XID xDrawable, in InitGLXDrawable()
123 DestroyGLXDrawable(Display *dpy, GLXDrawable drawable) in DestroyGLXDrawable()
151 GetGLXScreenConfigs(Display * dpy, int scrn) in GetGLXScreenConfigs()
162 GetGLXPrivScreenConfig(Display * dpy, int scrn, struct glx_display ** ppriv, in GetGLXPrivScreenConfig()
205 ValidateGLXFBConfig(Display * dpy, GLXFBConfig fbconfig) in ValidateGLXFBConfig()
288 __glXIsDirect(Display * dpy, GLXContextID contextID, Bool *error) in __glXIsDirect()
325 CreateContext(Display *dpy, int generic_id, struct glx_config *config, in CreateContext()
440 glXCreateContext(Display * dpy, XVisualInfo * vis, in glXCreateContext()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c54 #define XNVCTRLCheckExtension(dpy,i,val) \ argument
56 #define XNVCTRLSimpleCheckExtension(dpy,i) \ argument
106 Display *dpy, in XNVCTRLQueryExtension()
126 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info) in version_flags()
151 Display *dpy, in XNVCTRLQueryVersion()
182 Display *dpy, in XNVCTRLIsNvScreen()
213 Display *dpy, in XNVCTRLQueryTargetCount()
244 Display *dpy, in XNVCTRLSetTargetAttribute()
271 Display *dpy, in XNVCTRLSetAttribute()
283 Display *dpy, in XNVCTRLSetTargetAttributeAndGetStatus()
[all …]
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c54 #define XNVCTRLCheckExtension(dpy,i,val) \ argument
56 #define XNVCTRLSimpleCheckExtension(dpy,i) \ argument
106 Display *dpy, in XNVCTRLQueryExtension()
126 static uintptr_t version_flags(Display *dpy, XExtDisplayInfo *info) in version_flags()
151 Display *dpy, in XNVCTRLQueryVersion()
182 Display *dpy, in XNVCTRLIsNvScreen()
213 Display *dpy, in XNVCTRLQueryTargetCount()
244 Display *dpy, in XNVCTRLSetTargetAttribute()
271 Display *dpy, in XNVCTRLSetAttribute()
283 Display *dpy, in XNVCTRLSetTargetAttributeAndGetStatus()
[all …]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext_autogen.cpp23 void EGLAPIENTRY EGL_SetBlobCacheFuncsANDROID(EGLDisplay dpy, in EGL_SetBlobCacheFuncsANDROID()
60 EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingSupportedANDROID(EGLDisplay dpy, in EGL_GetCompositorTimingSupportedANDROID()
81 EGLBoolean EGLAPIENTRY EGL_GetCompositorTimingANDROID(EGLDisplay dpy, in EGL_GetCompositorTimingANDROID()
106 EGLBoolean EGLAPIENTRY EGL_GetNextFrameIdANDROID(EGLDisplay dpy, in EGL_GetNextFrameIdANDROID()
126 EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampSupportedANDROID(EGLDisplay dpy, in EGL_GetFrameTimestampSupportedANDROID()
147 EGLBoolean EGLAPIENTRY EGL_GetFrameTimestampsANDROID(EGLDisplay dpy, in EGL_GetFrameTimestampsANDROID()
188 EGLint EGLAPIENTRY EGL_DupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) in EGL_DupNativeFenceFDANDROID()
206 EGLBoolean EGLAPIENTRY EGL_PresentationTimeANDROID(EGLDisplay dpy, in EGL_PresentationTimeANDROID()
260 const char *EGLAPIENTRY EGL_QueryStringiANGLE(EGLDisplay dpy, EGLint name, EGLint index) in EGL_QueryStringiANGLE()
276 EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribANGLE(EGLDisplay dpy, in EGL_QueryDisplayAttribANGLE()
[all …]
Dentry_points_egl_autogen.cpp23 EGLBoolean EGLAPIENTRY EGL_ChooseConfig(EGLDisplay dpy, in EGL_ChooseConfig()
47 EGLBoolean EGLAPIENTRY EGL_CopyBuffers(EGLDisplay dpy, in EGL_CopyBuffers()
67 EGLContext EGLAPIENTRY EGL_CreateContext(EGLDisplay dpy, in EGL_CreateContext()
91 EGLSurface EGLAPIENTRY EGL_CreatePbufferSurface(EGLDisplay dpy, in EGL_CreatePbufferSurface()
113 EGLSurface EGLAPIENTRY EGL_CreatePixmapSurface(EGLDisplay dpy, in EGL_CreatePixmapSurface()
136 EGLSurface EGLAPIENTRY EGL_CreateWindowSurface(EGLDisplay dpy, in EGL_CreateWindowSurface()
159 EGLBoolean EGLAPIENTRY EGL_DestroyContext(EGLDisplay dpy, EGLContext ctx) in EGL_DestroyContext()
176 EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface) in EGL_DestroySurface()
193 EGLBoolean EGLAPIENTRY EGL_GetConfigAttrib(EGLDisplay dpy, in EGL_GetConfigAttrib()
215 EGLBoolean EGLAPIENTRY EGL_GetConfigs(EGLDisplay dpy, in EGL_GetConfigs()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/va/
Dvasurfaceimage.c30 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_destroy_surfaces() local
53 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_create_surfaces() local
115 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_export_surface_to_dmabuf() local
133 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_destroy_image() local
150 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_get_derive_image() local
168 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_create_image() local
190 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_get_image() local
208 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_sync_surface() local
224 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_map_buffer() local
240 VADisplay dpy = gst_va_display_get_va_dpy (display); in va_unmap_buffer() local
[all …]
/third_party/mesa3d/src/glx/apple/
Dglx_empty.c56 glXGetSyncValuesOML(Display * dpy, GLXDrawable drawable, in glXGetSyncValuesOML()
68 glXSwapBuffersMscOML(Display * dpy, GLXDrawable drawable, in glXSwapBuffersMscOML()
81 glXWaitForMscOML(Display * dpy, GLXDrawable drawable, in glXWaitForMscOML()
99 glXWaitForSbcOML(Display * dpy, GLXDrawable drawable, in glXWaitForSbcOML()
114 glXReleaseBuffersMESA(Display * dpy, GLXDrawable d) in glXReleaseBuffersMESA()
123 glXCreateGLXPixmapMESA(Display * dpy, XVisualInfo * visual, in glXCreateGLXPixmapMESA()
138 glXCopySubBufferMESA(Display * dpy, GLXDrawable drawable, in glXCopySubBufferMESA()
151 glXQueryGLXPbufferSGIX(Display * dpy, GLXDrawable drawable, in glXQueryGLXPbufferSGIX()
161 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfig config, in glXCreateGLXPbufferSGIX()
Dappledri.c51 #define AppleDRICheckExtension(dpy,i,val) \ argument
95 wire_to_event(Display *dpy, XEvent *re, xEvent *event) in wire_to_event()
129 XAppleDRIQueryExtension(dpy, event_basep, error_basep) in XAppleDRIQueryExtension() argument
149 XAppleDRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in XAppleDRIQueryVersion() argument
182 XAppleDRIQueryDirectRenderingCapable(dpy, screen, isCapable) in XAppleDRIQueryDirectRenderingCapable() argument
213 XAppleDRIAuthConnection(dpy, screen, magic) in XAppleDRIAuthConnection() argument
245 XAppleDRICreateSurface(dpy, screen, drawable, client_id, key, uid) in XAppleDRICreateSurface() argument
284 XAppleDRIDestroySurface(dpy, screen, drawable) in XAppleDRIDestroySurface() argument
308 XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable, in XAppleDRICreateSharedBuffer()
357 XAppleDRISwapBuffers(Display * dpy, int screen, Drawable drawable) in XAppleDRISwapBuffers()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_ext.cpp28 EGLBoolean EGLAPIENTRY EGL_QuerySurfacePointerANGLE(EGLDisplay dpy, in EGL_QuerySurfacePointerANGLE()
102 EGLBoolean EGLAPIENTRY EGL_PostSubBufferNV(EGLDisplay dpy, in EGL_PostSubBufferNV()
204 EGLSurface EGLAPIENTRY EGL_CreatePlatformWindowSurfaceEXT(EGLDisplay dpy, in EGL_CreatePlatformWindowSurfaceEXT()
231 EGLSurface EGLAPIENTRY EGL_CreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, in EGL_CreatePlatformPixmapSurfaceEXT()
352 EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribEXT(EGLDisplay dpy, EGLint attribute, EGLAttrib *value) in EGL_QueryDisplayAttribEXT()
371 EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribANGLE(EGLDisplay dpy, in EGL_QueryDisplayAttribANGLE()
391 ANGLE_EXPORT EGLImageKHR EGLAPIENTRY EGL_CreateImageKHR(EGLDisplay dpy, in EGL_CreateImageKHR()
428 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_DestroyImageKHR(EGLDisplay dpy, EGLImageKHR image) in EGL_DestroyImageKHR()
504 EGLStreamKHR EGLAPIENTRY EGL_CreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) in EGL_CreateStreamKHR()
533 EGLBoolean EGLAPIENTRY EGL_DestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream) in EGL_DestroyStreamKHR()
[all …]
Dentry_points_egl.cpp74 EGLBoolean EGLAPIENTRY EGL_Initialize(EGLDisplay dpy, EGLint *major, EGLint *minor) in EGL_Initialize()
98 EGLBoolean EGLAPIENTRY EGL_Terminate(EGLDisplay dpy) in EGL_Terminate()
118 const char *EGLAPIENTRY EGL_QueryString(EGLDisplay dpy, EGLint name) in EGL_QueryString()
163 EGLBoolean EGLAPIENTRY EGL_GetConfigs(EGLDisplay dpy, in EGL_GetConfigs()
186 EGLBoolean EGLAPIENTRY EGL_ChooseConfig(EGLDisplay dpy, in EGL_ChooseConfig()
213 EGLBoolean EGLAPIENTRY EGL_GetConfigAttrib(EGLDisplay dpy, in EGL_GetConfigAttrib()
237 EGLSurface EGLAPIENTRY EGL_CreateWindowSurface(EGLDisplay dpy, in EGL_CreateWindowSurface()
266 EGLSurface EGLAPIENTRY EGL_CreatePbufferSurface(EGLDisplay dpy, in EGL_CreatePbufferSurface()
291 EGLSurface EGLAPIENTRY EGL_CreatePixmapSurface(EGLDisplay dpy, in EGL_CreatePixmapSurface()
317 EGLBoolean EGLAPIENTRY EGL_DestroySurface(EGLDisplay dpy, EGLSurface surface) in EGL_DestroySurface()
[all …]
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dblock.c38 Status XvMCCreateBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCBlockArray… in XvMCCreateBlocks()
58 Status XvMCDestroyBlocks(Display *dpy, XvMCBlockArray *blocks) in XvMCDestroyBlocks()
68 Status XvMCCreateMacroBlocks(Display *dpy, XvMCContext *context, unsigned int num_blocks, XvMCMacro… in XvMCCreateMacroBlocks()
88 Status XvMCDestroyMacroBlocks(Display *dpy, XvMCMacroBlockArray *blocks) in XvMCDestroyMacroBlocks()

1234567