Struct xcb_dl::XcbGlx[][src]

pub struct XcbGlx { /* fields omitted */ }
Expand description

A dynamically loaded libxcb-glx.

Implementations

The libxcb identifier of the Glx extension.

Returns true iff the symbol xcb_glx_id could be loaded.

Advances a xcb_glx_pixmap_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_pixmap_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_pixmap_iterator_t.

Returns true iff the symbol xcb_glx_pixmap_end could be loaded.

Advances a xcb_glx_context_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_context_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_context_iterator_t.

Returns true iff the symbol xcb_glx_context_end could be loaded.

Advances a xcb_glx_pbuffer_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_pbuffer_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_pbuffer_iterator_t.

Returns true iff the symbol xcb_glx_pbuffer_end could be loaded.

Advances a xcb_glx_window_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_window_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_window_iterator_t.

Returns true iff the symbol xcb_glx_window_end could be loaded.

Advances a xcb_glx_fbconfig_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_fbconfig_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_fbconfig_iterator_t.

Returns true iff the symbol xcb_glx_fbconfig_end could be loaded.

Advances a xcb_glx_drawable_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_drawable_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_drawable_iterator_t.

Returns true iff the symbol xcb_glx_drawable_end could be loaded.

Advances a xcb_glx_float32_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_float32_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_float32_iterator_t.

Returns true iff the symbol xcb_glx_float32_end could be loaded.

Advances a xcb_glx_float64_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_float64_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_float64_iterator_t.

Returns true iff the symbol xcb_glx_float64_end could be loaded.

Advances a xcb_glx_bool32_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_bool32_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_bool32_iterator_t.

Returns true iff the symbol xcb_glx_bool32_end could be loaded.

Advances a xcb_glx_context_tag_iterator_t iterator by 1 element.

Returns true iff the symbol xcb_glx_context_tag_next could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of a xcb_glx_context_tag_iterator_t.

Returns true iff the symbol xcb_glx_context_tag_end could be loaded.

Computes the size of a xcb_glx_render_request_t object.

Returns true iff the symbol xcb_glx_render_sizeof could be loaded.

Sends a Glx::Render request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_render_checked could be loaded.

Sends a Glx::Render request (unchecked).

Returns true iff the symbol xcb_glx_render could be loaded.

Returns a pointer to the data field of a xcb_glx_render_request_t struct.

Returns true iff the symbol xcb_glx_render_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_render_request_t struct.

Returns true iff the symbol xcb_glx_render_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_render_request_t struct.

Returns true iff the symbol xcb_glx_render_data_end could be loaded.

Computes the size of a xcb_glx_render_large_request_t object.

Returns true iff the symbol xcb_glx_render_large_sizeof could be loaded.

Sends a Glx::RenderLarge request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_render_large_checked could be loaded.

Sends a Glx::RenderLarge request (unchecked).

Returns true iff the symbol xcb_glx_render_large could be loaded.

Returns a pointer to the data field of a xcb_glx_render_large_request_t struct.

Returns true iff the symbol xcb_glx_render_large_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_render_large_request_t struct.

Returns true iff the symbol xcb_glx_render_large_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_render_large_request_t struct.

Returns true iff the symbol xcb_glx_render_large_data_end could be loaded.

Sends a Glx::CreateContext request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_context_checked could be loaded.

Sends a Glx::CreateContext request (unchecked).

Returns true iff the symbol xcb_glx_create_context could be loaded.

Sends a Glx::DestroyContext request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_destroy_context_checked could be loaded.

Sends a Glx::DestroyContext request (unchecked).

Returns true iff the symbol xcb_glx_destroy_context could be loaded.

Sends a Glx::MakeCurrent request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_make_current_reply.

Returns true iff the symbol xcb_glx_make_current could be loaded.

Sends a Glx::MakeCurrent request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_make_current_reply.

Returns true iff the symbol xcb_glx_make_current_unchecked could be loaded.

Waits for the reply to a Glx::MakeCurrent request.

Returns true iff the symbol xcb_glx_make_current_reply could be loaded.

Sends a Glx::IsDirect request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_direct_reply.

Returns true iff the symbol xcb_glx_is_direct could be loaded.

Sends a Glx::IsDirect request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_direct_reply.

Returns true iff the symbol xcb_glx_is_direct_unchecked could be loaded.

Waits for the reply to a Glx::IsDirect request.

Returns true iff the symbol xcb_glx_is_direct_reply could be loaded.

Sends a Glx::QueryVersion request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_version_reply.

Returns true iff the symbol xcb_glx_query_version could be loaded.

Sends a Glx::QueryVersion request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_version_reply.

Returns true iff the symbol xcb_glx_query_version_unchecked could be loaded.

Waits for the reply to a Glx::QueryVersion request.

Returns true iff the symbol xcb_glx_query_version_reply could be loaded.

Sends a Glx::WaitGL request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_wait_gl_checked could be loaded.

Sends a Glx::WaitGL request (unchecked).

Returns true iff the symbol xcb_glx_wait_gl could be loaded.

Sends a Glx::WaitX request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_wait_x_checked could be loaded.

Sends a Glx::WaitX request (unchecked).

Returns true iff the symbol xcb_glx_wait_x could be loaded.

Sends a Glx::CopyContext request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_copy_context_checked could be loaded.

Sends a Glx::CopyContext request (unchecked).

Returns true iff the symbol xcb_glx_copy_context could be loaded.

Sends a Glx::SwapBuffers request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_swap_buffers_checked could be loaded.

Sends a Glx::SwapBuffers request (unchecked).

Returns true iff the symbol xcb_glx_swap_buffers could be loaded.

Sends a Glx::UseXFont request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_use_x_font_checked could be loaded.

Sends a Glx::UseXFont request (unchecked).

Returns true iff the symbol xcb_glx_use_x_font could be loaded.

Sends a Glx::CreateGLXPixmap request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_glx_pixmap_checked could be loaded.

Sends a Glx::CreateGLXPixmap request (unchecked).

Returns true iff the symbol xcb_glx_create_glx_pixmap could be loaded.

Computes the size of a xcb_glx_get_visual_configs_reply_t object.

Returns true iff the symbol xcb_glx_get_visual_configs_sizeof could be loaded.

Sends a Glx::GetVisualConfigs request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_visual_configs_reply.

Returns true iff the symbol xcb_glx_get_visual_configs could be loaded.

Sends a Glx::GetVisualConfigs request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_visual_configs_reply.

Returns true iff the symbol xcb_glx_get_visual_configs_unchecked could be loaded.

Returns a pointer to the property_list field of a xcb_glx_get_visual_configs_reply_t struct.

Returns true iff the symbol xcb_glx_get_visual_configs_property_list could be loaded.

Returns the number of elements of the property_list field of a xcb_glx_get_visual_configs_reply_t struct.

Returns true iff the symbol xcb_glx_get_visual_configs_property_list_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the property_list field of a xcb_glx_get_visual_configs_reply_t struct.

Returns true iff the symbol xcb_glx_get_visual_configs_property_list_end could be loaded.

Waits for the reply to a Glx::GetVisualConfigs request.

Returns true iff the symbol xcb_glx_get_visual_configs_reply could be loaded.

Sends a Glx::DestroyGLXPixmap request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_destroy_glx_pixmap_checked could be loaded.

Sends a Glx::DestroyGLXPixmap request (unchecked).

Returns true iff the symbol xcb_glx_destroy_glx_pixmap could be loaded.

Computes the size of a xcb_glx_vendor_private_request_t object.

Returns true iff the symbol xcb_glx_vendor_private_sizeof could be loaded.

Sends a Glx::VendorPrivate request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_vendor_private_checked could be loaded.

Sends a Glx::VendorPrivate request (unchecked).

Returns true iff the symbol xcb_glx_vendor_private could be loaded.

Returns a pointer to the data field of a xcb_glx_vendor_private_request_t struct.

Returns true iff the symbol xcb_glx_vendor_private_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_vendor_private_request_t struct.

Returns true iff the symbol xcb_glx_vendor_private_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_vendor_private_request_t struct.

Returns true iff the symbol xcb_glx_vendor_private_data_end could be loaded.

Computes the size of a xcb_glx_vendor_private_with_reply_request_t object.

Returns true iff the symbol xcb_glx_vendor_private_with_reply_sizeof could be loaded.

Sends a Glx::VendorPrivateWithReply request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_vendor_private_with_reply_reply.

Returns true iff the symbol xcb_glx_vendor_private_with_reply could be loaded.

Sends a Glx::VendorPrivateWithReply request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_vendor_private_with_reply_reply.

Returns true iff the symbol xcb_glx_vendor_private_with_reply_unchecked could be loaded.

Returns a pointer to the data2 field of a xcb_glx_vendor_private_with_reply_reply_t struct.

Returns true iff the symbol xcb_glx_vendor_private_with_reply_data_2 could be loaded.

Returns the number of elements of the data2 field of a xcb_glx_vendor_private_with_reply_reply_t struct.

Returns true iff the symbol xcb_glx_vendor_private_with_reply_data_2_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data2 field of a xcb_glx_vendor_private_with_reply_reply_t struct.

Returns true iff the symbol xcb_glx_vendor_private_with_reply_data_2_end could be loaded.

Waits for the reply to a Glx::VendorPrivateWithReply request.

Returns true iff the symbol xcb_glx_vendor_private_with_reply_reply could be loaded.

Sends a Glx::QueryExtensionsString request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_extensions_string_reply.

Returns true iff the symbol xcb_glx_query_extensions_string could be loaded.

Sends a Glx::QueryExtensionsString request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_extensions_string_reply.

Returns true iff the symbol xcb_glx_query_extensions_string_unchecked could be loaded.

Waits for the reply to a Glx::QueryExtensionsString request.

Returns true iff the symbol xcb_glx_query_extensions_string_reply could be loaded.

Computes the size of a xcb_glx_query_server_string_reply_t object.

Returns true iff the symbol xcb_glx_query_server_string_sizeof could be loaded.

Sends a Glx::QueryServerString request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_server_string_reply.

Returns true iff the symbol xcb_glx_query_server_string could be loaded.

Sends a Glx::QueryServerString request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_server_string_reply.

Returns true iff the symbol xcb_glx_query_server_string_unchecked could be loaded.

Returns a pointer to the string field of a xcb_glx_query_server_string_reply_t struct.

Returns true iff the symbol xcb_glx_query_server_string_string could be loaded.

Returns the number of elements of the string field of a xcb_glx_query_server_string_reply_t struct.

Returns true iff the symbol xcb_glx_query_server_string_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the string field of a xcb_glx_query_server_string_reply_t struct.

Returns true iff the symbol xcb_glx_query_server_string_string_end could be loaded.

Waits for the reply to a Glx::QueryServerString request.

Returns true iff the symbol xcb_glx_query_server_string_reply could be loaded.

Computes the size of a xcb_glx_client_info_request_t object.

Returns true iff the symbol xcb_glx_client_info_sizeof could be loaded.

Sends a Glx::ClientInfo request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_client_info_checked could be loaded.

Sends a Glx::ClientInfo request (unchecked).

Returns true iff the symbol xcb_glx_client_info could be loaded.

Returns a pointer to the string field of a xcb_glx_client_info_request_t struct.

Returns true iff the symbol xcb_glx_client_info_string could be loaded.

Returns the number of elements of the string field of a xcb_glx_client_info_request_t struct.

Returns true iff the symbol xcb_glx_client_info_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the string field of a xcb_glx_client_info_request_t struct.

Returns true iff the symbol xcb_glx_client_info_string_end could be loaded.

Computes the size of a xcb_glx_get_fb_configs_reply_t object.

Returns true iff the symbol xcb_glx_get_fb_configs_sizeof could be loaded.

Sends a Glx::GetFBConfigs request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_fb_configs_reply.

Returns true iff the symbol xcb_glx_get_fb_configs could be loaded.

Sends a Glx::GetFBConfigs request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_fb_configs_reply.

Returns true iff the symbol xcb_glx_get_fb_configs_unchecked could be loaded.

Returns a pointer to the property_list field of a xcb_glx_get_fb_configs_reply_t struct.

Returns true iff the symbol xcb_glx_get_fb_configs_property_list could be loaded.

Returns the number of elements of the property_list field of a xcb_glx_get_fb_configs_reply_t struct.

Returns true iff the symbol xcb_glx_get_fb_configs_property_list_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the property_list field of a xcb_glx_get_fb_configs_reply_t struct.

Returns true iff the symbol xcb_glx_get_fb_configs_property_list_end could be loaded.

Waits for the reply to a Glx::GetFBConfigs request.

Returns true iff the symbol xcb_glx_get_fb_configs_reply could be loaded.

Computes the size of a xcb_glx_create_pixmap_request_t object.

Returns true iff the symbol xcb_glx_create_pixmap_sizeof could be loaded.

Sends a Glx::CreatePixmap request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_pixmap_checked could be loaded.

Sends a Glx::CreatePixmap request (unchecked).

Returns true iff the symbol xcb_glx_create_pixmap could be loaded.

Returns a pointer to the attribs field of a xcb_glx_create_pixmap_request_t struct.

Returns true iff the symbol xcb_glx_create_pixmap_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_create_pixmap_request_t struct.

Returns true iff the symbol xcb_glx_create_pixmap_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_create_pixmap_request_t struct.

Returns true iff the symbol xcb_glx_create_pixmap_attribs_end could be loaded.

Sends a Glx::DestroyPixmap request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_destroy_pixmap_checked could be loaded.

Sends a Glx::DestroyPixmap request (unchecked).

Returns true iff the symbol xcb_glx_destroy_pixmap could be loaded.

Sends a Glx::CreateNewContext request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_new_context_checked could be loaded.

Sends a Glx::CreateNewContext request (unchecked).

Returns true iff the symbol xcb_glx_create_new_context could be loaded.

Computes the size of a xcb_glx_query_context_reply_t object.

Returns true iff the symbol xcb_glx_query_context_sizeof could be loaded.

Sends a Glx::QueryContext request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_context_reply.

Returns true iff the symbol xcb_glx_query_context could be loaded.

Sends a Glx::QueryContext request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_query_context_reply.

Returns true iff the symbol xcb_glx_query_context_unchecked could be loaded.

Returns a pointer to the attribs field of a xcb_glx_query_context_reply_t struct.

Returns true iff the symbol xcb_glx_query_context_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_query_context_reply_t struct.

Returns true iff the symbol xcb_glx_query_context_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_query_context_reply_t struct.

Returns true iff the symbol xcb_glx_query_context_attribs_end could be loaded.

Waits for the reply to a Glx::QueryContext request.

Returns true iff the symbol xcb_glx_query_context_reply could be loaded.

Sends a Glx::MakeContextCurrent request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_make_context_current_reply.

Returns true iff the symbol xcb_glx_make_context_current could be loaded.

Sends a Glx::MakeContextCurrent request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_make_context_current_reply.

Returns true iff the symbol xcb_glx_make_context_current_unchecked could be loaded.

Waits for the reply to a Glx::MakeContextCurrent request.

Returns true iff the symbol xcb_glx_make_context_current_reply could be loaded.

Computes the size of a xcb_glx_create_pbuffer_request_t object.

Returns true iff the symbol xcb_glx_create_pbuffer_sizeof could be loaded.

Sends a Glx::CreatePbuffer request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_pbuffer_checked could be loaded.

Sends a Glx::CreatePbuffer request (unchecked).

Returns true iff the symbol xcb_glx_create_pbuffer could be loaded.

Returns a pointer to the attribs field of a xcb_glx_create_pbuffer_request_t struct.

Returns true iff the symbol xcb_glx_create_pbuffer_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_create_pbuffer_request_t struct.

Returns true iff the symbol xcb_glx_create_pbuffer_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_create_pbuffer_request_t struct.

Returns true iff the symbol xcb_glx_create_pbuffer_attribs_end could be loaded.

Sends a Glx::DestroyPbuffer request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_destroy_pbuffer_checked could be loaded.

Sends a Glx::DestroyPbuffer request (unchecked).

Returns true iff the symbol xcb_glx_destroy_pbuffer could be loaded.

Computes the size of a xcb_glx_get_drawable_attributes_reply_t object.

Returns true iff the symbol xcb_glx_get_drawable_attributes_sizeof could be loaded.

Sends a Glx::GetDrawableAttributes request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_drawable_attributes_reply.

Returns true iff the symbol xcb_glx_get_drawable_attributes could be loaded.

Sends a Glx::GetDrawableAttributes request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_drawable_attributes_reply.

Returns true iff the symbol xcb_glx_get_drawable_attributes_unchecked could be loaded.

Returns a pointer to the attribs field of a xcb_glx_get_drawable_attributes_reply_t struct.

Returns true iff the symbol xcb_glx_get_drawable_attributes_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_get_drawable_attributes_reply_t struct.

Returns true iff the symbol xcb_glx_get_drawable_attributes_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_get_drawable_attributes_reply_t struct.

Returns true iff the symbol xcb_glx_get_drawable_attributes_attribs_end could be loaded.

Waits for the reply to a Glx::GetDrawableAttributes request.

Returns true iff the symbol xcb_glx_get_drawable_attributes_reply could be loaded.

Computes the size of a xcb_glx_change_drawable_attributes_request_t object.

Returns true iff the symbol xcb_glx_change_drawable_attributes_sizeof could be loaded.

Sends a Glx::ChangeDrawableAttributes request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_change_drawable_attributes_checked could be loaded.

Sends a Glx::ChangeDrawableAttributes request (unchecked).

Returns true iff the symbol xcb_glx_change_drawable_attributes could be loaded.

Returns a pointer to the attribs field of a xcb_glx_change_drawable_attributes_request_t struct.

Returns true iff the symbol xcb_glx_change_drawable_attributes_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_change_drawable_attributes_request_t struct.

Returns true iff the symbol xcb_glx_change_drawable_attributes_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_change_drawable_attributes_request_t struct.

Returns true iff the symbol xcb_glx_change_drawable_attributes_attribs_end could be loaded.

Computes the size of a xcb_glx_create_window_request_t object.

Returns true iff the symbol xcb_glx_create_window_sizeof could be loaded.

Sends a Glx::CreateWindow request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_window_checked could be loaded.

Sends a Glx::CreateWindow request (unchecked).

Returns true iff the symbol xcb_glx_create_window could be loaded.

Returns a pointer to the attribs field of a xcb_glx_create_window_request_t struct.

Returns true iff the symbol xcb_glx_create_window_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_create_window_request_t struct.

Returns true iff the symbol xcb_glx_create_window_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_create_window_request_t struct.

Returns true iff the symbol xcb_glx_create_window_attribs_end could be loaded.

Sends a Glx::DeleteWindow request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_delete_window_checked could be loaded.

Sends a Glx::DeleteWindow request (unchecked).

Returns true iff the symbol xcb_glx_delete_window could be loaded.

Computes the size of a xcb_glx_set_client_info_arb_request_t object.

Returns true iff the symbol xcb_glx_set_client_info_arb_sizeof could be loaded.

Sends a Glx::SetClientInfoARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_set_client_info_arb_checked could be loaded.

Sends a Glx::SetClientInfoARB request (unchecked).

Returns true iff the symbol xcb_glx_set_client_info_arb could be loaded.

Returns a pointer to the gl_versions field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_gl_versions could be loaded.

Returns the number of elements of the gl_versions field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_gl_versions_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the gl_versions field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_gl_versions_end could be loaded.

Returns a pointer to the gl_extension_string field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_gl_extension_string could be loaded.

Returns the number of elements of the gl_extension_string field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_gl_extension_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the gl_extension_string field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_gl_extension_string_end could be loaded.

Returns a pointer to the glx_extension_string field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_glx_extension_string could be loaded.

Returns the number of elements of the glx_extension_string field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_glx_extension_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the glx_extension_string field of a xcb_glx_set_client_info_arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_arb_glx_extension_string_end could be loaded.

Computes the size of a xcb_glx_create_context_attribs_arb_request_t object.

Returns true iff the symbol xcb_glx_create_context_attribs_arb_sizeof could be loaded.

Sends a Glx::CreateContextAttribsARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_create_context_attribs_arb_checked could be loaded.

Sends a Glx::CreateContextAttribsARB request (unchecked).

Returns true iff the symbol xcb_glx_create_context_attribs_arb could be loaded.

Returns a pointer to the attribs field of a xcb_glx_create_context_attribs_arb_request_t struct.

Returns true iff the symbol xcb_glx_create_context_attribs_arb_attribs could be loaded.

Returns the number of elements of the attribs field of a xcb_glx_create_context_attribs_arb_request_t struct.

Returns true iff the symbol xcb_glx_create_context_attribs_arb_attribs_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the attribs field of a xcb_glx_create_context_attribs_arb_request_t struct.

Returns true iff the symbol xcb_glx_create_context_attribs_arb_attribs_end could be loaded.

Computes the size of a xcb_glx_set_client_info_2arb_request_t object.

Returns true iff the symbol xcb_glx_set_client_info_2arb_sizeof could be loaded.

Sends a Glx::SetClientInfo2ARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_set_client_info_2arb_checked could be loaded.

Sends a Glx::SetClientInfo2ARB request (unchecked).

Returns true iff the symbol xcb_glx_set_client_info_2arb could be loaded.

Returns a pointer to the gl_versions field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_gl_versions could be loaded.

Returns the number of elements of the gl_versions field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_gl_versions_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the gl_versions field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_gl_versions_end could be loaded.

Returns a pointer to the gl_extension_string field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_gl_extension_string could be loaded.

Returns the number of elements of the gl_extension_string field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_gl_extension_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the gl_extension_string field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_gl_extension_string_end could be loaded.

Returns a pointer to the glx_extension_string field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_glx_extension_string could be loaded.

Returns the number of elements of the glx_extension_string field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_glx_extension_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the glx_extension_string field of a xcb_glx_set_client_info_2arb_request_t struct.

Returns true iff the symbol xcb_glx_set_client_info_2arb_glx_extension_string_end could be loaded.

Sends a Glx::NewList request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_new_list_checked could be loaded.

Sends a Glx::NewList request (unchecked).

Returns true iff the symbol xcb_glx_new_list could be loaded.

Sends a Glx::EndList request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_end_list_checked could be loaded.

Sends a Glx::EndList request (unchecked).

Returns true iff the symbol xcb_glx_end_list could be loaded.

Sends a Glx::DeleteLists request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_delete_lists_checked could be loaded.

Sends a Glx::DeleteLists request (unchecked).

Returns true iff the symbol xcb_glx_delete_lists could be loaded.

Sends a Glx::GenLists request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_gen_lists_reply.

Returns true iff the symbol xcb_glx_gen_lists could be loaded.

Sends a Glx::GenLists request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_gen_lists_reply.

Returns true iff the symbol xcb_glx_gen_lists_unchecked could be loaded.

Waits for the reply to a Glx::GenLists request.

Returns true iff the symbol xcb_glx_gen_lists_reply could be loaded.

Sends a Glx::FeedbackBuffer request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_feedback_buffer_checked could be loaded.

Sends a Glx::FeedbackBuffer request (unchecked).

Returns true iff the symbol xcb_glx_feedback_buffer could be loaded.

Sends a Glx::SelectBuffer request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_select_buffer_checked could be loaded.

Sends a Glx::SelectBuffer request (unchecked).

Returns true iff the symbol xcb_glx_select_buffer could be loaded.

Computes the size of a xcb_glx_render_mode_reply_t object.

Returns true iff the symbol xcb_glx_render_mode_sizeof could be loaded.

Sends a Glx::RenderMode request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_render_mode_reply.

Returns true iff the symbol xcb_glx_render_mode could be loaded.

Sends a Glx::RenderMode request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_render_mode_reply.

Returns true iff the symbol xcb_glx_render_mode_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_render_mode_reply_t struct.

Returns true iff the symbol xcb_glx_render_mode_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_render_mode_reply_t struct.

Returns true iff the symbol xcb_glx_render_mode_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_render_mode_reply_t struct.

Returns true iff the symbol xcb_glx_render_mode_data_end could be loaded.

Waits for the reply to a Glx::RenderMode request.

Returns true iff the symbol xcb_glx_render_mode_reply could be loaded.

Sends a Glx::Finish request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_finish_reply.

Returns true iff the symbol xcb_glx_finish could be loaded.

Sends a Glx::Finish request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_finish_reply.

Returns true iff the symbol xcb_glx_finish_unchecked could be loaded.

Waits for the reply to a Glx::Finish request.

Returns true iff the symbol xcb_glx_finish_reply could be loaded.

Sends a Glx::PixelStoref request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_pixel_storef_checked could be loaded.

Sends a Glx::PixelStoref request (unchecked).

Returns true iff the symbol xcb_glx_pixel_storef could be loaded.

Sends a Glx::PixelStorei request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_pixel_storei_checked could be loaded.

Sends a Glx::PixelStorei request (unchecked).

Returns true iff the symbol xcb_glx_pixel_storei could be loaded.

Computes the size of a xcb_glx_read_pixels_reply_t object.

Returns true iff the symbol xcb_glx_read_pixels_sizeof could be loaded.

Sends a Glx::ReadPixels request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_read_pixels_reply.

Returns true iff the symbol xcb_glx_read_pixels could be loaded.

Sends a Glx::ReadPixels request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_read_pixels_reply.

Returns true iff the symbol xcb_glx_read_pixels_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_read_pixels_reply_t struct.

Returns true iff the symbol xcb_glx_read_pixels_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_read_pixels_reply_t struct.

Returns true iff the symbol xcb_glx_read_pixels_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_read_pixels_reply_t struct.

Returns true iff the symbol xcb_glx_read_pixels_data_end could be loaded.

Waits for the reply to a Glx::ReadPixels request.

Returns true iff the symbol xcb_glx_read_pixels_reply could be loaded.

Computes the size of a xcb_glx_get_booleanv_reply_t object.

Returns true iff the symbol xcb_glx_get_booleanv_sizeof could be loaded.

Sends a Glx::GetBooleanv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_booleanv_reply.

Returns true iff the symbol xcb_glx_get_booleanv could be loaded.

Sends a Glx::GetBooleanv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_booleanv_reply.

Returns true iff the symbol xcb_glx_get_booleanv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_booleanv_reply_t struct.

Returns true iff the symbol xcb_glx_get_booleanv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_booleanv_reply_t struct.

Returns true iff the symbol xcb_glx_get_booleanv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_booleanv_reply_t struct.

Returns true iff the symbol xcb_glx_get_booleanv_data_end could be loaded.

Waits for the reply to a Glx::GetBooleanv request.

Returns true iff the symbol xcb_glx_get_booleanv_reply could be loaded.

Computes the size of a xcb_glx_get_clip_plane_reply_t object.

Returns true iff the symbol xcb_glx_get_clip_plane_sizeof could be loaded.

Sends a Glx::GetClipPlane request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_clip_plane_reply.

Returns true iff the symbol xcb_glx_get_clip_plane could be loaded.

Sends a Glx::GetClipPlane request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_clip_plane_reply.

Returns true iff the symbol xcb_glx_get_clip_plane_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_clip_plane_reply_t struct.

Returns true iff the symbol xcb_glx_get_clip_plane_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_clip_plane_reply_t struct.

Returns true iff the symbol xcb_glx_get_clip_plane_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_clip_plane_reply_t struct.

Returns true iff the symbol xcb_glx_get_clip_plane_data_end could be loaded.

Waits for the reply to a Glx::GetClipPlane request.

Returns true iff the symbol xcb_glx_get_clip_plane_reply could be loaded.

Computes the size of a xcb_glx_get_doublev_reply_t object.

Returns true iff the symbol xcb_glx_get_doublev_sizeof could be loaded.

Sends a Glx::GetDoublev request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_doublev_reply.

Returns true iff the symbol xcb_glx_get_doublev could be loaded.

Sends a Glx::GetDoublev request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_doublev_reply.

Returns true iff the symbol xcb_glx_get_doublev_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_doublev_reply_t struct.

Returns true iff the symbol xcb_glx_get_doublev_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_doublev_reply_t struct.

Returns true iff the symbol xcb_glx_get_doublev_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_doublev_reply_t struct.

Returns true iff the symbol xcb_glx_get_doublev_data_end could be loaded.

Waits for the reply to a Glx::GetDoublev request.

Returns true iff the symbol xcb_glx_get_doublev_reply could be loaded.

Sends a Glx::GetError request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_error_reply.

Returns true iff the symbol xcb_glx_get_error could be loaded.

Sends a Glx::GetError request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_error_reply.

Returns true iff the symbol xcb_glx_get_error_unchecked could be loaded.

Waits for the reply to a Glx::GetError request.

Returns true iff the symbol xcb_glx_get_error_reply could be loaded.

Computes the size of a xcb_glx_get_floatv_reply_t object.

Returns true iff the symbol xcb_glx_get_floatv_sizeof could be loaded.

Sends a Glx::GetFloatv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_floatv_reply.

Returns true iff the symbol xcb_glx_get_floatv could be loaded.

Sends a Glx::GetFloatv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_floatv_reply.

Returns true iff the symbol xcb_glx_get_floatv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_floatv_reply_t struct.

Returns true iff the symbol xcb_glx_get_floatv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_floatv_reply_t struct.

Returns true iff the symbol xcb_glx_get_floatv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_floatv_reply_t struct.

Returns true iff the symbol xcb_glx_get_floatv_data_end could be loaded.

Waits for the reply to a Glx::GetFloatv request.

Returns true iff the symbol xcb_glx_get_floatv_reply could be loaded.

Computes the size of a xcb_glx_get_integerv_reply_t object.

Returns true iff the symbol xcb_glx_get_integerv_sizeof could be loaded.

Sends a Glx::GetIntegerv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_integerv_reply.

Returns true iff the symbol xcb_glx_get_integerv could be loaded.

Sends a Glx::GetIntegerv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_integerv_reply.

Returns true iff the symbol xcb_glx_get_integerv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_integerv_reply_t struct.

Returns true iff the symbol xcb_glx_get_integerv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_integerv_reply_t struct.

Returns true iff the symbol xcb_glx_get_integerv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_integerv_reply_t struct.

Returns true iff the symbol xcb_glx_get_integerv_data_end could be loaded.

Waits for the reply to a Glx::GetIntegerv request.

Returns true iff the symbol xcb_glx_get_integerv_reply could be loaded.

Computes the size of a xcb_glx_get_lightfv_reply_t object.

Returns true iff the symbol xcb_glx_get_lightfv_sizeof could be loaded.

Sends a Glx::GetLightfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_lightfv_reply.

Returns true iff the symbol xcb_glx_get_lightfv could be loaded.

Sends a Glx::GetLightfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_lightfv_reply.

Returns true iff the symbol xcb_glx_get_lightfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_lightfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_lightfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_lightfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_lightfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_lightfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_lightfv_data_end could be loaded.

Waits for the reply to a Glx::GetLightfv request.

Returns true iff the symbol xcb_glx_get_lightfv_reply could be loaded.

Computes the size of a xcb_glx_get_lightiv_reply_t object.

Returns true iff the symbol xcb_glx_get_lightiv_sizeof could be loaded.

Sends a Glx::GetLightiv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_lightiv_reply.

Returns true iff the symbol xcb_glx_get_lightiv could be loaded.

Sends a Glx::GetLightiv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_lightiv_reply.

Returns true iff the symbol xcb_glx_get_lightiv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_lightiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_lightiv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_lightiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_lightiv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_lightiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_lightiv_data_end could be loaded.

Waits for the reply to a Glx::GetLightiv request.

Returns true iff the symbol xcb_glx_get_lightiv_reply could be loaded.

Computes the size of a xcb_glx_get_mapdv_reply_t object.

Returns true iff the symbol xcb_glx_get_mapdv_sizeof could be loaded.

Sends a Glx::GetMapdv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_mapdv_reply.

Returns true iff the symbol xcb_glx_get_mapdv could be loaded.

Sends a Glx::GetMapdv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_mapdv_reply.

Returns true iff the symbol xcb_glx_get_mapdv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_mapdv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapdv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_mapdv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapdv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_mapdv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapdv_data_end could be loaded.

Waits for the reply to a Glx::GetMapdv request.

Returns true iff the symbol xcb_glx_get_mapdv_reply could be loaded.

Computes the size of a xcb_glx_get_mapfv_reply_t object.

Returns true iff the symbol xcb_glx_get_mapfv_sizeof could be loaded.

Sends a Glx::GetMapfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_mapfv_reply.

Returns true iff the symbol xcb_glx_get_mapfv could be loaded.

Sends a Glx::GetMapfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_mapfv_reply.

Returns true iff the symbol xcb_glx_get_mapfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_mapfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_mapfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_mapfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapfv_data_end could be loaded.

Waits for the reply to a Glx::GetMapfv request.

Returns true iff the symbol xcb_glx_get_mapfv_reply could be loaded.

Computes the size of a xcb_glx_get_mapiv_reply_t object.

Returns true iff the symbol xcb_glx_get_mapiv_sizeof could be loaded.

Sends a Glx::GetMapiv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_mapiv_reply.

Returns true iff the symbol xcb_glx_get_mapiv could be loaded.

Sends a Glx::GetMapiv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_mapiv_reply.

Returns true iff the symbol xcb_glx_get_mapiv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_mapiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapiv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_mapiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapiv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_mapiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_mapiv_data_end could be loaded.

Waits for the reply to a Glx::GetMapiv request.

Returns true iff the symbol xcb_glx_get_mapiv_reply could be loaded.

Computes the size of a xcb_glx_get_materialfv_reply_t object.

Returns true iff the symbol xcb_glx_get_materialfv_sizeof could be loaded.

Sends a Glx::GetMaterialfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_materialfv_reply.

Returns true iff the symbol xcb_glx_get_materialfv could be loaded.

Sends a Glx::GetMaterialfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_materialfv_reply.

Returns true iff the symbol xcb_glx_get_materialfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_materialfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_materialfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_materialfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_materialfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_materialfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_materialfv_data_end could be loaded.

Waits for the reply to a Glx::GetMaterialfv request.

Returns true iff the symbol xcb_glx_get_materialfv_reply could be loaded.

Computes the size of a xcb_glx_get_materialiv_reply_t object.

Returns true iff the symbol xcb_glx_get_materialiv_sizeof could be loaded.

Sends a Glx::GetMaterialiv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_materialiv_reply.

Returns true iff the symbol xcb_glx_get_materialiv could be loaded.

Sends a Glx::GetMaterialiv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_materialiv_reply.

Returns true iff the symbol xcb_glx_get_materialiv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_materialiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_materialiv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_materialiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_materialiv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_materialiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_materialiv_data_end could be loaded.

Waits for the reply to a Glx::GetMaterialiv request.

Returns true iff the symbol xcb_glx_get_materialiv_reply could be loaded.

Computes the size of a xcb_glx_get_pixel_mapfv_reply_t object.

Returns true iff the symbol xcb_glx_get_pixel_mapfv_sizeof could be loaded.

Sends a Glx::GetPixelMapfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_pixel_mapfv_reply.

Returns true iff the symbol xcb_glx_get_pixel_mapfv could be loaded.

Sends a Glx::GetPixelMapfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_pixel_mapfv_reply.

Returns true iff the symbol xcb_glx_get_pixel_mapfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_pixel_mapfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_pixel_mapfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_pixel_mapfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapfv_data_end could be loaded.

Waits for the reply to a Glx::GetPixelMapfv request.

Returns true iff the symbol xcb_glx_get_pixel_mapfv_reply could be loaded.

Computes the size of a xcb_glx_get_pixel_mapuiv_reply_t object.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv_sizeof could be loaded.

Sends a Glx::GetPixelMapuiv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_pixel_mapuiv_reply.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv could be loaded.

Sends a Glx::GetPixelMapuiv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_pixel_mapuiv_reply.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_pixel_mapuiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_pixel_mapuiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_pixel_mapuiv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv_data_end could be loaded.

Waits for the reply to a Glx::GetPixelMapuiv request.

Returns true iff the symbol xcb_glx_get_pixel_mapuiv_reply could be loaded.

Computes the size of a xcb_glx_get_pixel_mapusv_reply_t object.

Returns true iff the symbol xcb_glx_get_pixel_mapusv_sizeof could be loaded.

Sends a Glx::GetPixelMapusv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_pixel_mapusv_reply.

Returns true iff the symbol xcb_glx_get_pixel_mapusv could be loaded.

Sends a Glx::GetPixelMapusv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_pixel_mapusv_reply.

Returns true iff the symbol xcb_glx_get_pixel_mapusv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_pixel_mapusv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapusv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_pixel_mapusv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapusv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_pixel_mapusv_reply_t struct.

Returns true iff the symbol xcb_glx_get_pixel_mapusv_data_end could be loaded.

Waits for the reply to a Glx::GetPixelMapusv request.

Returns true iff the symbol xcb_glx_get_pixel_mapusv_reply could be loaded.

Computes the size of a xcb_glx_get_polygon_stipple_reply_t object.

Returns true iff the symbol xcb_glx_get_polygon_stipple_sizeof could be loaded.

Sends a Glx::GetPolygonStipple request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_polygon_stipple_reply.

Returns true iff the symbol xcb_glx_get_polygon_stipple could be loaded.

Sends a Glx::GetPolygonStipple request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_polygon_stipple_reply.

Returns true iff the symbol xcb_glx_get_polygon_stipple_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_polygon_stipple_reply_t struct.

Returns true iff the symbol xcb_glx_get_polygon_stipple_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_polygon_stipple_reply_t struct.

Returns true iff the symbol xcb_glx_get_polygon_stipple_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_polygon_stipple_reply_t struct.

Returns true iff the symbol xcb_glx_get_polygon_stipple_data_end could be loaded.

Waits for the reply to a Glx::GetPolygonStipple request.

Returns true iff the symbol xcb_glx_get_polygon_stipple_reply could be loaded.

Computes the size of a xcb_glx_get_string_reply_t object.

Returns true iff the symbol xcb_glx_get_string_sizeof could be loaded.

Sends a Glx::GetString request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_string_reply.

Returns true iff the symbol xcb_glx_get_string could be loaded.

Sends a Glx::GetString request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_string_reply.

Returns true iff the symbol xcb_glx_get_string_unchecked could be loaded.

Returns a pointer to the string field of a xcb_glx_get_string_reply_t struct.

Returns true iff the symbol xcb_glx_get_string_string could be loaded.

Returns the number of elements of the string field of a xcb_glx_get_string_reply_t struct.

Returns true iff the symbol xcb_glx_get_string_string_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the string field of a xcb_glx_get_string_reply_t struct.

Returns true iff the symbol xcb_glx_get_string_string_end could be loaded.

Waits for the reply to a Glx::GetString request.

Returns true iff the symbol xcb_glx_get_string_reply could be loaded.

Computes the size of a xcb_glx_get_tex_envfv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_envfv_sizeof could be loaded.

Sends a Glx::GetTexEnvfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_envfv_reply.

Returns true iff the symbol xcb_glx_get_tex_envfv could be loaded.

Sends a Glx::GetTexEnvfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_envfv_reply.

Returns true iff the symbol xcb_glx_get_tex_envfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_envfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_envfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_envfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_envfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_envfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_envfv_data_end could be loaded.

Waits for the reply to a Glx::GetTexEnvfv request.

Returns true iff the symbol xcb_glx_get_tex_envfv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_enviv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_enviv_sizeof could be loaded.

Sends a Glx::GetTexEnviv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_enviv_reply.

Returns true iff the symbol xcb_glx_get_tex_enviv could be loaded.

Sends a Glx::GetTexEnviv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_enviv_reply.

Returns true iff the symbol xcb_glx_get_tex_enviv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_enviv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_enviv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_enviv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_enviv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_enviv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_enviv_data_end could be loaded.

Waits for the reply to a Glx::GetTexEnviv request.

Returns true iff the symbol xcb_glx_get_tex_enviv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_gendv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_gendv_sizeof could be loaded.

Sends a Glx::GetTexGendv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_gendv_reply.

Returns true iff the symbol xcb_glx_get_tex_gendv could be loaded.

Sends a Glx::GetTexGendv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_gendv_reply.

Returns true iff the symbol xcb_glx_get_tex_gendv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_gendv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_gendv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_gendv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_gendv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_gendv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_gendv_data_end could be loaded.

Waits for the reply to a Glx::GetTexGendv request.

Returns true iff the symbol xcb_glx_get_tex_gendv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_genfv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_genfv_sizeof could be loaded.

Sends a Glx::GetTexGenfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_genfv_reply.

Returns true iff the symbol xcb_glx_get_tex_genfv could be loaded.

Sends a Glx::GetTexGenfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_genfv_reply.

Returns true iff the symbol xcb_glx_get_tex_genfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_genfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_genfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_genfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_genfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_genfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_genfv_data_end could be loaded.

Waits for the reply to a Glx::GetTexGenfv request.

Returns true iff the symbol xcb_glx_get_tex_genfv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_geniv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_geniv_sizeof could be loaded.

Sends a Glx::GetTexGeniv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_geniv_reply.

Returns true iff the symbol xcb_glx_get_tex_geniv could be loaded.

Sends a Glx::GetTexGeniv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_geniv_reply.

Returns true iff the symbol xcb_glx_get_tex_geniv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_geniv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_geniv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_geniv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_geniv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_geniv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_geniv_data_end could be loaded.

Waits for the reply to a Glx::GetTexGeniv request.

Returns true iff the symbol xcb_glx_get_tex_geniv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_image_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_image_sizeof could be loaded.

Sends a Glx::GetTexImage request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_image_reply.

Returns true iff the symbol xcb_glx_get_tex_image could be loaded.

Sends a Glx::GetTexImage request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_image_reply.

Returns true iff the symbol xcb_glx_get_tex_image_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_image_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_image_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_image_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_image_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_image_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_image_data_end could be loaded.

Waits for the reply to a Glx::GetTexImage request.

Returns true iff the symbol xcb_glx_get_tex_image_reply could be loaded.

Computes the size of a xcb_glx_get_tex_parameterfv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_parameterfv_sizeof could be loaded.

Sends a Glx::GetTexParameterfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_tex_parameterfv could be loaded.

Sends a Glx::GetTexParameterfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_tex_parameterfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_parameterfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_parameterfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_parameterfv_data_end could be loaded.

Waits for the reply to a Glx::GetTexParameterfv request.

Returns true iff the symbol xcb_glx_get_tex_parameterfv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_parameteriv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_parameteriv_sizeof could be loaded.

Sends a Glx::GetTexParameteriv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_tex_parameteriv could be loaded.

Sends a Glx::GetTexParameteriv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_tex_parameteriv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_parameteriv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_parameteriv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_parameteriv_data_end could be loaded.

Waits for the reply to a Glx::GetTexParameteriv request.

Returns true iff the symbol xcb_glx_get_tex_parameteriv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_level_parameterfv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv_sizeof could be loaded.

Sends a Glx::GetTexLevelParameterfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_level_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv could be loaded.

Sends a Glx::GetTexLevelParameterfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_level_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_level_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_level_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_level_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv_data_end could be loaded.

Waits for the reply to a Glx::GetTexLevelParameterfv request.

Returns true iff the symbol xcb_glx_get_tex_level_parameterfv_reply could be loaded.

Computes the size of a xcb_glx_get_tex_level_parameteriv_reply_t object.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv_sizeof could be loaded.

Sends a Glx::GetTexLevelParameteriv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_level_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv could be loaded.

Sends a Glx::GetTexLevelParameteriv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_tex_level_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_tex_level_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_tex_level_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_tex_level_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv_data_end could be loaded.

Waits for the reply to a Glx::GetTexLevelParameteriv request.

Returns true iff the symbol xcb_glx_get_tex_level_parameteriv_reply could be loaded.

Sends a Glx::IsEnabled request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_enabled_reply.

Returns true iff the symbol xcb_glx_is_enabled could be loaded.

Sends a Glx::IsEnabled request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_enabled_reply.

Returns true iff the symbol xcb_glx_is_enabled_unchecked could be loaded.

Waits for the reply to a Glx::IsEnabled request.

Returns true iff the symbol xcb_glx_is_enabled_reply could be loaded.

Sends a Glx::IsList request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_list_reply.

Returns true iff the symbol xcb_glx_is_list could be loaded.

Sends a Glx::IsList request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_list_reply.

Returns true iff the symbol xcb_glx_is_list_unchecked could be loaded.

Waits for the reply to a Glx::IsList request.

Returns true iff the symbol xcb_glx_is_list_reply could be loaded.

Sends a Glx::Flush request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_flush_checked could be loaded.

Sends a Glx::Flush request (unchecked).

Returns true iff the symbol xcb_glx_flush could be loaded.

Computes the size of a xcb_glx_are_textures_resident_request_t object.

Returns true iff the symbol xcb_glx_are_textures_resident_sizeof could be loaded.

Sends a Glx::AreTexturesResident request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_are_textures_resident_reply.

Returns true iff the symbol xcb_glx_are_textures_resident could be loaded.

Sends a Glx::AreTexturesResident request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_are_textures_resident_reply.

Returns true iff the symbol xcb_glx_are_textures_resident_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_are_textures_resident_reply_t struct.

Returns true iff the symbol xcb_glx_are_textures_resident_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_are_textures_resident_reply_t struct.

Returns true iff the symbol xcb_glx_are_textures_resident_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_are_textures_resident_reply_t struct.

Returns true iff the symbol xcb_glx_are_textures_resident_data_end could be loaded.

Waits for the reply to a Glx::AreTexturesResident request.

Returns true iff the symbol xcb_glx_are_textures_resident_reply could be loaded.

Computes the size of a xcb_glx_delete_textures_request_t object.

Returns true iff the symbol xcb_glx_delete_textures_sizeof could be loaded.

Sends a Glx::DeleteTextures request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_delete_textures_checked could be loaded.

Sends a Glx::DeleteTextures request (unchecked).

Returns true iff the symbol xcb_glx_delete_textures could be loaded.

Returns a pointer to the textures field of a xcb_glx_delete_textures_request_t struct.

Returns true iff the symbol xcb_glx_delete_textures_textures could be loaded.

Returns the number of elements of the textures field of a xcb_glx_delete_textures_request_t struct.

Returns true iff the symbol xcb_glx_delete_textures_textures_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the textures field of a xcb_glx_delete_textures_request_t struct.

Returns true iff the symbol xcb_glx_delete_textures_textures_end could be loaded.

Computes the size of a xcb_glx_gen_textures_reply_t object.

Returns true iff the symbol xcb_glx_gen_textures_sizeof could be loaded.

Sends a Glx::GenTextures request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_gen_textures_reply.

Returns true iff the symbol xcb_glx_gen_textures could be loaded.

Sends a Glx::GenTextures request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_gen_textures_reply.

Returns true iff the symbol xcb_glx_gen_textures_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_gen_textures_reply_t struct.

Returns true iff the symbol xcb_glx_gen_textures_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_gen_textures_reply_t struct.

Returns true iff the symbol xcb_glx_gen_textures_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_gen_textures_reply_t struct.

Returns true iff the symbol xcb_glx_gen_textures_data_end could be loaded.

Waits for the reply to a Glx::GenTextures request.

Returns true iff the symbol xcb_glx_gen_textures_reply could be loaded.

Sends a Glx::IsTexture request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_texture_reply.

Returns true iff the symbol xcb_glx_is_texture could be loaded.

Sends a Glx::IsTexture request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_texture_reply.

Returns true iff the symbol xcb_glx_is_texture_unchecked could be loaded.

Waits for the reply to a Glx::IsTexture request.

Returns true iff the symbol xcb_glx_is_texture_reply could be loaded.

Computes the size of a xcb_glx_get_color_table_reply_t object.

Returns true iff the symbol xcb_glx_get_color_table_sizeof could be loaded.

Sends a Glx::GetColorTable request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_color_table_reply.

Returns true iff the symbol xcb_glx_get_color_table could be loaded.

Sends a Glx::GetColorTable request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_color_table_reply.

Returns true iff the symbol xcb_glx_get_color_table_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_color_table_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_color_table_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_color_table_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_data_end could be loaded.

Waits for the reply to a Glx::GetColorTable request.

Returns true iff the symbol xcb_glx_get_color_table_reply could be loaded.

Computes the size of a xcb_glx_get_color_table_parameterfv_reply_t object.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv_sizeof could be loaded.

Sends a Glx::GetColorTableParameterfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_color_table_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv could be loaded.

Sends a Glx::GetColorTableParameterfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_color_table_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_color_table_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_color_table_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_color_table_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv_data_end could be loaded.

Waits for the reply to a Glx::GetColorTableParameterfv request.

Returns true iff the symbol xcb_glx_get_color_table_parameterfv_reply could be loaded.

Computes the size of a xcb_glx_get_color_table_parameteriv_reply_t object.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv_sizeof could be loaded.

Sends a Glx::GetColorTableParameteriv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_color_table_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv could be loaded.

Sends a Glx::GetColorTableParameteriv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_color_table_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_color_table_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_color_table_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_color_table_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv_data_end could be loaded.

Waits for the reply to a Glx::GetColorTableParameteriv request.

Returns true iff the symbol xcb_glx_get_color_table_parameteriv_reply could be loaded.

Computes the size of a xcb_glx_get_convolution_filter_reply_t object.

Returns true iff the symbol xcb_glx_get_convolution_filter_sizeof could be loaded.

Sends a Glx::GetConvolutionFilter request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_convolution_filter_reply.

Returns true iff the symbol xcb_glx_get_convolution_filter could be loaded.

Sends a Glx::GetConvolutionFilter request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_convolution_filter_reply.

Returns true iff the symbol xcb_glx_get_convolution_filter_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_convolution_filter_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_filter_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_convolution_filter_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_filter_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_convolution_filter_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_filter_data_end could be loaded.

Waits for the reply to a Glx::GetConvolutionFilter request.

Returns true iff the symbol xcb_glx_get_convolution_filter_reply could be loaded.

Computes the size of a xcb_glx_get_convolution_parameterfv_reply_t object.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv_sizeof could be loaded.

Sends a Glx::GetConvolutionParameterfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_convolution_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv could be loaded.

Sends a Glx::GetConvolutionParameterfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_convolution_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_convolution_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_convolution_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_convolution_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv_data_end could be loaded.

Waits for the reply to a Glx::GetConvolutionParameterfv request.

Returns true iff the symbol xcb_glx_get_convolution_parameterfv_reply could be loaded.

Computes the size of a xcb_glx_get_convolution_parameteriv_reply_t object.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv_sizeof could be loaded.

Sends a Glx::GetConvolutionParameteriv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_convolution_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv could be loaded.

Sends a Glx::GetConvolutionParameteriv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_convolution_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_convolution_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_convolution_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_convolution_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv_data_end could be loaded.

Waits for the reply to a Glx::GetConvolutionParameteriv request.

Returns true iff the symbol xcb_glx_get_convolution_parameteriv_reply could be loaded.

Computes the size of a xcb_glx_get_separable_filter_reply_t object.

Returns true iff the symbol xcb_glx_get_separable_filter_sizeof could be loaded.

Sends a Glx::GetSeparableFilter request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_separable_filter_reply.

Returns true iff the symbol xcb_glx_get_separable_filter could be loaded.

Sends a Glx::GetSeparableFilter request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_separable_filter_reply.

Returns true iff the symbol xcb_glx_get_separable_filter_unchecked could be loaded.

Returns a pointer to the rows_and_cols field of a xcb_glx_get_separable_filter_reply_t struct.

Returns true iff the symbol xcb_glx_get_separable_filter_rows_and_cols could be loaded.

Returns the number of elements of the rows_and_cols field of a xcb_glx_get_separable_filter_reply_t struct.

Returns true iff the symbol xcb_glx_get_separable_filter_rows_and_cols_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the rows_and_cols field of a xcb_glx_get_separable_filter_reply_t struct.

Returns true iff the symbol xcb_glx_get_separable_filter_rows_and_cols_end could be loaded.

Waits for the reply to a Glx::GetSeparableFilter request.

Returns true iff the symbol xcb_glx_get_separable_filter_reply could be loaded.

Computes the size of a xcb_glx_get_histogram_reply_t object.

Returns true iff the symbol xcb_glx_get_histogram_sizeof could be loaded.

Sends a Glx::GetHistogram request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_histogram_reply.

Returns true iff the symbol xcb_glx_get_histogram could be loaded.

Sends a Glx::GetHistogram request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_histogram_reply.

Returns true iff the symbol xcb_glx_get_histogram_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_histogram_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_histogram_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_histogram_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_data_end could be loaded.

Waits for the reply to a Glx::GetHistogram request.

Returns true iff the symbol xcb_glx_get_histogram_reply could be loaded.

Computes the size of a xcb_glx_get_histogram_parameterfv_reply_t object.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv_sizeof could be loaded.

Sends a Glx::GetHistogramParameterfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_histogram_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv could be loaded.

Sends a Glx::GetHistogramParameterfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_histogram_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_histogram_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_histogram_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_histogram_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv_data_end could be loaded.

Waits for the reply to a Glx::GetHistogramParameterfv request.

Returns true iff the symbol xcb_glx_get_histogram_parameterfv_reply could be loaded.

Computes the size of a xcb_glx_get_histogram_parameteriv_reply_t object.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv_sizeof could be loaded.

Sends a Glx::GetHistogramParameteriv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_histogram_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv could be loaded.

Sends a Glx::GetHistogramParameteriv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_histogram_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_histogram_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_histogram_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_histogram_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv_data_end could be loaded.

Waits for the reply to a Glx::GetHistogramParameteriv request.

Returns true iff the symbol xcb_glx_get_histogram_parameteriv_reply could be loaded.

Computes the size of a xcb_glx_get_minmax_reply_t object.

Returns true iff the symbol xcb_glx_get_minmax_sizeof could be loaded.

Sends a Glx::GetMinmax request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_minmax_reply.

Returns true iff the symbol xcb_glx_get_minmax could be loaded.

Sends a Glx::GetMinmax request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_minmax_reply.

Returns true iff the symbol xcb_glx_get_minmax_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_minmax_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_minmax_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_minmax_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_data_end could be loaded.

Waits for the reply to a Glx::GetMinmax request.

Returns true iff the symbol xcb_glx_get_minmax_reply could be loaded.

Computes the size of a xcb_glx_get_minmax_parameterfv_reply_t object.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv_sizeof could be loaded.

Sends a Glx::GetMinmaxParameterfv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_minmax_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv could be loaded.

Sends a Glx::GetMinmaxParameterfv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_minmax_parameterfv_reply.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_minmax_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_minmax_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_minmax_parameterfv_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv_data_end could be loaded.

Waits for the reply to a Glx::GetMinmaxParameterfv request.

Returns true iff the symbol xcb_glx_get_minmax_parameterfv_reply could be loaded.

Computes the size of a xcb_glx_get_minmax_parameteriv_reply_t object.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv_sizeof could be loaded.

Sends a Glx::GetMinmaxParameteriv request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_minmax_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv could be loaded.

Sends a Glx::GetMinmaxParameteriv request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_minmax_parameteriv_reply.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_minmax_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_minmax_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_minmax_parameteriv_reply_t struct.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv_data_end could be loaded.

Waits for the reply to a Glx::GetMinmaxParameteriv request.

Returns true iff the symbol xcb_glx_get_minmax_parameteriv_reply could be loaded.

Computes the size of a xcb_glx_get_compressed_tex_image_arb_reply_t object.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb_sizeof could be loaded.

Sends a Glx::GetCompressedTexImageARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_compressed_tex_image_arb_reply.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb could be loaded.

Sends a Glx::GetCompressedTexImageARB request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_compressed_tex_image_arb_reply.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_compressed_tex_image_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_compressed_tex_image_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_compressed_tex_image_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb_data_end could be loaded.

Waits for the reply to a Glx::GetCompressedTexImageARB request.

Returns true iff the symbol xcb_glx_get_compressed_tex_image_arb_reply could be loaded.

Computes the size of a xcb_glx_delete_queries_arb_request_t object.

Returns true iff the symbol xcb_glx_delete_queries_arb_sizeof could be loaded.

Sends a Glx::DeleteQueriesARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_request_check.

Returns true iff the symbol xcb_glx_delete_queries_arb_checked could be loaded.

Sends a Glx::DeleteQueriesARB request (unchecked).

Returns true iff the symbol xcb_glx_delete_queries_arb could be loaded.

Returns a pointer to the ids field of a xcb_glx_delete_queries_arb_request_t struct.

Returns true iff the symbol xcb_glx_delete_queries_arb_ids could be loaded.

Returns the number of elements of the ids field of a xcb_glx_delete_queries_arb_request_t struct.

Returns true iff the symbol xcb_glx_delete_queries_arb_ids_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the ids field of a xcb_glx_delete_queries_arb_request_t struct.

Returns true iff the symbol xcb_glx_delete_queries_arb_ids_end could be loaded.

Computes the size of a xcb_glx_gen_queries_arb_reply_t object.

Returns true iff the symbol xcb_glx_gen_queries_arb_sizeof could be loaded.

Sends a Glx::GenQueriesARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_gen_queries_arb_reply.

Returns true iff the symbol xcb_glx_gen_queries_arb could be loaded.

Sends a Glx::GenQueriesARB request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_gen_queries_arb_reply.

Returns true iff the symbol xcb_glx_gen_queries_arb_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_gen_queries_arb_reply_t struct.

Returns true iff the symbol xcb_glx_gen_queries_arb_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_gen_queries_arb_reply_t struct.

Returns true iff the symbol xcb_glx_gen_queries_arb_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_gen_queries_arb_reply_t struct.

Returns true iff the symbol xcb_glx_gen_queries_arb_data_end could be loaded.

Waits for the reply to a Glx::GenQueriesARB request.

Returns true iff the symbol xcb_glx_gen_queries_arb_reply could be loaded.

Sends a Glx::IsQueryARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_query_arb_reply.

Returns true iff the symbol xcb_glx_is_query_arb could be loaded.

Sends a Glx::IsQueryARB request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_is_query_arb_reply.

Returns true iff the symbol xcb_glx_is_query_arb_unchecked could be loaded.

Waits for the reply to a Glx::IsQueryARB request.

Returns true iff the symbol xcb_glx_is_query_arb_reply could be loaded.

Computes the size of a xcb_glx_get_queryiv_arb_reply_t object.

Returns true iff the symbol xcb_glx_get_queryiv_arb_sizeof could be loaded.

Sends a Glx::GetQueryivARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_queryiv_arb_reply.

Returns true iff the symbol xcb_glx_get_queryiv_arb could be loaded.

Sends a Glx::GetQueryivARB request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_queryiv_arb_reply.

Returns true iff the symbol xcb_glx_get_queryiv_arb_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_queryiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_queryiv_arb_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_queryiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_queryiv_arb_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_queryiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_queryiv_arb_data_end could be loaded.

Waits for the reply to a Glx::GetQueryivARB request.

Returns true iff the symbol xcb_glx_get_queryiv_arb_reply could be loaded.

Computes the size of a xcb_glx_get_query_objectiv_arb_reply_t object.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb_sizeof could be loaded.

Sends a Glx::GetQueryObjectivARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_query_objectiv_arb_reply.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb could be loaded.

Sends a Glx::GetQueryObjectivARB request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_query_objectiv_arb_reply.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_query_objectiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_query_objectiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_query_objectiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb_data_end could be loaded.

Waits for the reply to a Glx::GetQueryObjectivARB request.

Returns true iff the symbol xcb_glx_get_query_objectiv_arb_reply could be loaded.

Computes the size of a xcb_glx_get_query_objectuiv_arb_reply_t object.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb_sizeof could be loaded.

Sends a Glx::GetQueryObjectuivARB request (checked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_query_objectuiv_arb_reply.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb could be loaded.

Sends a Glx::GetQueryObjectuivARB request (unchecked).

This request generates a reply. You must either discard it with discard_reply or retrieve it with xcb_glx_get_query_objectuiv_arb_reply.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb_unchecked could be loaded.

Returns a pointer to the data field of a xcb_glx_get_query_objectuiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb_data could be loaded.

Returns the number of elements of the data field of a xcb_glx_get_query_objectuiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb_data_length could be loaded.

Returns a xcb_generic_iterator_t pointing just past the end of the data field of a xcb_glx_get_query_objectuiv_arb_reply_t struct.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb_data_end could be loaded.

Waits for the reply to a Glx::GetQueryObjectuivARB request.

Returns true iff the symbol xcb_glx_get_query_objectuiv_arb_reply could be loaded.

Loads the library from the default location.

Loads the library from the default location, potentially loading an incompatible SO version.

For example, this function first tries to load libxcb.so.1. If this fails, it tries to load libxcb.so.

Loads the library from the specified path.

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.