Lines Matching refs:window
170 // Null-specific per-window data
222 GLFWbool _glfwCreateWindowNull(_GLFWwindow* window, const _GLFWwndconfig* wndconfig, const _GLFWctxconfig* ctxconfig, const _GLFWfbconfig* fbconfig);
223 void _glfwDestroyWindowNull(_GLFWwindow* window);
224 void _glfwSetWindowTitleNull(_GLFWwindow* window, const char* title);
225 void _glfwSetWindowIconNull(_GLFWwindow* window, int count, const GLFWimage* images);
226 void _glfwSetWindowMonitorNull(_GLFWwindow* window, _GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate);
227 void _glfwGetWindowPosNull(_GLFWwindow* window, int* xpos, int* ypos);
228 void _glfwSetWindowPosNull(_GLFWwindow* window, int xpos, int ypos);
229 void _glfwGetWindowSizeNull(_GLFWwindow* window, int* width, int* height);
230 void _glfwSetWindowSizeNull(_GLFWwindow* window, int width, int height);
231 void _glfwSetWindowSizeLimitsNull(_GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight);
232 void _glfwSetWindowAspectRatioNull(_GLFWwindow* window, int n, int d);
233 void _glfwGetFramebufferSizeNull(_GLFWwindow* window, int* width, int* height);
234 void _glfwGetWindowFrameSizeNull(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
235 void _glfwGetWindowContentScaleNull(_GLFWwindow* window, float* xscale, float* yscale);
236 void _glfwIconifyWindowNull(_GLFWwindow* window);
237 void _glfwRestoreWindowNull(_GLFWwindow* window);
238 void _glfwMaximizeWindowNull(_GLFWwindow* window);
239 GLFWbool _glfwWindowMaximizedNull(_GLFWwindow* window);
240 GLFWbool _glfwWindowHoveredNull(_GLFWwindow* window);
241 GLFWbool _glfwFramebufferTransparentNull(_GLFWwindow* window);
242 void _glfwSetWindowResizableNull(_GLFWwindow* window, GLFWbool enabled);
243 void _glfwSetWindowDecoratedNull(_GLFWwindow* window, GLFWbool enabled);
244 void _glfwSetWindowFloatingNull(_GLFWwindow* window, GLFWbool enabled);
245 void _glfwSetWindowMousePassthroughNull(_GLFWwindow* window, GLFWbool enabled);
246 float _glfwGetWindowOpacityNull(_GLFWwindow* window);
247 void _glfwSetWindowOpacityNull(_GLFWwindow* window, float opacity);
248 void _glfwSetRawMouseMotionNull(_GLFWwindow *window, GLFWbool enabled);
250 void _glfwShowWindowNull(_GLFWwindow* window);
251 void _glfwRequestWindowAttentionNull(_GLFWwindow* window);
252 void _glfwHideWindowNull(_GLFWwindow* window);
253 void _glfwFocusWindowNull(_GLFWwindow* window);
254 GLFWbool _glfwWindowFocusedNull(_GLFWwindow* window);
255 GLFWbool _glfwWindowIconifiedNull(_GLFWwindow* window);
256 GLFWbool _glfwWindowVisibleNull(_GLFWwindow* window);
261 void _glfwGetCursorPosNull(_GLFWwindow* window, double* xpos, double* ypos);
262 void _glfwSetCursorPosNull(_GLFWwindow* window, double x, double y);
263 void _glfwSetCursorModeNull(_GLFWwindow* window, int mode);
267 void _glfwSetCursorNull(_GLFWwindow* window, _GLFWcursor* cursor);
275 EGLNativeWindowType _glfwGetEGLNativeWindowNull(_GLFWwindow* window);
279 VkResult _glfwCreateWindowSurfaceNull(VkInstance instance, _GLFWwindow* window, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface);