/third_party/EGL/api/EGL/ |
H A D | eglplatform.h | 53 typedef void *EGLNativeDisplayType; typedef 61 typedef void* EGLNativeDisplayType; typedef 71 typedef HDC EGLNativeDisplayType; typedef 77 typedef int EGLNativeDisplayType; typedef 83 typedef int EGLNativeDisplayType; typedef 89 typedef struct wl_display *EGLNativeDisplayType; typedef 95 typedef struct gbm_device *EGLNativeDisplayType; typedef 104 typedef void* EGLNativeDisplayType; typedef 110 typedef intptr_t EGLNativeDisplayType; typedef 120 typedef Display *EGLNativeDisplayType; typedef 126 typedef void *EGLNativeDisplayType; global() typedef 132 typedef int EGLNativeDisplayType; global() typedef 140 typedef void *EGLNativeDisplayType; global() typedef 146 typedef void *EGLNativeDisplayType; global() typedef [all...] |
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglplatform.h | 53 typedef void *EGLNativeDisplayType; typedef 63 typedef HDC EGLNativeDisplayType; typedef 75 typedef int EGLNativeDisplayType; typedef 81 typedef int EGLNativeDisplayType; typedef 87 typedef struct wl_display *EGLNativeDisplayType; typedef 93 typedef struct gbm_device *EGLNativeDisplayType; typedef 102 typedef void* EGLNativeDisplayType; typedef 108 typedef intptr_t EGLNativeDisplayType; typedef 114 typedef void *EGLNativeDisplayType; typedef 124 typedef Display *EGLNativeDisplayType; typedef 130 typedef int EGLNativeDisplayType; global() typedef 138 typedef void *EGLNativeDisplayType; global() typedef 144 typedef void *EGLNativeDisplayType; global() typedef [all...] |
H A D | eglext_angle.h | 36 #define EGL_SOFTWARE_DISPLAY_ANGLE ((EGLNativeDisplayType)-1) 41 #define EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE ((EGLNativeDisplayType)-2) 42 #define EGL_D3D11_ONLY_DISPLAY_ANGLE ((EGLNativeDisplayType)-3)
|
/third_party/mesa3d/include/EGL/ |
H A D | eglplatform.h | 82 typedef HDC EGLNativeDisplayType; typedef 88 typedef int EGLNativeDisplayType; typedef 94 typedef int EGLNativeDisplayType; typedef 100 typedef struct wl_display *EGLNativeDisplayType; typedef 106 typedef struct gbm_device *EGLNativeDisplayType; typedef 115 typedef void* EGLNativeDisplayType; typedef 121 typedef intptr_t EGLNativeDisplayType; typedef 127 typedef void *EGLNativeDisplayType; typedef 137 typedef Display *EGLNativeDisplayType; typedef 143 typedef int EGLNativeDisplayType; typedef 151 typedef void *EGLNativeDisplayType; global() typedef [all...] |
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglplatform.h | 76 typedef HDC EGLNativeDisplayType; typedef 82 typedef int EGLNativeDisplayType; typedef 88 typedef struct wl_display *EGLNativeDisplayType; typedef 94 typedef struct gbm_device *EGLNativeDisplayType; typedef 105 typedef void* EGLNativeDisplayType; typedef 109 typedef intptr_t EGLNativeDisplayType; typedef 119 typedef Display *EGLNativeDisplayType; typedef 127 typedef void *EGLNativeDisplayType; typedef 136 typedef EGLNativeDisplayType NativeDisplayType;
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglplatform.h | 76 typedef HDC EGLNativeDisplayType; typedef 82 typedef int EGLNativeDisplayType; typedef 88 typedef struct wl_display *EGLNativeDisplayType; typedef 94 typedef struct gbm_device *EGLNativeDisplayType; typedef 105 typedef void* EGLNativeDisplayType; typedef 109 typedef intptr_t EGLNativeDisplayType; typedef 119 typedef Display *EGLNativeDisplayType; typedef 127 typedef void *EGLNativeDisplayType; typedef 136 typedef EGLNativeDisplayType NativeDisplayType;
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11EglDisplayFactory.cpp | 41 typedef ::Display* EGLNativeDisplayType; typedef 45 DE_STATIC_ASSERT(sizeof(EGLNativeDisplayType) <= sizeof(eglw::EGLNativeDisplayType)); 52 typedef EGLW_APICALL eglw::EGLDisplay (EGLW_APIENTRY* eglX11GetDisplayFunc) (EGLNativeDisplayType display_id); 97 eglw::EGLDisplay getDisplay (eglw::EGLNativeDisplayType display_id) const in getDisplay() 99 return ((eglX11GetDisplayFunc)m_egl.getDisplay)(reinterpret_cast<EGLNativeDisplayType>(display_id)); in getDisplay() 116 eglw::EGLNativeDisplayType getPlatformExtension (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getXDisplay()); } in getPlatformExtension() 117 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_displa in getPlatformExtension() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
H A D | gles_conformance_tests.h | 19 static EGLNativeDisplayType GetNativeDisplay() { return EGL_DEFAULT_DISPLAY; } in GetNativeDisplay() 24 static EGLNativeDisplayType GetNativeDisplay() { return EGL_D3D11_ONLY_DISPLAY_ANGLE; } in GetNativeDisplay() 54 EGLNativeDisplayType mNativeDisplay; 57 void RunConformanceTest(const std::string &testPath, EGLNativeDisplayType nativeDisplay);
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuANGLENativeDisplayFactory.cpp | 91 explicit ANGLENativeDisplay(EGLNativeDisplayType display, std::vector<eglw::EGLAttrib> attribs); 106 EGLNativeDisplayType getDeviceContext() const { return mDeviceContext; } 109 EGLNativeDisplayType mDeviceContext; 134 NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth); 187 ANGLENativeDisplay::ANGLENativeDisplay(EGLNativeDisplayType display, std::vector<EGLAttrib> attribs) 196 NativePixmap::NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth) 411 mNativeDisplay(bitCast<eglw::EGLNativeDisplayType>(EGL_DEFAULT_DISPLAY)), in ANGLENativeDisplayFactory() 417 mNativeDisplay = bitCast<eglw::EGLNativeDisplayType>(XOpenDisplay(nullptr)); in ANGLENativeDisplayFactory() 463 return new ANGLENativeDisplay(bitCast<EGLNativeDisplayType>(mNativeDisplay), in createDisplay()
|
H A D | tcuANGLENativeDisplayFactory.h | 54 eglw::EGLNativeDisplayType mNativeDisplay;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Display.h | 64 DisplayState(EGLNativeDisplayType nativeDisplayId); 72 EGLNativeDisplayType displayId; 151 static Display *GetDisplayFromNativeDisplay(EGLNativeDisplayType nativeDisplay, 153 static Display *GetExistingDisplayFromNativeDisplay(EGLNativeDisplayType nativeDisplay); 235 static bool isValidNativeDisplay(EGLNativeDisplayType display); 277 EGLNativeDisplayType getNativeDisplayId() const { return mState.displayId; } in getNativeDisplayId() 313 Display(EGLenum platform, EGLNativeDisplayType displayId, Device *eglDevice);
|
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.h | 31 EGLNativeDisplayType getNativeDisplay() const override; 59 EGLNativeDisplayType mNativeDisplay;
|
H A D | Win32Pixmap.h | 22 bool initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) override;
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
H A D | tcuLnxWaylandEglDisplayFactory.cpp | 73 eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDisplayType>(m_display->getDisplay()); } in getLegacyNative()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | FunctionsEGLDL.h | 23 egl::Error initialize(EGLNativeDisplayType nativeDisplay, const char *libName, void *eglHandle);
|
H A D | FunctionsEGLDL.cpp | 31 egl::Error FunctionsEGLDL::initialize(EGLNativeDisplayType nativeDisplay, in initialize()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | OSPixmap.h | 26 virtual bool initialize(EGLNativeDisplayType display,
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Pixmap.h | 23 bool initialize(EGLNativeDisplayType display,
|
H A D | X11Window.h | 32 EGLNativeDisplayType getNativeDisplay() const override;
|
H A D | X11Pixmap.cpp | 21 bool X11Pixmap::initialize(EGLNativeDisplayType display, in initialize()
|
/third_party/skia/third_party/externals/angle2/util/ios/ |
H A D | IOSWindow.h | 26 EGLNativeDisplayType getNativeDisplay() const override { return EGL_DEFAULT_DISPLAY; }
|
/third_party/skia/third_party/externals/angle2/util/android/ |
H A D | AndroidWindow.h | 25 EGLNativeDisplayType getNativeDisplay() const override;
|
/third_party/skia/third_party/externals/angle2/util/display/ |
H A D | DisplayWindow.h | 34 EGLNativeDisplayType getNativeDisplay() const override;
|
/third_party/skia/third_party/externals/angle2/util/ozone/ |
H A D | OzoneWindow.h | 27 EGLNativeDisplayType getNativeDisplay() const override;
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullPlatform.cpp | 51 eglw::EGLNativeDisplayType getLegacyNative (void) in getLegacyNative()
|