Home | History | Annotate | Download | only in win32

Lines Matching defs:Platform

23  * \brief Win32 platform port.
38 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform
41 Platform (void);
42 ~Platform (void);
46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
48 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);}
50 const vk::Platform& getVulkanPlatform (void) const { return m_vulkanPlatform; }