Searched refs:vrend_resource_reference (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.h | 410 vrend_resource_reference(struct vrend_resource **ptr, struct vrend_resource *tex) in vrend_resource_reference() function
|
D | vrend_renderer.c | 1024 vrend_resource_reference(&surf->texture, NULL); in vrend_destroy_surface() 1042 vrend_resource_reference(&samp->texture, NULL); in vrend_destroy_sampler_view() 1058 vrend_resource_reference(&target->buffer, NULL); in vrend_destroy_so_target() 1898 vrend_resource_reference(&surf->texture, res); in vrend_create_surface() 2155 vrend_resource_reference(&view->texture, res); in vrend_create_sampler_view() 2888 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, NULL); in vrend_set_index_buffer() 2893 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, res); in vrend_set_index_buffer() 2897 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, NULL); in vrend_set_index_buffer() 2920 vrend_resource_reference((struct vrend_resource **)&vbo->base.buffer, NULL); in vrend_set_single_vbo() 2929 vrend_resource_reference((struct vrend_resource **)&vbo->base.buffer, res); in vrend_set_single_vbo() [all …]
|