Searched defs:NativeDisplay (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/egl/
H A DegluNativeDisplay.cpp32 // NativeDisplay
34 NativeDisplay::NativeDisplay (Capability capabilities, EGLenum platformType, const char* platformExtension) function in class:eglu::NativeDisplay
43 NativeDisplay::NativeDisplay (Capability capabilities) function in class:eglu::NativeDisplay
52 NativeDisplay::~NativeDisplay (void)
56 EGLNativeDisplayType NativeDisplay::getLegacyNative (void)
58 // If NativeDisplay claims to support CAPABILITY_GET_DISPLAY_LEGACY then
61 TCU_THROW(NotSupportedError, "eglu::NativeDisplay ca
[all...]
H A DegluNativeDisplay.hpp42 class NativeDisplay class in namespace:eglu
51 virtual ~NativeDisplay (void);
69 NativeDisplay (Capability capabilities, eglw::EGLenum platformType, const char* platformExtension);
70 NativeDisplay (Capability capabilities);
73 NativeDisplay (const NativeDisplay&);
74 NativeDisplay& operator= (const NativeDisplay&);
86 virtual NativeDisplay* createDisplay (const eglw::EGLAttrib* attribList = DE_NULL) const = 0;
88 NativeDisplay
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp50 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
55 class NativeDisplay : public eglu::NativeDisplay class in namespace:tcu::Android
58 NativeDisplay (void) : eglu::NativeDisplay(DISPLAY_CAPABILITIES), m_library("libEGL.so") {} function in class:tcu::Android::NativeDisplay
59 virtual ~NativeDisplay (void) {}
74 virtual eglu::NativeDisplay* createDisplay (const EGLAttrib* attribList) const;
101 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDisplay, const eglu::WindowParams& params) const;
102 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDispla
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp57 static const eglu::NativeDisplay::Capability DISPLAY_CAPABILITIES = eglu::NativeDisplay::CAPABILITY_GET_DISPLAY_LEGACY;
67 class NativeDisplay : public eglu::NativeDisplay class in namespace:tcu::win32::__anon4075
70 NativeDisplay (void);
71 virtual ~NativeDisplay (void) {}
89 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, int width, int height) const;
90 virtual eglu::NativePixmap* createPixmap (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const;
96 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
111 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDispla
139 NativeDisplay::NativeDisplay (void) function in class:tcu::win32::__anon4075::NativeDisplay
[all...]

Completed in 125 milliseconds