| /third_party/skia/third_party/externals/angle2/src/libEGL/ |
| D | libEGL_autogen.cpp | 65 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/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/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
| D | main.cpp | 410 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 …]
|
| D | libEGL.cpp | 168 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 …]
|
| D | Display.cpp | 51 DisplayImplementation(EGLDisplay dpy, void *nativeDisplay) : Display(dpy, nativeDisplay) {} in DisplayImplementation() 60 Display *Display::get(EGLDisplay dpy) in get()
|
| /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/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/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_egl_ext_autogen.cpp | 23 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 …]
|
| D | entry_points_egl_autogen.cpp | 23 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/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/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLMultiContextTest.cpp | 56 bool chooseConfig(EGLDisplay dpy, EGLConfig *config) const in chooseConfig() 80 bool createContext(EGLDisplay dpy, EGLConfig config, EGLContext *context) in createContext() 91 bool createPbufferSurface(EGLDisplay dpy, in createPbufferSurface() 114 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 140 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 299 EGLDisplay dpy; in TEST_P() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | MultithreadingTest.cpp | 64 EGLDisplay dpy = window->getDisplay(); in runMultithreadedGLTest() local 174 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 245 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 365 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 417 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 470 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 516 EGLDisplay dpy = window->getDisplay(); in textureThreadFunction() local 629 EGLDisplay dpy = window->getDisplay(); in mainThreadDraw() local 760 EGLDisplay dpy = window->getDisplay(); in TEST_P() local 797 EGLDisplay dpy = window->getDisplay(); in TEST_P() local
|
| D | VulkanMultithreadingTest.cpp | 69 EGLDisplay dpy = window->getDisplay(); in runMultithreadedGLTest() local
|
| /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
|
| /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/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_xlib.h | 30 Display* dpy; member
|
| /third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
| D | vulkan_xlib.h | 39 Display* dpy; member
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| D | vulkan_xlib.h | 30 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/skia/tools/sk_app/unix/ |
| D | GLWindowContext_unix.cpp | 22 static int ctxErrorHandler(Display *dpy, XErrorEvent *ev) { in ctxErrorHandler()
|