Lines Matching defs: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()
169 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ argument
189 #define FLUSH_CURRENT(ctx, newstate) \ argument
206 #define FLUSH_FOR_DRAW(ctx) \ argument
227 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
241 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
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()