Searched defs:pipe_context (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 88 struct pipe_context { struct 104 void (*destroy)( struct pipe_context * ); argument 110 void (*draw_vbo)( struct pipe_context *pipe, argument 143 void (*multi_draw)(struct pipe_context *pipe, argument 155 void (*render_condition)( struct pipe_context *pipe, argument 164 struct pipe_query *(*create_query)( struct pipe_context *pipe, argument 183 struct pipe_query *(*create_batch_query)( struct pipe_context *pipe, argument 187 void (*destroy_query)(struct pipe_context *pipe, argument 190 bool (*begin_query)(struct pipe_context *pipe, struct pipe_query *q); argument 191 bool (*end_query)(struct pipe_context *pipe, struct pipe_query *q); argument [all …]
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 80 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 …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_live_shader_cache.c | 51 void *(*create_shader)(struct pipe_context *, in util_live_shader_cache_init() argument 53 void (*destroy_shader)(struct pipe_context *, void *)) in util_live_shader_cache_init()
|