Home
last modified time | relevance | path

Searched refs:currentMode (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dquerymatrix.c48 GLenum currentMode = GL_FALSE; in _mesa_QueryMatrixxOES() local
60 GLenum currentMode; in _mesa_QueryMatrixxOES() member
72 currentMode = (GLenum) tmp; in _mesa_QueryMatrixxOES()
81 if (modes[i].currentMode == currentMode) { in _mesa_QueryMatrixxOES()
/third_party/glfw/src/
H A Dwl_monitor.c86 monitor->wl.currentMode = monitor->modeCount - 1; in outputHandleMode()
96 const GLFWvidmode* mode = &monitor->modes[monitor->wl.currentMode]; in outputHandleDone()
225 *width = monitor->modes[monitor->wl.currentMode].width; in _glfwGetMonitorWorkareaWayland()
227 *height = monitor->modes[monitor->wl.currentMode].height; in _glfwGetMonitorWorkareaWayland()
238 *mode = monitor->modes[monitor->wl.currentMode]; in _glfwGetVideoModeWayland()
H A Dmonitor.c458 if (!_glfw.platform.getVideoMode(monitor, &monitor->currentMode)) in glfwGetVideoMode()
461 return &monitor->currentMode; in glfwGetVideoMode()
H A Dinternal.h605 GLFWvidmode currentMode; member
H A Dwl_platform.h590 int currentMode; member

Completed in 8 milliseconds