HomeSort by relevance Sort by last modified time
    Searched refs:gl_shared_state (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shared.h 32 struct gl_shared_state **ptr,
33 struct gl_shared_state *state);
36 struct gl_shared_state *
shared.c 54 * \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;
context.c 920 struct gl_shared_state *shared;
    [all...]
mtypes.h 2541 struct gl_shared_state struct
    [all...]
attrib.c 177 struct gl_shared_state *SharedRef;
    [all...]
  /external/mesa3d/src/mesa/main/
shared.h 32 struct gl_shared_state **ptr,
33 struct gl_shared_state *state);
36 struct gl_shared_state *
shared.c 54 * \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;
context.c 920 struct gl_shared_state *shared;
    [all...]
mtypes.h 2541 struct gl_shared_state struct
    [all...]
attrib.c 177 struct gl_shared_state *SharedRef;
    [all...]

Completed in 212 milliseconds