Searched defs:pipe_context (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h86 struct pipe_context { struct
92 void (*destroy)( struct pipe_context * );
98 void (*draw_vbo)( struct pipe_context *pipe,
108 void (*render_condition)( struct pipe_context *pipe,
117 struct pipe_query *(*create_query)( struct pipe_context *pipe,
136 struct pipe_query *(*create_batch_query)( struct pipe_context *pipe,
140 void (*destroy_query)(struct pipe_context *pipe,
143 boolean (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
144 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
151 boolean (*get_query_result)(struct pipe_context *pip
[all...]

Completed in 2190 milliseconds