Lines Matching defs:ctx
173 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
183 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
206 #define FLUSH_VERTICES(ctx, newstate) \ argument
225 #define FLUSH_CURRENT(ctx, newstate) \ argument
241 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
255 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
270 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
280 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
290 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
300 _mesa_is_gles31(const struct gl_context *ctx) in _mesa_is_gles31()
310 _mesa_is_gles32(const struct gl_context *ctx) in _mesa_is_gles32()
317 _mesa_is_no_error_enabled(const struct gl_context *ctx) in _mesa_is_no_error_enabled()
327 _mesa_has_geometry_shaders(const struct gl_context *ctx) in _mesa_has_geometry_shaders()
338 _mesa_has_compute_shaders(const struct gl_context *ctx) in _mesa_has_compute_shaders()
348 _mesa_has_tessellation(const struct gl_context *ctx) in _mesa_has_tessellation()
358 _mesa_has_texture_cube_map_array(const struct gl_context *ctx) in _mesa_has_texture_cube_map_array()