Searched refs:gl_shared_state (Results 1 – 13 of 13) sorted by relevance
49 struct gl_shared_state;188 _mesa_init_shader_includes(struct gl_shared_state *shared);191 _mesa_get_shader_include_cursor(struct gl_shared_state *shared);194 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, size_t cusor);197 _mesa_destroy_shader_includes(struct gl_shared_state *shared);
32 struct gl_shared_state **ptr,33 struct gl_shared_state *state);36 struct gl_shared_state *
51 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared);62 struct gl_shared_state *65 struct gl_shared_state *shared; in _mesa_alloc_shared_state()68 shared = CALLOC_STRUCT(gl_shared_state); in _mesa_alloc_shared_state()345 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) in free_shared_state()476 struct gl_shared_state **ptr, in _mesa_reference_shared_state()477 struct gl_shared_state *state) in _mesa_reference_shared_state()484 struct gl_shared_state *old = *ptr; in _mesa_reference_shared_state()
46 _mesa_init_shared_handles(struct gl_shared_state *shared);48 _mesa_free_shared_handles(struct gl_shared_state *shared);
423 _mesa_init_shared_handles(struct gl_shared_state *shared) in _mesa_init_shared_handles()431 _mesa_free_shared_handles(struct gl_shared_state *shared) in _mesa_free_shared_handles()
982 struct gl_shared_state *shared; in _mesa_initialize_context()1581 struct gl_shared_state *oldShared = NULL; in _mesa_share_state()
3256 _mesa_init_shader_includes(struct gl_shared_state *shared) in _mesa_init_shader_includes()3265 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor()3271 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, size_t cursor) in _mesa_set_shader_include_cursor()3288 _mesa_destroy_shader_includes(struct gl_shared_state *shared) in _mesa_destroy_shader_includes()
2423 struct gl_shared_state struct3255 struct gl_shared_state *Shared;
41 _mesa_get_shader_include_cursor(struct gl_shared_state *shared);44 _mesa_set_shader_include_cursor(struct gl_shared_state *shared,
44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor()52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, in _mesa_set_shader_include_cursor()
40 _mesa_get_shader_include_cursor(struct gl_shared_state *shared);43 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, size_t cursor);
3332 gl_shared_state
3388 - mesa: don't save gl_shared_state in glPushAttrib