Home
last modified time | relevance | path

Searched refs:EGLNativeDisplayType (Results 1 – 25 of 88) sorted by relevance

1234

/external/angle/include/EGL/
Deglplatform.h76 typedef HDC EGLNativeDisplayType; typedef
88 typedef int EGLNativeDisplayType; typedef
94 typedef struct wl_display *EGLNativeDisplayType; typedef
100 typedef struct gbm_device *EGLNativeDisplayType; typedef
109 typedef void* EGLNativeDisplayType; typedef
115 typedef intptr_t EGLNativeDisplayType; typedef
121 typedef intptr_t EGLNativeDisplayType; typedef
131 typedef Display *EGLNativeDisplayType; typedef
137 typedef int EGLNativeDisplayType; typedef
145 typedef void *EGLNativeDisplayType; typedef
[all …]
Deglext_angle.h32 #define EGL_SOFTWARE_DISPLAY_ANGLE ((EGLNativeDisplayType)-1)
37 #define EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE ((EGLNativeDisplayType)-2)
38 #define EGL_D3D11_ONLY_DISPLAY_ANGLE ((EGLNativeDisplayType)-3)
/external/mesa3d/include/EGL/
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
[all …]
/external/swiftshader/include/EGL/
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;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglplatform.h76 typedef HDC EGLNativeDisplayType; typedef
86 typedef Display *EGLNativeDisplayType; typedef
99 typedef void* EGLNativeDisplayType; typedef
104 typedef khronos_int64_t EGLNativeDisplayType; typedef
106 typedef int EGLNativeDisplayType; typedef
115 typedef EGLNativeDisplayType NativeDisplayType;
/external/deqp/framework/platform/lnx/X11/
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
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::EGLNativeDi… in getPlatformExtension()
117 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispl… in getLegacyNative()
/external/angle/src/tests/gles_conformance_tests/
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);
/external/angle/src/libANGLE/
DDisplay.h54 DisplayState(EGLNativeDisplayType nativeDisplayId);
62 EGLNativeDisplayType displayId;
80 static Display *GetDisplayFromNativeDisplay(EGLNativeDisplayType nativeDisplay,
82 static Display *GetExistingDisplayFromNativeDisplay(EGLNativeDisplayType nativeDisplay);
156 static bool isValidNativeDisplay(EGLNativeDisplayType display);
191 EGLNativeDisplayType getNativeDisplayId() const { return mState.displayId; } in getNativeDisplayId()
220 Display(EGLenum platform, EGLNativeDisplayType displayId, Device *eglDevice);
/external/angle/util/windows/win32/
DWin32Window.h31 EGLNativeDisplayType getNativeDisplay() const override;
57 EGLNativeDisplayType mNativeDisplay;
DWin32Pixmap.h22 bool initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) override;
/external/angle/extensions/
DEGL_ANGLE_direct3d_display.txt49 EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE (EGLNativeDisplayType)-2
50 EGL_D3D11_ONLY_DISPLAY_ANGLE (EGLNativeDisplayType)-3
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp94 EGLNativeDisplayType getDeviceContext() const { return mDeviceContext; } in getDeviceContext()
97 EGLNativeDisplayType mDeviceContext;
122 NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth);
181 NativePixmap::NativePixmap(EGLNativeDisplayType display, int width, int height, int bitDepth) in NativePixmap()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp73 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispla… in getLegacyNative()
/external/virglrenderer/src/
Dvirgl_egl_context.c185 (EGLNativeDisplayType)d->gbm_dev, NULL); in virgl_egl_init()
198 (EGLNativeDisplayType)d->gbm_dev, NULL); in virgl_egl_init()
200 d->egl_display = eglGetDisplay((EGLNativeDisplayType)d->gbm_dev); in virgl_egl_init()
/external/angle/util/
DOSPixmap.h26 virtual bool initialize(EGLNativeDisplayType display,
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGLDL.h23 egl::Error initialize(EGLNativeDisplayType nativeDisplay, const char *libName, void *eglHandle);
DFunctionsEGLDL.cpp31 egl::Error FunctionsEGLDL::initialize(EGLNativeDisplayType nativeDisplay, in initialize()
/external/angle/util/x11/
DX11Pixmap.h23 bool initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) override;
DX11Pixmap.cpp21 bool X11Pixmap::initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) in initialize()
DX11Window.h32 EGLNativeDisplayType getNativeDisplay() const override;
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp27 typedef void* EGLNativeDisplayType; typedef
37 #define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType)0)
55 typedef EGLDisplay (*GetDisplayProc)(EGLNativeDisplayType display_id);
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp27 typedef void* EGLNativeDisplayType; typedef
37 #define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType)0)
55 typedef EGLDisplay (*GetDisplayProc)(EGLNativeDisplayType display_id);
/external/angle/util/android/
DAndroidWindow.h25 EGLNativeDisplayType getNativeDisplay() const override;
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h67 EGLNativeDisplayType m_NDT;
/external/angle/util/ozone/
DOzoneWindow.h27 EGLNativeDisplayType getNativeDisplay() const override;

1234