Lines Matching defs:ctx
184 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
194 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
217 #define FLUSH_VERTICES(ctx, newstate) \ argument
236 #define FLUSH_CURRENT(ctx, newstate) \ argument
252 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
266 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
281 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
291 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
301 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
311 _mesa_is_gles31(const struct gl_context *ctx) in _mesa_is_gles31()
321 _mesa_is_gles32(const struct gl_context *ctx) in _mesa_is_gles32()
331 _mesa_has_geometry_shaders(const struct gl_context *ctx) in _mesa_has_geometry_shaders()
342 _mesa_has_compute_shaders(const struct gl_context *ctx) in _mesa_has_compute_shaders()
352 _mesa_has_tessellation(const struct gl_context *ctx) in _mesa_has_tessellation()
362 _mesa_has_texture_cube_map_array(const struct gl_context *ctx) in _mesa_has_texture_cube_map_array()