OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debug_reference_descriptor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_refcnt.h
37
typedef void (*
debug_reference_descriptor
)(char*, const struct pipe_reference*);
typedef
43
void debug_reference_slowpath(const struct pipe_reference* p,
debug_reference_descriptor
get_desc, int change);
45
static INLINE void debug_reference(const struct pipe_reference* p,
debug_reference_descriptor
get_desc, int change)
53
static INLINE void debug_reference(const struct pipe_reference* p,
debug_reference_descriptor
get_desc, int change)
/external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.h
37
typedef void (*
debug_reference_descriptor
)(char*, const struct pipe_reference*);
typedef
43
void debug_reference_slowpath(const struct pipe_reference* p,
debug_reference_descriptor
get_desc, int change);
45
static INLINE void debug_reference(const struct pipe_reference* p,
debug_reference_descriptor
get_desc, int change)
53
static INLINE void debug_reference(const struct pipe_reference* p,
debug_reference_descriptor
get_desc, int change)
Completed in 361 milliseconds