/external/angle/include/EGL/ |
D | eglplatform.h | 76 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 …]
|
D | eglext_angle.h | 32 #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/ |
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 [all …]
|
/external/swiftshader/include/EGL/ |
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;
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/ |
D | eglplatform.h | 76 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/ |
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… 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/ |
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);
|
/external/angle/src/libANGLE/ |
D | Display.h | 54 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/ |
D | Win32Window.h | 31 EGLNativeDisplayType getNativeDisplay() const override; 57 EGLNativeDisplayType mNativeDisplay;
|
D | Win32Pixmap.h | 22 bool initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) override;
|
/external/angle/extensions/ |
D | EGL_ANGLE_direct3d_display.txt | 49 EGL_D3D11_ELSE_D3D9_DISPLAY_ANGLE (EGLNativeDisplayType)-2 50 EGL_D3D11_ONLY_DISPLAY_ANGLE (EGLNativeDisplayType)-3
|
/external/angle/src/tests/deqp_support/ |
D | tcuANGLENativeDisplayFactory.cpp | 94 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/ |
D | tcuLnxWaylandEglDisplayFactory.cpp | 73 …eglw::EGLNativeDisplayType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeDispla… in getLegacyNative()
|
/external/virglrenderer/src/ |
D | virgl_egl_context.c | 185 (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/ |
D | OSPixmap.h | 26 virtual bool initialize(EGLNativeDisplayType display,
|
/external/angle/src/libANGLE/renderer/gl/egl/ |
D | FunctionsEGLDL.h | 23 egl::Error initialize(EGLNativeDisplayType nativeDisplay, const char *libName, void *eglHandle);
|
D | FunctionsEGLDL.cpp | 31 egl::Error FunctionsEGLDL::initialize(EGLNativeDisplayType nativeDisplay, in initialize()
|
/external/angle/util/x11/ |
D | X11Pixmap.h | 23 bool initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) override;
|
D | X11Pixmap.cpp | 21 bool X11Pixmap::initialize(EGLNativeDisplayType display, size_t width, size_t height, int depth) in initialize()
|
D | X11Window.h | 32 EGLNativeDisplayType getNativeDisplay() const override;
|
/external/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.cpp | 27 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/ |
D | GLTestContext_command_buffer.cpp | 27 typedef void* EGLNativeDisplayType; typedef 37 #define EGL_DEFAULT_DISPLAY ((EGLNativeDisplayType)0) 55 typedef EGLDisplay (*GetDisplayProc)(EGLNativeDisplayType display_id);
|
/external/angle/util/android/ |
D | AndroidWindow.h | 25 EGLNativeDisplayType getNativeDisplay() const override;
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/ |
D | PVRShellAPI.h | 67 EGLNativeDisplayType m_NDT;
|
/external/angle/util/ozone/ |
D | OzoneWindow.h | 27 EGLNativeDisplayType getNativeDisplay() const override;
|