Lines Matching defs:source
20 // 2. Altered source versions must be plainly marked as such, and must not
23 // 3. This notice may not be removed or altered from any source
438 static char* convertLatin1toUTF8(const char* source)
443 for (sp = source; *sp; sp++)
449 for (sp = source; *sp; sp++)
1581 _glfw.x11.xdnd.source = event->xclient.data.l[0];
1590 count = _glfwGetWindowPropertyX11(_glfw.x11.xdnd.source,
1626 // Request the chosen format from the source window
1637 reply.xclient.window = _glfw.x11.xdnd.source;
1644 XSendEvent(_glfw.x11.display, _glfw.x11.xdnd.source,
1670 reply.xclient.window = _glfw.x11.xdnd.source;
1685 XSendEvent(_glfw.x11.display, _glfw.x11.xdnd.source,
1723 reply.xclient.window = _glfw.x11.xdnd.source;
1730 XSendEvent(_glfw.x11.display, _glfw.x11.xdnd.source,
1969 if (ctxconfig->source == GLFW_NATIVE_CONTEXT_API)
1976 else if (ctxconfig->source == GLFW_EGL_CONTEXT_API)
1983 else if (ctxconfig->source == GLFW_OSMESA_CONTEXT_API)
2001 if (ctxconfig->source == GLFW_NATIVE_CONTEXT_API)
2006 else if (ctxconfig->source == GLFW_EGL_CONTEXT_API)
2011 else if (ctxconfig->source == GLFW_OSMESA_CONTEXT_API)