Home
last modified time | relevance | path

Searched refs:m_platformType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DegluNativeDisplay.hpp57 eglw::EGLenum getPlatformType (void) const { return m_platformType; } in getPlatformType()
78 const eglw::EGLenum m_platformType; //!< EGL platform type, or EGL_NONE if not supported. member in eglu::NativeDisplay
90 eglw::EGLenum getPlatformType (void) const { return m_platformType; } in getPlatformType()
108 const eglw::EGLenum m_platformType; member in eglu::NativeDisplayFactory
DegluNativeDisplay.cpp41 , m_platformType (platformType) in NativeDisplay()
50 , m_platformType (EGL_NONE) in NativeDisplay()
90 , m_platformType (platformType) in NativeDisplayFactory()
100 , m_platformType (EGL_NONE) in NativeDisplayFactory()