Home
last modified time | relevance | path

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

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