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

/external/mesa3d/src/mesa/main/
H A Dshared.h32 struct gl_shared_state **ptr,
33 struct gl_shared_state *state);
36 struct gl_shared_state *
H A Dshared.c52 * \return pointer to a gl_shared_state structure on success, or NULL on
55 struct gl_shared_state *
58 struct gl_shared_state *shared;
61 shared = CALLOC_STRUCT(gl_shared_state);
308 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared)
384 * gl_shared_state objects are ref counted.
389 struct gl_shared_state **ptr,
390 struct gl_shared_state *state)
397 struct gl_shared_state *old = *ptr;
H A Dcontext.c1158 struct gl_shared_state *shared;
1723 struct gl_shared_state *oldShared = NULL;
H A Dmtypes.h3050 struct gl_shared_state struct
4372 struct gl_shared_state *Shared;
H A Dattrib.c176 struct gl_shared_state *SharedRef;

Completed in 162 milliseconds