Lines Matching refs:GLFWwindow
225 GLFWAPI HWND glfwGetWin32Window(GLFWwindow* window);
252 GLFWAPI HGLRC glfwGetWGLContext(GLFWwindow* window);
288 GLFWAPI id glfwGetCocoaWindow(GLFWwindow* window);
305 GLFWAPI id glfwGetCocoaView(GLFWwindow* window);
324 GLFWAPI id glfwGetNSGLContext(GLFWwindow* window);
394 GLFWAPI Window glfwGetX11Window(GLFWwindow* window);
463 GLFWAPI GLXContext glfwGetGLXContext(GLFWwindow* window);
480 GLFWAPI GLXWindow glfwGetGLXWindow(GLFWwindow* window);
533 GLFWAPI struct wl_surface* glfwGetWaylandWindow(GLFWwindow* window);
571 GLFWAPI EGLContext glfwGetEGLContext(GLFWwindow* window);
588 GLFWAPI EGLSurface glfwGetEGLSurface(GLFWwindow* window);
614 GLFWAPI int glfwGetOSMesaColorBuffer(GLFWwindow* window, int* width, int* height, int* format, void** buffer);
638 GLFWAPI int glfwGetOSMesaDepthBuffer(GLFWwindow* window, int* width, int* height, int* bytesPerValue, void** buffer);
655 GLFWAPI OSMesaContext glfwGetOSMesaContext(GLFWwindow* window);