Lines Matching defs:ctx

151 _mesa_inside_begin_end(const struct gl_context *ctx)  in _mesa_inside_begin_end()
161 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
184 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ argument
204 #define FLUSH_CURRENT(ctx, newstate) \ argument
221 #define FLUSH_FOR_DRAW(ctx) \ argument
242 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
256 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
271 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
281 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
291 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
301 _mesa_is_gles31(const struct gl_context *ctx) in _mesa_is_gles31()
311 _mesa_is_gles32(const struct gl_context *ctx) in _mesa_is_gles32()
318 _mesa_is_no_error_enabled(const struct gl_context *ctx) in _mesa_is_no_error_enabled()
325 _mesa_has_integer_textures(const struct gl_context *ctx) in _mesa_has_integer_textures()
331 _mesa_has_half_float_textures(const struct gl_context *ctx) in _mesa_has_half_float_textures()
338 _mesa_has_float_textures(const struct gl_context *ctx) in _mesa_has_float_textures()
345 _mesa_has_texture_rgb10_a2ui(const struct gl_context *ctx) in _mesa_has_texture_rgb10_a2ui()
351 _mesa_has_float_depth_buffer(const struct gl_context *ctx) in _mesa_has_float_depth_buffer()
357 _mesa_has_packed_float(const struct gl_context *ctx) in _mesa_has_packed_float()
363 _mesa_has_rg_textures(const struct gl_context *ctx) in _mesa_has_rg_textures()
370 _mesa_has_texture_shared_exponent(const struct gl_context *ctx) in _mesa_has_texture_shared_exponent()
376 _mesa_has_texture_type_2_10_10_10_REV(const struct gl_context *ctx) in _mesa_has_texture_type_2_10_10_10_REV()
386 _mesa_has_geometry_shaders(const struct gl_context *ctx) in _mesa_has_geometry_shaders()
397 _mesa_has_compute_shaders(const struct gl_context *ctx) in _mesa_has_compute_shaders()
407 _mesa_has_tessellation(const struct gl_context *ctx) in _mesa_has_tessellation()
417 _mesa_has_texture_cube_map_array(const struct gl_context *ctx) in _mesa_has_texture_cube_map_array()
424 _mesa_has_texture_view(const struct gl_context *ctx) in _mesa_has_texture_view()