Home
last modified time | relevance | path

Searched refs:monitors (Results 1 - 24 of 24) sorted by relevance

/third_party/glfw/src/
H A Dmonitor.c104 _glfw.monitors = in _glfwInputMonitor()
105 _glfw_realloc(_glfw.monitors, in _glfwInputMonitor()
110 memmove(_glfw.monitors + 1, in _glfwInputMonitor()
111 _glfw.monitors, in _glfwInputMonitor()
113 _glfw.monitors[0] = monitor; in _glfwInputMonitor()
116 _glfw.monitors[_glfw.monitorCount - 1] = monitor; in _glfwInputMonitor()
137 if (_glfw.monitors[i] == monitor) in _glfwInputMonitor()
140 memmove(_glfw.monitors + i, in _glfwInputMonitor()
141 _glfw.monitors + i + 1, in _glfwInputMonitor()
313 return (GLFWmonitor**) _glfw.monitors; in glfwGetMonitors()
[all...]
H A Dinit.c108 _GLFWmonitor* monitor = _glfw.monitors[i]; in terminate()
114 _glfw_free(_glfw.monitors); in terminate()
115 _glfw.monitors = NULL; in terminate()
H A Dwin32_monitor.c135 // Poll for changes in the set of connected monitors
150 _glfw.monitors, in _glfwPollMonitorsWin32()
189 EnumDisplayMonitors(NULL, NULL, monitorCallback, (LPARAM) _glfw.monitors[i]); in _glfwPollMonitorsWin32()
H A Dwl_monitor.c103 if (_glfw.monitors[i] == monitor) in outputHandleDone()
H A Dx11_monitor.c100 // Poll for changes in the set of connected monitors
122 _glfw.monitors, in _glfwPollMonitorsX11()
H A Dinternal.h785 _GLFWmonitor** monitors; member
H A Dwl_init.c219 _GLFWmonitor* monitor = _glfw.monitors[i]; in registryHandleGlobalRemove()
/third_party/glfw/tests/
H A Dmonitors.c50 printf("Usage: monitors [-t]\n"); in usage()
51 printf(" monitors -h\n"); in usage()
225 GLFWmonitor** monitors; in main() local
250 monitors = glfwGetMonitors(&count); in main()
255 list_modes(monitors[i]); in main()
257 test_modes(monitors[i]); in main()
H A Dreopen.c128 GLFWmonitor** monitors = glfwGetMonitors(&monitorCount); in main() local
129 monitor = monitors[rand() % monitorCount]; in main()
H A Diconify.c47 printf(" -a create windows for all monitors\n"); in usage()
237 GLFWmonitor** monitors = glfwGetMonitors(&monitor_count); in main() local
244 windows[i] = create_window(monitors[i]); in main()
/third_party/mesa3d/src/mesa/main/
H A Dperformance_monitor.c721 _mesa_GenPerfMonitorsAMD(GLsizei n, GLuint *monitors) in _mesa_GenPerfMonitorsAMD() argument
735 if (monitors == NULL) in _mesa_GenPerfMonitorsAMD()
738 if (_mesa_HashFindFreeKeys(ctx->PerfMonitor.Monitors, monitors, n)) { in _mesa_GenPerfMonitorsAMD()
742 new_performance_monitor(ctx, monitors[i]); in _mesa_GenPerfMonitorsAMD()
747 _mesa_HashInsert(ctx->PerfMonitor.Monitors, monitors[i], m, true); in _mesa_GenPerfMonitorsAMD()
756 _mesa_DeletePerfMonitorsAMD(GLsizei n, GLuint *monitors) in _mesa_DeletePerfMonitorsAMD() argument
769 if (monitors == NULL) in _mesa_DeletePerfMonitorsAMD()
773 struct gl_perf_monitor_object *m = lookup_monitor(ctx, monitors[i]); in _mesa_DeletePerfMonitorsAMD()
782 _mesa_HashRemove(ctx->PerfMonitor.Monitors, monitors[i]); in _mesa_DeletePerfMonitorsAMD()
788 * in the <monitors> paramete in _mesa_DeletePerfMonitorsAMD()
[all...]
/third_party/mesa3d/include/GLES2/
H A Dgl2ext.h850 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
851 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
862 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
863 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h831 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
832 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
843 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
844 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h818 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
819 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
830 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
831 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h818 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
819 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
830 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
831 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h831 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
832 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
843 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
844 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/mesa3d/include/GL/
H A Dglcorearb.h3989 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3990 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
4001 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
4002 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
H A Dglext.h5670 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5671 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5682 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
5683 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/openGLES/api/GL/
H A Dglcorearb.h3976 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3977 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3988 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
3989 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
H A Dglext.h5652 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5653 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5664 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
5665 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h3975 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3976 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3987 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
3988 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
H A Dglext.h5651 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5652 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5663 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
5664 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h3975 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3976 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
3987 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
3988 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);
H A Dglext.h5650 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5651 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
5662 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors);
5663 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors);

Completed in 292 milliseconds