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

/external/chromium_org/third_party/mesa/src/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.c54 * \return pointer to a gl_shared_state structure on success, or NULL on
57 struct gl_shared_state *
60 struct gl_shared_state *shared;
63 shared = CALLOC_STRUCT(gl_shared_state);
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared)
396 * gl_shared_state objects are ref counted.
401 struct gl_shared_state **ptr,
402 struct gl_shared_state *state)
409 struct gl_shared_state *old = *ptr;
H A Dcontext.c920 struct gl_shared_state *shared;
1556 struct gl_shared_state *oldShared = NULL;
H A Dmtypes.h2541 struct gl_shared_state struct
3387 struct gl_shared_state *Shared;
H A Dattrib.c177 struct gl_shared_state *SharedRef;
/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.c54 * \return pointer to a gl_shared_state structure on success, or NULL on
57 struct gl_shared_state *
60 struct gl_shared_state *shared;
63 shared = CALLOC_STRUCT(gl_shared_state);
309 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared)
396 * gl_shared_state objects are ref counted.
401 struct gl_shared_state **ptr,
402 struct gl_shared_state *state)
409 struct gl_shared_state *old = *ptr;
H A Dcontext.c920 struct gl_shared_state *shared;
1556 struct gl_shared_state *oldShared = NULL;
H A Dmtypes.h2541 struct gl_shared_state struct
3387 struct gl_shared_state *Shared;
H A Dattrib.c177 struct gl_shared_state *SharedRef;

Completed in 1291 milliseconds