Home
last modified time | relevance | path

Searched refs:EGLNativeWindowType (Results 1 – 25 of 51) sorted by relevance

123

/external/mesa3d/include/EGL/
Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
90 typedef struct wl_egl_window *EGLNativeWindowType; typedef
96 typedef void *EGLNativeWindowType; typedef
103 typedef struct ANativeWindow* EGLNativeWindowType; typedef
113 typedef khronos_uintptr_t EGLNativeWindowType; typedef
123 typedef Window EGLNativeWindowType; typedef
131 typedef khronos_uintptr_t EGLNativeWindowType; typedef
140 typedef EGLNativeWindowType NativeWindowType;
/external/swiftshader/include/EGL/
Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
83 typedef void *EGLNativeWindowType; typedef
90 typedef struct wl_egl_window *EGLNativeWindowType; typedef
96 typedef void *EGLNativeWindowType; typedef
103 typedef struct ANativeWindow* EGLNativeWindowType; typedef
110 typedef intptr_t EGLNativeWindowType; typedef
121 typedef Window EGLNativeWindowType; typedef
129 typedef khronos_uintptr_t EGLNativeWindowType; typedef
138 typedef EGLNativeWindowType NativeWindowType;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
Deglplatform.h78 typedef HWND EGLNativeWindowType; typedef
88 typedef Window EGLNativeWindowType; typedef
97 typedef struct ANativeWindow* EGLNativeWindowType; typedef
109 typedef void *EGLNativeWindowType; typedef
117 typedef EGLNativeWindowType NativeWindowType;
/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp61 virtual EGLNativeWindowType getWindowHandle() const = 0;
117 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
125 EGLNativeWindowType getWindowHandle() const override;
132 const EGLNativeWindowType window;
148 EGLNativeWindowType getWindowHandle() const override;
DOSXUtils.hpp24 bool IsValidWindow(EGLNativeWindowType window);
25 void GetNativeWindowSize(EGLNativeWindowType window, int &width, int &height);
DDisplay.h62 …EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttrib *attr…
75 bool isValidWindow(EGLNativeWindowType window);
76 bool hasExistingWindowSurface(EGLNativeWindowType window);
DOSXUtils.mm25 bool IsValidWindow(EGLNativeWindowType window)
31 void GetNativeWindowSize(EGLNativeWindowType window, int &width, int &height)
DSurface.cpp295 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) in WindowSurface()
323 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle()
450 EGLNativeWindowType PBufferSurface::getWindowHandle() const in getWindowHandle()
DDisplay.cpp289 EGLSurface Display::createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLAttr… in createWindowSurface()
666 bool Display::isValidWindow(EGLNativeWindowType window) in isValidWindow()
704 bool Display::hasExistingWindowSurface(EGLNativeWindowType window) in hasExistingWindowSurface()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp43 typedef ::Window EGLNativeWindowType; typedef
47 DE_STATIC_ASSERT(sizeof(EGLNativeWindowType) <= sizeof(eglw::EGLNativeWindowType));
55 …eWindowSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativeWindowType win, const …
92 …WindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const … in createWindowSurface()
94 …return (m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType*>(win), attri… in createWindowSurface()
142 …eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindow… in getLegacyNative()
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.cpp41 DE_STATIC_ASSERT(sizeof(eglw::EGLNativeWindowType) == sizeof(ANativeWindow*));
85 virtual EGLNativeWindowType getLegacyNative (void) { return m_window->getNativeWindow(); } in getLegacyNative()
86 virtual EGLNativeWindowType getPlatformExtension (void) { return m_window->getNativeWindow(); } in getPlatformExtension()
87 virtual EGLNativeWindowType getPlatformNative (void) { return m_window->getNativeWindow(); } in getPlatformNative()
/external/autotest/client/deps/glbench/src/
Degl_stuff.cc21 EGLNativeWindowType native_window = in Init()
22 static_cast<EGLNativeWindowType>(g_xlib_window); in Init()
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWaylandEglDisplayFactory.cpp94 …eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowT… in getLegacyNative()
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.h69 EGLNativeWindowType m_NWT;
/external/deqp/framework/platform/nullws/
DtcuNullWSPlatform.cpp45 eglw::EGLNativeWindowType getLegacyNative () in getLegacyNative()
/external/deqp/framework/egl/
DegluNativeWindow.cpp38 EGLNativeWindowType NativeWindow::getLegacyNative (void) in getLegacyNative()
DegluNativeWindow.hpp91 virtual eglw::EGLNativeWindowType getLegacyNative (void);
/external/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp28 typedef void* EGLNativeWindowType; typedef
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType
/external/skqp/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.cpp28 typedef void* EGLNativeWindowType; typedef
60 typedef EGLSurface (*CreateWindowSurfaceProc)(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType
/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp39 DE_STATIC_ASSERT(sizeof(eglw::EGLNativeWindowType) == sizeof(HWND));
123 EGLNativeWindowType getLegacyNative (void) { return m_window.getHandle(); } in getLegacyNative()
/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp73 EGLNativeWindowType getLegacyNative (void) { return &m_nativeWindow; } in getLegacyNative()
/external/deqp/framework/egl/wrapper/
DeglwTypes.inl60 typedef void* EGLNativeWindowType; typedef
/external/libkmsxx/kmscube/
Dcube-egl.cpp102 …esurface = eglCreateWindowSurface(egl.display(), egl.config(), (EGLNativeWindowType)native_window,… in EglSurface()
/external/swiftshader/src/WSI/
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int …
/external/swiftshader/src/Main/
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int …

123