Home
last modified time | relevance | path

Searched refs:EGLNativeDisplayType (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/EGL/api/EGL/
H A Deglplatform.h53 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 Deglplatform.h53 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 Deglext_angle.h36 #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 Deglplatform.h82 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 Deglplatform.h76 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 Deglplatform.h76 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 DtcuLnxX11EglDisplayFactory.cpp41 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 Dgles_conformance_tests.h19 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 DtcuANGLENativeDisplayFactory.cpp91 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 DtcuANGLENativeDisplayFactory.h54 eglw::EGLNativeDisplayType mNativeDisplay;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h64 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 DWin32Window.h31 EGLNativeDisplayType getNativeDisplay() const override;
59 EGLNativeDisplayType mNativeDisplay;
H A DWin32Pixmap.h22 bool initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) override;
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
H A DtcuLnxWaylandEglDisplayFactory.cpp73 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 DFunctionsEGLDL.h23 egl::Error initialize(EGLNativeDisplayType nativeDisplay, const char *libName, void *eglHandle);
H A DFunctionsEGLDL.cpp31 egl::Error FunctionsEGLDL::initialize(EGLNativeDisplayType nativeDisplay, in initialize()
/third_party/skia/third_party/externals/angle2/util/
H A DOSPixmap.h26 virtual bool initialize(EGLNativeDisplayType display,
/third_party/skia/third_party/externals/angle2/util/x11/
H A DX11Pixmap.h23 bool initialize(EGLNativeDisplayType display,
H A DX11Window.h32 EGLNativeDisplayType getNativeDisplay() const override;
H A DX11Pixmap.cpp21 bool X11Pixmap::initialize(EGLNativeDisplayType display, in initialize()
/third_party/skia/third_party/externals/angle2/util/ios/
H A DIOSWindow.h26 EGLNativeDisplayType getNativeDisplay() const override { return EGL_DEFAULT_DISPLAY; }
/third_party/skia/third_party/externals/angle2/util/android/
H A DAndroidWindow.h25 EGLNativeDisplayType getNativeDisplay() const override;
/third_party/skia/third_party/externals/angle2/util/display/
H A DDisplayWindow.h34 EGLNativeDisplayType getNativeDisplay() const override;
/third_party/skia/third_party/externals/angle2/util/ozone/
H A DOzoneWindow.h27 EGLNativeDisplayType getNativeDisplay() const override;
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullPlatform.cpp51 eglw::EGLNativeDisplayType getLegacyNative (void) in getLegacyNative()

Completed in 11 milliseconds

1234