Lines Matching defs:native
67 return "A NativePixmapType argument does not refer to a valid native pixmap";
69 return "A NativeWindowType argument does not refer to a valid native window";
581 EGLNativeWindowType native;
731 native = _glfw.platform.getEGLNativeWindow(window);
738 eglCreateWindowSurface(_glfw.egl.display, config, native, attribs);
749 eglCreatePlatformWindowSurfaceEXT(_glfw.egl.display, config, native, attribs);
869 EGLConfig native;
873 if (!chooseEGLConfig(ctxconfig, fbconfig, &native))
876 eglGetConfigAttrib(_glfw.egl.display, native,
900 ////// GLFW native API //////