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

/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
H A Dp_context.h77 struct pipe_context { struct
83 void (*destroy)( struct pipe_context * );
89 void (*draw_vbo)( struct pipe_context *pipe,
98 void (*render_condition)( struct pipe_context *pipe,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
109 void (*destroy_query)(struct pipe_context *pipe,
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
120 boolean (*get_query_result)(struct pipe_context *pipe,
130 void * (*create_blend_state)(struct pipe_context *,
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h77 struct pipe_context { struct
83 void (*destroy)( struct pipe_context * );
89 void (*draw_vbo)( struct pipe_context *pipe,
98 void (*render_condition)( struct pipe_context *pipe,
106 struct pipe_query *(*create_query)( struct pipe_context *pipe,
109 void (*destroy_query)(struct pipe_context *pipe,
112 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q);
113 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q);
120 boolean (*get_query_result)(struct pipe_context *pipe,
130 void * (*create_blend_state)(struct pipe_context *,
[all...]

Completed in 162 milliseconds