Home | History | Annotate | Download | only in egl

Lines Matching defs:eglu

36 namespace eglu
52 * * eglu::NativeDisplay, created by eglu::NativeDisplayFactory
53 * * eglu::NativeWindow, created by eglu::NativeWindowFactory
54 * * eglu::NativePixmap, created by eglu::NativePixmapFactory
57 * adding eglu::GLContextFactory to m_contextFactoryRegistry in your
68 // Code outside porting layer will never attempt to delete eglu::Platform
97 * Native display factory registry holds list of eglu::NativeDisplayFactory
98 * objects that can create eglu::NativeDisplay instances. You should
99 * implement eglu::NativeDisplay and eglu::NativeDisplayFactory and add
109 } // eglu