Lines Matching defs:GLX
43 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
74 * The extension has no GLX protocol, and, therefore, no explicit
84 { GLX(ARB_context_flush_control), N, N },
85 { GLX(ARB_create_context), N, N },
86 { GLX(ARB_create_context_no_error), N, N },
87 { GLX(ARB_create_context_profile), N, N },
88 { GLX(ARB_create_context_robustness), N, N },
89 { GLX(ARB_fbconfig_float), Y, N },
90 { GLX(ARB_framebuffer_sRGB), Y, N },
91 { GLX(ARB_get_proc_address), N, N },
92 { GLX(ARB_multisample), Y, N },
93 { GLX(EXT_buffer_age), N, Y },
94 { GLX(EXT_create_context_es2_profile), N, N },
95 { GLX(EXT_create_context_es_profile), N, N },
96 { GLX(EXT_fbconfig_packed_float), Y, N },
97 { GLX(EXT_framebuffer_sRGB), Y, N },
98 { GLX(EXT_import_context), Y, N },
99 { GLX(EXT_no_config_context), N, N },
100 { GLX(EXT_swap_control), N, Y },
101 { GLX(EXT_swap_control_tear), N, Y },
102 { GLX(EXT_texture_from_pixmap), N, N },
103 { GLX(EXT_visual_info), Y, N },
104 { GLX(EXT_visual_rating), Y, N },
105 { GLX(ATI_pixel_format_float), N, N },
106 { GLX(INTEL_swap_event), N, N },
107 { GLX(MESA_copy_sub_buffer), N, N },
108 { GLX(MESA_query_renderer), N, Y },
109 { GLX(MESA_swap_control), N, Y },
110 { GLX(NV_float_buffer), N, N },
111 { GLX(OML_swap_method), Y, N },
112 { GLX(OML_sync_control), N, Y },
113 { GLX(SGIS_multisample), Y, N },
114 { GLX(SGIX_fbconfig), Y, N },
115 { GLX(SGIX_pbuffer), Y, N },
116 { GLX(SGIX_visual_select_group), Y, N },
117 { GLX(SGI_make_current_read), N, N },
118 { GLX(SGI_swap_control), N, N },
119 { GLX(SGI_video_sync), N, Y },
312 * Set the state of a GLX extension.
342 * \param server_string GLX extension string from the server.
346 * This function is used to process both GLX and GL extension strings. The
443 * \brief Parse the list of GLX extensions that the user wants to
447 * \param psc Pointer to GLX per-screen record.
466 * \param psc Pointer to GLX per-screen record.
518 * \param psc Pointer to GLX per-screen record.
543 * \param psc Pointer to GLX per-screen record.
643 * \param psc Pointer to GLX per-screen record.
723 * \param gc Pointer to GLX context.