OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rbug_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.h
37
struct
rbug_context
{
struct
82
static INLINE struct
rbug_context
*
83
rbug_context
(struct pipe_context *pipe)
function
85
return (struct
rbug_context
*)pipe;
90
*
rbug_context
.c
101
void rbug_notify_draw_blocked(struct
rbug_context
*rb_context);
/external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h
37
struct
rbug_context
{
struct
82
static INLINE struct
rbug_context
*
83
rbug_context
(struct pipe_context *pipe)
function
85
return (struct
rbug_context
*)pipe;
90
*
rbug_context
.c
101
void rbug_notify_draw_blocked(struct
rbug_context
*rb_context);
Completed in 42 milliseconds