Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/pipe/
Dp_context.h87 struct pipe_context { struct
103 void (*destroy)( struct pipe_context * ); argument
109 void (*draw_vbo)( struct pipe_context *pipe, argument
119 void (*render_condition)( struct pipe_context *pipe, argument
128 struct pipe_query *(*create_query)( struct pipe_context *pipe, argument
147 struct pipe_query *(*create_batch_query)( struct pipe_context *pipe, argument
151 void (*destroy_query)(struct pipe_context *pipe, argument
154 boolean (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); argument
155 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); argument
162 boolean (*get_query_result)(struct pipe_context *pipe, argument
[all …]
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h80 struct pipe_context { struct
86 void (*destroy)( struct pipe_context * ); argument
92 void (*draw_vbo)( struct pipe_context *pipe, argument
102 void (*render_condition)( struct pipe_context *pipe, argument
111 struct pipe_query *(*create_query)( struct pipe_context *pipe, argument
114 void (*destroy_query)(struct pipe_context *pipe, argument
117 void (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); argument
118 void (*end_query)(struct pipe_context *pipe, struct pipe_query *q); argument
125 boolean (*get_query_result)(struct pipe_context *pipe, argument
135 void * (*create_blend_state)(struct pipe_context *, argument
[all …]