Home | History | Annotate | Download | only in egl

Lines Matching defs:Platform

23  * \brief EGL platform interface.
40 * \brief EGL platform interface
42 * EGL platform interface provides mechanism to implement platform-specific
45 * A single platform can support multiple native object types. This is
58 * glu::Platform implementation.
60 * EGL platform implementation is required by EGL tests. OpenGL (ES) and
61 * OpenCL tests can benefit from, but do not require EGL platform
64 class Platform
67 Platform (void);
68 // Code outside porting layer will never attempt to delete eglu::Platform
69 virtual ~Platform (void);
77 * if the platform does not support EGL_KHR_get_all_proc_addresses extension,
81 * You may implement platform-specific way for loading GL entry points