Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c454 uint32_t vbo_res_ids[PIPE_MAX_ATTRIBS]; member
2415 ctx->sub->vbo_res_ids[index] != res_handle) in vrend_set_single_vbo()
2423 ctx->sub->vbo_res_ids[index] = 0; in vrend_set_single_vbo()
2424 } else if (ctx->sub->vbo_res_ids[index] != res_handle) { in vrend_set_single_vbo()
2428 ctx->sub->vbo_res_ids[index] = 0; in vrend_set_single_vbo()
2432 ctx->sub->vbo_res_ids[index] = res_handle; in vrend_set_single_vbo()
2450 ctx->sub->vbo_res_ids[i] = 0; in vrend_set_num_vbo()