Searched refs:vrend_resource_reference (Results 1 – 2 of 2) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.c | 729 vrend_resource_reference(&surf->texture, NULL); in vrend_destroy_surface() 747 vrend_resource_reference(&samp->texture, NULL); in vrend_destroy_sampler_view() 763 vrend_resource_reference(&target->buffer, NULL); in vrend_destroy_so_target() 1547 vrend_resource_reference(&surf->texture, res); in vrend_create_surface() 1762 vrend_resource_reference(&view->texture, res); in vrend_create_sampler_view() 2365 vrend_resource_reference((struct vrend_resource **)&ctx->sub->cbs[shader][index].buffer, res); in vrend_set_uniform_buffer() 2371 … vrend_resource_reference((struct vrend_resource **)&ctx->sub->cbs[shader][index].buffer, NULL); in vrend_set_uniform_buffer() 2391 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, NULL); in vrend_set_index_buffer() 2396 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, res); in vrend_set_index_buffer() 2400 vrend_resource_reference((struct vrend_resource **)&ctx->sub->ib.buffer, NULL); in vrend_set_index_buffer() [all …]
|
D | vrend_renderer.h | 347 vrend_resource_reference(struct vrend_resource **ptr, struct vrend_resource *tex) in vrend_resource_reference() function
|