Lines Matching refs:gl_context
74 _mesa_initialize_context( struct gl_context *ctx,
78 struct gl_context *share_list,
85 _mesa_initialize_exec_table(struct gl_context *ctx);
88 _mesa_initialize_dispatch_tables(struct gl_context *ctx);
94 _mesa_free_context_data(struct gl_context *ctx, bool destroy_debug_output);
97 _mesa_copy_context(const struct gl_context *src, struct gl_context *dst, GLuint mask);
100 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
104 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);
106 extern struct gl_context *
115 _mesa_get_dispatch(struct gl_context *ctx);
118 _mesa_set_context_lost_dispatch(struct gl_context *ctx);
126 _mesa_flush(struct gl_context *ctx);
136 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
146 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
256 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
266 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
276 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
286 _mesa_is_gles31(const struct gl_context *ctx) in _mesa_is_gles31()
296 _mesa_is_gles32(const struct gl_context *ctx) in _mesa_is_gles32()
303 _mesa_is_no_error_enabled(const struct gl_context *ctx) in _mesa_is_no_error_enabled()
310 _mesa_has_integer_textures(const struct gl_context *ctx) in _mesa_has_integer_textures()
316 _mesa_has_half_float_textures(const struct gl_context *ctx) in _mesa_has_half_float_textures()
323 _mesa_has_float_textures(const struct gl_context *ctx) in _mesa_has_float_textures()
330 _mesa_has_texture_rgb10_a2ui(const struct gl_context *ctx) in _mesa_has_texture_rgb10_a2ui()
336 _mesa_has_float_depth_buffer(const struct gl_context *ctx) in _mesa_has_float_depth_buffer()
342 _mesa_has_packed_float(const struct gl_context *ctx) in _mesa_has_packed_float()
348 _mesa_has_rg_textures(const struct gl_context *ctx) in _mesa_has_rg_textures()
355 _mesa_has_texture_shared_exponent(const struct gl_context *ctx) in _mesa_has_texture_shared_exponent()
361 _mesa_has_texture_type_2_10_10_10_REV(const struct gl_context *ctx) in _mesa_has_texture_type_2_10_10_10_REV()
371 _mesa_has_geometry_shaders(const struct gl_context *ctx) in _mesa_has_geometry_shaders()
382 _mesa_has_compute_shaders(const struct gl_context *ctx) in _mesa_has_compute_shaders()
392 _mesa_has_tessellation(const struct gl_context *ctx) in _mesa_has_tessellation()
402 _mesa_has_texture_cube_map_array(const struct gl_context *ctx) in _mesa_has_texture_cube_map_array()
409 _mesa_has_texture_view(const struct gl_context *ctx) in _mesa_has_texture_view()
416 _mesa_hw_select_enabled(const struct gl_context *ctx) in _mesa_hw_select_enabled()