Searched defs:NativeWindow (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativeWindow.hpp73 class NativeWindow class in namespace:eglu
87 virtual ~NativeWindow (void) {}
116 NativeWindow (Capability capabilities);
119 NativeWindow (const NativeWindow&);
120 NativeWindow& operator= (const NativeWindow&);
130 //! Create generic NativeWindow
131 virtual NativeWindow* createWindow (NativeDisplay* nativeDisplay, const WindowParams& params) const = 0;
133 //! Create NativeWindow tha
[all...]
H A DegluNativeWindow.cpp29 // NativeWindow
31 NativeWindow::NativeWindow (Capability capabilities) function in class:eglu::NativeWindow
36 EGLNativeWindowType NativeWindow::getLegacyNative (void)
39 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
42 void* NativeWindow::getPlatformNative (void)
45 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
48 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
51 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
54 void NativeWindow
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp37 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
38 eglu::NativeWindow::CAPABILITY_SET_SURFACE_SIZE |
39 eglu::NativeWindow::CAPABILITY_GET_SCREEN_SIZE);
59 class NativeWindow : public eglu::NativeWindow class in namespace:tcu::Android
62 NativeWindow (Window* window, int width, int height, int32_t format);
63 virtual ~NativeWindow (void);
83 virtual eglu::NativeWindow* createWindo
94 NativeWindow::NativeWindow (Window* window, int width, int height, int32_t format) function in class:tcu::Android::NativeWindow
[all...]
/external/chromium_org/ui/gfx/
H A Dnative_widget_types.h19 // NativeWindow: this is a handle to a native, top-level window
21 // same type as a NativeWindow on some platforms.
115 typedef aura::Window* NativeWindow; typedef in namespace:gfx
121 typedef UIWindow* NativeWindow;
126 typedef NSWindow* NativeWindow;
132 typedef ui::WindowAndroid* NativeWindow;
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp48 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)
49 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
50 eglu::NativeWindow::CAPABILITY_GET_SURFACE_SIZE |
51 eglu::NativeWindow::CAPABILITY_GET_SCREEN_SIZE |
52 eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS |
53 eglu::NativeWindow::CAPABILITY_SET_SURFACE_SIZE |
54 eglu::NativeWindow::CAPABILITY_CHANGE_VISIBILITY);
98 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) const;
104 class NativeWindow class in namespace:tcu::__anon19775
217 NativeWindow::NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params) function in class:tcu::__anon19775::NativeWindow
[all...]

Completed in 217 milliseconds