Home
last modified time | relevance | path

Searched refs:gl_shared_state (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Dshared.h32 struct gl_shared_state **ptr,
33 struct gl_shared_state *state);
36 struct gl_shared_state *
Dshared.c57 struct gl_shared_state *
60 struct gl_shared_state *shared; in _mesa_alloc_shared_state()
63 shared = CALLOC_STRUCT(gl_shared_state); in _mesa_alloc_shared_state()
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) in free_shared_state()
401 struct gl_shared_state **ptr, in _mesa_reference_shared_state()
402 struct gl_shared_state *state) in _mesa_reference_shared_state()
409 struct gl_shared_state *old = *ptr; in _mesa_reference_shared_state()
Dcontext.c920 struct gl_shared_state *shared; in _mesa_initialize_context()
1556 struct gl_shared_state *oldShared = NULL; in _mesa_share_state()
Dmtypes.h2541 struct gl_shared_state struct
3387 struct gl_shared_state *Shared;
Dattrib.c177 struct gl_shared_state *SharedRef;