Home | History | Annotate | Download | only in null

Lines Matching defs:Platform

23  * \brief Null GL platform.
37 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform, private vk::Platform
40 Platform (void);
41 virtual ~Platform (void);
43 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
44 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
45 virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platform&>(*this); }