| /third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
| D | libEGL.cpp | 61 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/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
| D | NVCtrl.c | 54 #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/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_egl_ext.cpp | 28 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 …]
|
| D | entry_points_egl.cpp | 74 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/libdrm/tests/ttmtest/src/ |
| D | xf86dri.c | 54 #define uniDRICheckExtension(dpy,i,val) \ argument 114 uniDRIQueryVersion(dpy, majorVersion, minorVersion, patchVersion) in uniDRIQueryVersion() argument 147 uniDRIQueryDirectRenderingCapable(dpy, screen, isCapable) in uniDRIQueryDirectRenderingCapable() argument 178 uniDRIOpenConnection(dpy, screen, hSAREA, busIdString) in uniDRIOpenConnection() argument 228 uniDRIAuthConnection(dpy, screen, magic) in uniDRIAuthConnection() argument 260 uniDRICloseConnection(dpy, screen) in uniDRICloseConnection() argument 283 uniDRIGetClientDriverName(dpy, screen, ddxDriverMajorVersion, in uniDRIGetClientDriverName() argument 335 uniDRICreateContextWithConfig(dpy, screen, configID, context, hHWContext) in uniDRICreateContextWithConfig() argument 371 uniDRICreateContext(dpy, screen, visual, context, hHWContext) in uniDRICreateContext() argument 385 Display *const dpy = (Display *) ndpy; in uniDRIDestroyContext() local [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/msdk/ |
| D | gstmsdkallocator_libva.c | 203 VADisplay dpy; in gst_msdk_frame_free() local 255 VADisplay dpy; in gst_msdk_frame_lock() local 367 VADisplay dpy; in gst_msdk_frame_unlock() local 565 VADisplay dpy; in gst_msdk_replace_mfx_memid() local
|
| D | gstmsdkcontext.c | 57 VADisplay dpy; member
|
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testnativex11.c | 26 static Display *dpy; variable
|
| D | testdisplayinfo.c | 35 int num_displays, dpy; in main() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | MultithreadingTest.cpp | 44 EGLDisplay dpy = window->getDisplay(); in runMultithreadedGLTest() local 104 EGLDisplay dpy = window->getDisplay(); in TEST_P() local
|
| /third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_xlib.h | 39 Display* dpy; member
|
| D | vk_icd.h | 134 Display *dpy; member
|
| /third_party/weston/shared/ |
| D | platform.h | 108 weston_platform_create_egl_surface(EGLDisplay dpy, EGLConfig config, in weston_platform_create_egl_surface()
|
| /third_party/flutter/skia/tools/sk_app/unix/ |
| D | GLWindowContext_unix.cpp | 22 static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) { in ctxErrorHandler()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
| D | SDL_x11modes.c | 302 SetXRandRDisplayName(Display *dpy, Atom EDID, char *name, const size_t namelen, RROutput output, co… in SetXRandRDisplayName() 356 Display *dpy = data->display; in X11_InitModes_XRandR() local 539 Bool XF86VidModeGetModeInfo(Display * dpy, int scr, in XF86VidModeGetModeInfo()
|
| D | SDL_x11window.c | 49 static Bool isMapNotify(Display *dpy, XEvent *ev, XPointer win) in isMapNotify() 53 static Bool isUnmapNotify(Display *dpy, XEvent *ev, XPointer win) in isUnmapNotify()
|
| /third_party/boost/boost/geometry/strategies/cartesian/ |
| D | side_by_triangle.hpp | 126 PromotedType const dpy = y - sy1; in side_value() local
|
| /third_party/flutter/skia/tools/gpu/gl/glx/ |
| D | CreatePlatformGLTestContext_glx.cpp | 49 static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) { in ctxErrorHandler()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/ |
| D | gstglcontext_wgl.c | 113 _create_context_with_flags (GstGLContextWGL * context_wgl, HDC dpy, in _create_context_with_flags()
|
| /third_party/flutter/skia/third_party/externals/angle2/util/x11/ |
| D | X11Window.cpp | 18 Bool WaitForMapNotify(Display *dpy, XEvent *event, XPointer window) in WaitForMapNotify()
|
| /third_party/flutter/skia/third_party/externals/angle2/util/ |
| D | EGLWindow.cpp | 512 EGLBoolean EGLWindow::FindEGLConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *config) in FindEGLConfig()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
| D | gstglcontext_glx.c | 148 _create_context_with_flags (GstGLContextGLX * context_glx, Display * dpy, in _create_context_with_flags()
|
| /third_party/weston/clients/ |
| D | weston-debug.c | 58 struct wl_display *dpy; member
|
| /third_party/flutter/skia/src/gpu/ |
| D | GrAHardwareBufferUtils.cpp | 499 EGLDisplay dpy = eglGetDisplay(EGL_DEFAULT_DISPLAY); in can_import_protected_content_eglimpl() local
|
| /third_party/ffmpeg/libavutil/ |
| D | hwcontext_vdpau.c | 431 Display *dpy; member
|