Searched refs:vrend_renderer_ctx_res_lookup (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.c | 748 static struct vrend_resource *vrend_renderer_ctx_res_lookup(struct vrend_context *ctx, int res_hand… 1839 res = vrend_renderer_ctx_res_lookup(ctx, res_handle); in vrend_create_surface() 2109 res = vrend_renderer_ctx_res_lookup(ctx, res_handle); in vrend_create_sampler_view() 2856 res = vrend_renderer_ctx_res_lookup(ctx, res_handle); in vrend_set_uniform_buffer() 2886 res = vrend_renderer_ctx_res_lookup(ctx, res_handle); in vrend_set_index_buffer() 2923 res = vrend_renderer_ctx_res_lookup(ctx, res_handle); in vrend_set_single_vbo() 3086 res = vrend_renderer_ctx_res_lookup(ctx, handle); in vrend_set_single_image_view() 3117 res = vrend_renderer_ctx_res_lookup(ctx, handle); in vrend_set_single_ssbo() 3146 res = vrend_renderer_ctx_res_lookup(ctx, handle); in vrend_set_single_abo() 3892 res = vrend_renderer_ctx_res_lookup(ctx, handle); in vrend_clear_texture() [all …]
|