Home | History | Annotate | Download | only in android

Lines Matching defs:Platform

23  * \brief Android EGL platform.
39 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform, private vk::Platform
42 Platform (NativeActivity& activity);
43 virtual ~Platform (void);
47 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
48 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this); }
49 virtual const vk::Platform& getVulkanPlatform (void) const { return static_cast<const vk::Platform&>(*this); }
53 // Vulkan Platform API