HomeSort by relevance Sort by last modified time
    Searched refs:EGLNativeWindowType (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /external/swiftshader/src/OpenGL/libEGL/
OSXUtils.hpp 24 bool IsValidWindow(EGLNativeWindowType window);
25 void GetNativeWindowSize(EGLNativeWindowType window, int &width, int &height);
Surface.hpp 57 virtual EGLNativeWindowType getWindowHandle() const = 0;
108 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
116 EGLNativeWindowType getWindowHandle() const override;
123 const EGLNativeWindowType window;
139 EGLNativeWindowType getWindowHandle() const override;
Display.h 62 EGLSurface createWindowSurface(EGLNativeWindowType window, EGLConfig config, const EGLint *attribList);
75 bool isValidWindow(EGLNativeWindowType window);
76 bool hasExistingWindowSurface(EGLNativeWindowType window);
Surface.cpp 293 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window)
321 EGLNativeWindowType WindowSurface::getWindowHandle() const
444 EGLNativeWindowType PBufferSurface::getWindowHandle() const
  /external/mesa3d/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
90 typedef struct wl_egl_window *EGLNativeWindowType;
96 typedef void *EGLNativeWindowType;
104 typedef struct ANativeWindow* EGLNativeWindowType;
114 typedef khronos_uintptr_t EGLNativeWindowType;
124 typedef Window EGLNativeWindowType;
132 typedef khronos_uintptr_t EGLNativeWindowType;
141 typedef EGLNativeWindowType NativeWindowType;
  /device/generic/goldfish-opengl/system/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
91 typedef struct ANativeWindow* EGLNativeWindowType;
103 typedef Window EGLNativeWindowType;
112 typedef EGLNativeWindowType NativeWindowType;
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
88 typedef Window EGLNativeWindowType;
97 typedef struct ANativeWindow* EGLNativeWindowType;
109 typedef void *EGLNativeWindowType;
117 typedef EGLNativeWindowType NativeWindowType;
  /frameworks/native/opengl/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
91 typedef struct ANativeWindow* EGLNativeWindowType;
103 typedef Window EGLNativeWindowType;
112 typedef EGLNativeWindowType NativeWindowType;
  /frameworks/native/opengl/tests/lib/include/
WindowSurface.h 38 EGLNativeWindowType getSurface() const;
  /external/swiftshader/include/EGL/
eglplatform.h 78 typedef HWND EGLNativeWindowType;
83 typedef void *EGLNativeWindowType;
91 typedef struct ANativeWindow* EGLNativeWindowType;
98 typedef intptr_t EGLNativeWindowType;
109 typedef Window EGLNativeWindowType;
118 typedef EGLNativeWindowType NativeWindowType;
  /packages/services/Car/evs/app/
WindowSurface.h 37 EGLNativeWindowType getSurface() const;
WindowSurface.cpp 73 EGLNativeWindowType WindowSurface::getSurface() const {
75 return (EGLNativeWindowType) anw.get();
  /cts/tests/openglperf2/jni/graphics/
Renderer.h 23 Renderer(EGLNativeWindowType window, bool offscreen);
55 EGLNativeWindowType mWindow;
  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11EglDisplayFactory.cpp 43 typedef ::Window EGLNativeWindowType;
47 DE_STATIC_ASSERT(sizeof(EGLNativeWindowType) <= sizeof(eglw::EGLNativeWindowType));
55 typedef EGLW_APICALL eglw::EGLSurface (EGLW_APIENTRY* eglX11CreateWindowSurfaceFunc) (eglw::EGLDisplay dpy, eglw::EGLConfig config, EGLNativeWindowType win, const eglw::EGLint* attrib_list);
92 eglw::EGLSurface createWindowSurface (eglw::EGLDisplay dpy, eglw::EGLConfig config, eglw::EGLNativeWindowType win, const eglw::EGLint *attrib_list) const
94 return ((eglX11CreateWindowSurfaceFunc)m_egl.createWindowSurface)(dpy, config, reinterpret_cast<EGLNativeWindowType>(win), attrib_list);
140 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getXID()); }
  /frameworks/native/opengl/tests/lib/
WindowSurface.cpp 73 EGLNativeWindowType WindowSurface::getSurface() const {
75 return (EGLNativeWindowType) anw.get();
  /external/deqp/framework/egl/wrapper/
eglwTypes.inl 60 typedef void* EGLNativeWindowType;
  /external/autotest/client/deps/glbench/src/
egl_stuff.cc 21 EGLNativeWindowType native_window =
22 static_cast<EGLNativeWindowType>(g_xlib_window);
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.cpp 45 eglw::EGLNativeWindowType getLegacyNative ()
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.h 69 EGLNativeWindowType m_NWT;
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 42 EGLSurface createSurface(EGLNativeWindowType window, bool wideColorGamut);
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWaylandEglDisplayFactory.cpp 94 eglw::EGLNativeWindowType getLegacyNative (void) { return reinterpret_cast<eglw::EGLNativeWindowType>(m_window.getWindow()); }
  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
59 (EGLNativeWindowType)window.get(),
74 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
141 (EGLNativeWindowType)window.get(),
  /external/deqp/framework/egl/
egluNativeWindow.cpp 38 EGLNativeWindowType NativeWindow::getLegacyNative (void)
egluNativeWindow.hpp 89 //! Return EGLNativeWindowType that can be used with eglCreateWindowSurface(). Default implementation throws tcu::NotSupportedError().
90 virtual eglw::EGLNativeWindowType getLegacyNative (void);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_proc.h 31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);

Completed in 591 milliseconds

1 2 3 4