Lines Matching defs:platform
76 * \brief Base class for platform implementation.
78 * This class represents the minimum set of functionality for a platform
86 * If the platform uses standard posix-style main() for application entry
90 * API-specific platform interfaces (glu::Platform, eglu::Platform and vk::Platform)
100 * \brief Process platform-specific events.
117 * \brief Get GL platform interface
119 * GL-specific platform interface is defined by glu::Platform. If your
120 * platform port supports OpenGL (ES), you should implement this function.
124 * \return Reference to GL platform interface.
129 * \brief Get EGL platform interface
131 * EGL-specific platform interface is defined by eglu::Platform. If your
132 * platform port supports EGL, you should implement this function.
136 * \return Reference to EGL platform interface.
145 inline tcu::PlatformMemoryLimits getMemoryLimits (const tcu::Platform& platform)
148 platform.getMemoryLimits(limits);