Home
last modified time | relevance | path

Searched refs:vrend_context (Results 1 – 3 of 3) sorted by relevance

/external/virglrenderer/src/
Dvrend_renderer.h45 struct vrend_context;
114 int vrend_create_shader(struct vrend_context *ctx,
121 void vrend_bind_shader(struct vrend_context *ctx,
125 void vrend_bind_vs_so(struct vrend_context *ctx,
127 void vrend_clear(struct vrend_context *ctx,
132 int vrend_draw_vbo(struct vrend_context *ctx,
136 void vrend_set_framebuffer_state(struct vrend_context *ctx,
140 struct vrend_context *vrend_create_context(int id, uint32_t nlen, const char *debug_name);
141 bool vrend_destroy_context(struct vrend_context *ctx);
164 int vrend_create_surface(struct vrend_context *ctx,
[all …]
Dvrend_renderer.c217 struct vrend_context *current_ctx;
218 struct vrend_context *current_hw_ctx;
539 struct vrend_context { struct
566 static struct vrend_resource *vrend_renderer_ctx_res_lookup(struct vrend_context *ctx, int res_hand… argument
567 static void vrend_pause_render_condition(struct vrend_context *ctx, bool pause);
568 static void vrend_update_viewport_state(struct vrend_context *ctx);
569 static void vrend_update_scissor_state(struct vrend_context *ctx);
571 static void vrend_finish_context_switch(struct vrend_context *ctx);
572 static void vrend_patch_blend_state(struct vrend_context *ctx);
573 static void vrend_update_frontface_state(struct vrend_context *ctx);
[all …]
Dvrend_decode.c48 struct vrend_context *grctx;
1290 struct vrend_context *vrend_lookup_renderer_ctx(uint32_t ctx_id) in vrend_lookup_renderer_ctx()