Lines Matching defs:Platform
23 * \brief Platform (OS) specific services.
32 class Platform;
37 class Platform;
42 class Platform;
81 * In addition to implementing Platform class, main entry point must be
90 * API-specific platform interfaces (glu::Platform, eglu::Platform and vk::Platform)
91 * can be provided by implementing get<API>Platform() functions.
93 class Platform
96 Platform (void);
97 virtual ~Platform (void);
119 * GL-specific platform interface is defined by glu::Platform. If your
126 virtual const glu::Platform& getGLPlatform (void) const;
131 * EGL-specific platform interface is defined by eglu::Platform. If your
138 virtual const eglu::Platform& getEGLPlatform (void) const;
140 virtual const vk::Platform& getVulkanPlatform (void) const;
145 inline tcu::PlatformMemoryLimits getMemoryLimits (const tcu::Platform& platform)