Searched defs:EGLNativeWindowType (Results 1 – 2 of 2) sorted by relevance
78 typedef HWND EGLNativeWindowType; typedef83 typedef void *EGLNativeWindowType; typedef91 typedef struct ANativeWindow* EGLNativeWindowType; typedef103 typedef Window EGLNativeWindowType; typedef
59 typeMapping.put(new CType("EGLNativeWindowType"), new JType("int")); in typeMapping.put()