Searched defs:getGLPlatform (Results 1 - 8 of 8) sorted by relevance

/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.hpp39 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } function in class:tcu::OSXPlatform
/external/deqp/framework/platform/null/
H A DtcuNullPlatform.hpp41 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } function in class:tcu::null::Platform
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.hpp44 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&> (*this); } function in class:tcu::rpi::Platform
/external/deqp/framework/platform/win32/
H A DtcuWin32Platform.hpp51 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } function in class:tcu::Win32Platform
/external/deqp/framework/common/
H A DtcuPlatform.cpp42 const glu::Platform& Platform::getGLPlatform (void) const function in class:tcu::Platform
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.hpp45 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } function in class:tcu::Android::Platform
/external/deqp/framework/platform/X11/
H A DtcuX11Platform.cpp57 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; } function in class:tcu::x11::X11Platform
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh80 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); } function in class:tcu::ios::Platform

Completed in 557 milliseconds