Searched defs:NativeWindow (Results 1 - 4 of 4) 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.cpp31 // NativeWindow
33 NativeWindow::NativeWindow (Capability capabilities) function in class:eglu::NativeWindow
38 EGLNativeWindowType NativeWindow::getLegacyNative (void)
41 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreateWindowSurface()", DE_NULL, __FILE__, __LINE__);
44 void* NativeWindow::getPlatformNative (void)
47 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support eglCreatePlatformWindowSurface()", DE_NULL, __FILE__, __LINE__);
50 tcu::IVec2 NativeWindow::getSurfaceSize (void) const
53 throw tcu::NotSupportedError("eglu::NativeWindow doesn't support querying the surface size", DE_NULL, __FILE__, __LINE__);
56 void NativeWindow
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp51 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)(eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
52 eglu::NativeWindow::CAPABILITY_SET_SURFACE_SIZE |
53 eglu::NativeWindow::CAPABILITY_GET_SCREEN_SIZE);
77 class NativeWindow : public eglu::NativeWindow class in namespace:tcu::Android
80 NativeWindow (Window* window, int width, int height, int32_t format);
81 virtual ~NativeWindow (void);
101 virtual eglu::NativeWindow* createWindo
112 NativeWindow::NativeWindow (Window* window, int width, int height, int32_t format) function in class:tcu::Android::NativeWindow
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp59 static const eglu::NativeWindow::Capability WINDOW_CAPABILITIES = (eglu::NativeWindow::Capability)
60 (eglu::NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY |
61 eglu::NativeWindow::CAPABILITY_GET_SURFACE_SIZE |
62 eglu::NativeWindow::CAPABILITY_GET_SCREEN_SIZE |
63 eglu::NativeWindow::CAPABILITY_READ_SCREEN_PIXELS |
64 eglu::NativeWindow::CAPABILITY_SET_SURFACE_SIZE |
65 eglu::NativeWindow::CAPABILITY_CHANGE_VISIBILITY);
111 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) const;
117 class NativeWindow class in namespace:tcu::win32::__anon3903
234 NativeWindow::NativeWindow (NativeDisplay* nativeDisplay, HINSTANCE instance, const eglu::WindowParams& params) function in class:tcu::win32::__anon3903::NativeWindow
[all...]

Completed in 124 milliseconds