/third_party/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL_autogen.cpp | 66 const EGLint *attrib_list, in eglChooseConfig() argument 72 return EGL_ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig() 86 const EGLint *attrib_list) in eglCreateContext() argument 89 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext() 94 const EGLint *attrib_list) in eglCreatePbufferSurface() argument 97 return EGL_CreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface() 103 const EGLint *attrib_list) in eglCreatePixmapSurface() argument 106 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() 112 const EGLint *attrib_list) in eglCreateWindowSurface() argument 115 return EGL_CreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libEGL/ |
D | libEGL.cpp | 62 const EGLint *attrib_list, in eglChooseConfig() argument 68 return EGL_ChooseConfig(dpy, attrib_list, configs, config_size, num_config); in eglChooseConfig() 82 const EGLint *attrib_list) in eglCreateContext() argument 85 return EGL_CreateContext(dpy, config, share_context, attrib_list); in eglCreateContext() 90 const EGLint *attrib_list) in eglCreatePbufferSurface() argument 93 return EGL_CreatePbufferSurface(dpy, config, attrib_list); in eglCreatePbufferSurface() 99 const EGLint *attrib_list) in eglCreatePixmapSurface() argument 102 return EGL_CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() 108 const EGLint *attrib_list) in eglCreateWindowSurface() argument 111 return EGL_CreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 353 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, … 355 …owSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list); 356 …face EGLAPIENTRY CreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 357 …apSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 364 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 369 …eateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 380 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 381 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 383 …LAPIENTRY GetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list); 384 …LAPIENTRY GetPlatformDisplay(EGLenum platform, void *native_display, const EGLAttrib *attrib_list); [all …]
|
D | libEGL.cpp | 109 explicit EGLAttribs(const EGLint *attrib_list) in EGLAttribs() argument 111 if(attrib_list) in EGLAttribs() 113 while(*attrib_list != EGL_NONE) in EGLAttribs() 115 attrib.push_back(static_cast<EGLAttrib>(*attrib_list)); in EGLAttribs() 116 attrib_list++; in EGLAttribs() 293 EGLBoolean EGLAPIENTRY ChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, … in ChooseConfig() argument 297 dpy, attrib_list, configs, config_size, num_config); in ChooseConfig() 315 if(!attrib_list) in ChooseConfig() 317 attrib_list = attribList; in ChooseConfig() 320 if(!display->getConfigs(configs, attrib_list, config_size, num_config)) in ChooseConfig() [all …]
|
D | libEGL.hpp | 34 …EGLBoolean (EGLAPIENTRY* eglChooseConfig)(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *co… 36 …wSurface)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType window, const EGLint *attrib_list); 37 …EGLAPIENTRY* eglCreatePbufferSurface)(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 38 …pSurface)(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 45 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 50 …ateContext)(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 61 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 64 …EGLSyncKHR (EGLAPIENTRY* eglCreateSyncKHR)(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list…
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 18 const EGLint *attrib_list, 28 const EGLint *attrib_list); 31 const EGLint *attrib_list); 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 90 const EGLint *attrib_list); 100 typedef EGLSync (*PFNEGLCREATESYNCPROC)(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 114 const EGLAttrib *attrib_list); 118 const EGLAttrib *attrib_list); 122 const EGLAttrib *attrib_list); [all …]
|
D | FunctionsEGL.h | 44 EGLBoolean chooseConfig(EGLint const *attrib_list, 51 EGLint const *attrib_list) const; 52 EGLSurface createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const; 55 const EGLint *attrib_list) const; 71 const EGLint *attrib_list) const; 74 EGLSyncKHR createSyncKHR(EGLenum type, const EGLint *attrib_list) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | functionsegl_typedefs.h | 18 const EGLint *attrib_list, 28 const EGLint *attrib_list); 31 const EGLint *attrib_list); 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 90 const EGLint *attrib_list); 100 typedef EGLSync (*PFNEGLCREATESYNCPROC)(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 114 const EGLAttrib *attrib_list); 118 const EGLAttrib *attrib_list); 122 const EGLAttrib *attrib_list); [all …]
|
/third_party/weston/shared/ |
D | platform.h | 90 const EGLint *attrib_list) in weston_platform_get_egl_display() argument 102 native_display, attrib_list); in weston_platform_get_egl_display() 110 const EGLint *attrib_list) in weston_platform_create_egl_surface() argument 124 attrib_list); in weston_platform_create_egl_surface() 128 attrib_list); in weston_platform_create_egl_surface() 142 const int *attrib_list) 150 const int *attrib_list)
|
/third_party/EGL/api/EGL/ |
D | egl.h | 106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… 108 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 109 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 110 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 111 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 133 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 134 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 135 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 136 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); [all …]
|
D | eglext.h | 44 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 46 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 107 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 111 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 133 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 138 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 189 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 229 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 232 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/include/EGL/ |
D | egl.h | 125 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… 127 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 128 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 129 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 130 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 150 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 152 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 153 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 154 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 155 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); [all …]
|
D | eglext.h | 63 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 208 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 248 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
D | egl.h | 106 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCHOOSECONFIGPROC) (EGLDisplay dpy, const EGLint *attrib_list… 108 …NTEXTPROC) (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 109 …TRYP PFNEGLCREATEPBUFFERSURFACEPROC) (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 110 …ACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 111 …URFACEPROC) (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 131 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 133 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 134 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 135 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 136 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); [all …]
|
D | eglext.h | 44 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 46 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 107 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 111 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 133 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 138 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 189 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 192 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 229 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 232 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_autogen.h | 21 const EGLint *attrib_list, 31 const EGLint *attrib_list); 34 const EGLint *attrib_list); 38 const EGLint *attrib_list); 42 const EGLint *attrib_list); 97 const EGLint *attrib_list); 114 const EGLAttrib *attrib_list); 118 const EGLAttrib *attrib_list); 122 const EGLAttrib *attrib_list); 125 const EGLAttrib *attrib_list); [all …]
|
D | entry_points_egl_ext_autogen.h | 27 EGL_CreateNativeClientBufferANDROID(const EGLint *attrib_list); 66 const EGLAttrib *attrib_list); 109 const EGLAttrib *attrib_list); 113 const EGLAttrib *attrib_list); 153 const EGLint *attrib_list); 157 const EGLint *attrib_list); 160 const EGLint *attrib_list); 164 const EGLAttrib *attrib_list); 178 const EGLint *attrib_list); 190 const EGLint *attrib_list); [all …]
|
D | entry_points_egl_autogen.cpp | 24 const EGLint *attrib_list, in EGL_ChooseConfig() argument 33 (uintptr_t)dpy, (uintptr_t)attrib_list, (uintptr_t)configs, config_size, in EGL_ChooseConfig() 39 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_ChooseConfig() 70 const EGLint *attrib_list) in EGL_CreateContext() argument 76 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)share_context, (uintptr_t)attrib_list); in EGL_CreateContext() 83 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreateContext() 93 const EGLint *attrib_list) in EGL_CreatePbufferSurface() argument 99 (uintptr_t)dpy, (uintptr_t)config, (uintptr_t)attrib_list); in EGL_CreatePbufferSurface() 105 const AttributeMap &attrib_listPacked = PackParam<const AttributeMap &>(attrib_list); in EGL_CreatePbufferSurface() 116 const EGLint *attrib_list) in EGL_CreatePixmapSurface() argument [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl.h | 19 const EGLint *attrib_list, 29 const EGLint *attrib_list); 32 const EGLint *attrib_list); 36 const EGLint *attrib_list); 40 const EGLint *attrib_list); 96 const EGLint *attrib_list); 106 const EGLAttrib *attrib_list); 120 const EGLAttrib *attrib_list); 124 const EGLAttrib *attrib_list); 128 const EGLAttrib *attrib_list); [all …]
|
D | entry_points_egl_ext.h | 35 const EGLint *attrib_list); 39 const EGLint *attrib_list); 43 const EGLint *attrib_list); 66 const EGLint *attrib_list); 72 const EGLAttrib *attrib_list); 77 const EGLint *attrib_list); 102 const EGLAttrib *attrib_list); 108 const EGLAttrib *attrib_list); 112 const EGLAttrib *attrib_list); 117 const EGLint *attrib_list); [all …]
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
D | eglext.h | 63 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 208 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 248 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
D | egl.h | 121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 123 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 124 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 125 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 126 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 204 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 287 …API EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 291 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 293 …ENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list); 294 …indowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
D | eglext.h | 63 …IENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 65 …KHR EGLAPIENTRY eglCreateSync64KHR (EGLDisplay dpy, EGLenum type, const EGLAttribKHR *attrib_list); 126 …IENTRYP PFNEGLDEBUGMESSAGECONTROLKHRPROC) (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 130 …int EGLAPIENTRY eglDebugMessageControlKHR (EGLDEBUGPROCKHR callback, const EGLAttrib *attrib_list); 152 …R (EGLAPIENTRYP PFNEGLCREATESYNCKHRPROC) (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 157 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_list); 208 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 211 …EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 248 …PIENTRYP PFNEGLLOCKSURFACEKHRPROC) (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); 251 …lean EGLAPIENTRY eglLockSurfaceKHR (EGLDisplay dpy, EGLSurface surface, const EGLint *attrib_list); [all …]
|
D | egl.h | 121 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 123 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 124 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 125 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 126 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 204 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 287 …API EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 291 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 293 …ENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list); 294 …indowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_egl.h | 599 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig… 601 …ateContext (EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list); 602 … EGLAPIENTRY eglCreatePbufferSurface (EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list); 603 …pSurface (EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list); 604 …ndowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list); 682 …Display dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list); 765 …API EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list); 769 …Display dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 771 …ENTRY eglGetPlatformDisplay (EGLenum platform, void *native_display, const EGLAttrib *attrib_list); 772 …indowSurface (EGLDisplay dpy, EGLConfig config, void *native_window, const EGLAttrib *attrib_list); [all …]
|