HomeSort by relevance Sort by last modified time
    Searched refs:GLX (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/docs/
MESA_release_buffers.spec 28 GLX 1.0 or later is required.
32 Mesa's implementation of GLX is entirely implemented on the client side.
57 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
65 deallocated. True is returned if <d> is a valid Mesa GLX drawable,
71 GLX Protocol
MESA_pixmap_colormap.spec 28 GLX 1.0 or later is required.
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
63 The Mesa implementation of GLX allows RGB rendering into X windows and
76 GLX Protocol
MESA_multithread_makecurrent.spec 28 GLX 1.3 or later is required.
32 The GLX context setup encourages multithreaded applications to
64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors)
76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
92 GLX Protocol
94 None. The GLX extension only extends to direct rendering contexts.
116 The GLX context is unreferenced from that thread, and the other
117 threads retain their GLX context binding.
122 As with GLX context destruction previously, the XID is destroyed
MESA_window_pos.spec 100 Additions to the AGL/GLX/WGL Specifications
104 GLX Protocol
MESA_set_3dfx_mode.spec 28 GLX 1.0 or later is required.
53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
71 GLX Protocol
MESA_copy_sub_buffer.spec 28 GLX 1.0 or later is required.
54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
78 GLX Protocol
MESA_swap_control.spec 74 Additions to the GLX 1.3 Specification
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
109 GLX Protocol
MESA_agp_offset.spec 61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
78 GLX Protocol
94 2 October 2002 - finished GLX chapter 3 additions
MESA_shader_debug.spec 234 Additions to the AGL/EGL/GLX/WGL Specifications
238 GLX Protocol
MESA_ycbcr_texture.spec 166 Additions to the AGL/GLX/WGL Specifications
170 GLX Protocol
MESA_resize_buffers.spec 62 Additions to the AGL/GLX/WGL Specifications
  /external/mesa3d/docs/
MESA_release_buffers.spec 28 GLX 1.0 or later is required.
32 Mesa's implementation of GLX is entirely implemented on the client side.
57 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
65 deallocated. True is returned if <d> is a valid Mesa GLX drawable,
71 GLX Protocol
MESA_pixmap_colormap.spec 28 GLX 1.0 or later is required.
59 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
63 The Mesa implementation of GLX allows RGB rendering into X windows and
76 GLX Protocol
MESA_multithread_makecurrent.spec 28 GLX 1.3 or later is required.
32 The GLX context setup encourages multithreaded applications to
64 Changes to Chapter 2 of the GLX 1.3 Specification (Functions and Errors)
76 Changes to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
92 GLX Protocol
94 None. The GLX extension only extends to direct rendering contexts.
116 The GLX context is unreferenced from that thread, and the other
117 threads retain their GLX context binding.
122 As with GLX context destruction previously, the XID is destroyed
MESA_window_pos.spec 100 Additions to the AGL/GLX/WGL Specifications
104 GLX Protocol
MESA_set_3dfx_mode.spec 28 GLX 1.0 or later is required.
53 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
71 GLX Protocol
MESA_copy_sub_buffer.spec 28 GLX 1.0 or later is required.
54 Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors)
78 GLX Protocol
MESA_swap_control.spec 74 Additions to the GLX 1.3 Specification
76 [Add the following to Section 3.3.10 of the GLX Specification (Double
109 GLX Protocol
MESA_agp_offset.spec 61 Additions to Chapter 3 the GLX 1.4 Specification (Functions and Errors)
78 GLX Protocol
94 2 October 2002 - finished GLX chapter 3 additions
MESA_shader_debug.spec 234 Additions to the AGL/EGL/GLX/WGL Specifications
238 GLX Protocol
MESA_ycbcr_texture.spec 166 Additions to the AGL/GLX/WGL Specifications
170 GLX Protocol
  /external/chromium_org/third_party/mesa/src/src/glx/
glxextensions.c 42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
57 /* This is the lowest version of GLX that "requires" this extension.
58 * For example, GLX 1.3 requires SGIX_fbconfig, SGIX_pbuffer, and
60 * version of GLX, use 0, 0.
74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
79 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N }
    [all...]
  /external/mesa3d/src/glx/
glxextensions.c 42 #define GLX(n) "GLX_" # n, 4 + sizeof( # n ) - 1, CONCAT(n,_bit)
57 /* This is the lowest version of GLX that "requires" this extension.
58 * For example, GLX 1.3 requires SGIX_fbconfig, SGIX_pbuffer, and
60 * version of GLX, use 0, 0.
74 { GLX(ARB_create_context), VER(0,0), Y, N, N, N },
75 { GLX(ARB_create_context_profile), VER(0,0), Y, N, N, N },
76 { GLX(ARB_create_context_robustness), VER(0,0), Y, N, N, N },
77 { GLX(ARB_get_proc_address), VER(1,4), Y, N, Y, N },
78 { GLX(ARB_multisample), VER(1,4), Y, Y, N, N },
79 { GLX(ATI_pixel_format_float), VER(0,0), N, N, N, N }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_gentable.py 36 header = """/* GLXEXT is the define used in the xserver when the GLX extension is being
93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);
  /external/mesa3d/src/mapi/glapi/gen/
gl_gentable.py 36 header = """/* GLXEXT is the define used in the xserver when the GLX extension is being
93 LogMessage(X_ERROR, "GLX: Call to unimplemented API: %s\\n", fstr);

Completed in 274 milliseconds

1 2