Searched refs:tbo_tex_id (Results 1 – 2 of 2) sorted by relevance
74 GLuint tbo_tex_id;/* tbos have two ids to track */ member
3037 if (!view->texture->tbo_tex_id) in vrend_set_single_sampler_view()3038 glGenTextures(1, &view->texture->tbo_tex_id); in vrend_set_single_sampler_view()3040 glBindTexture(GL_TEXTURE_BUFFER, view->texture->tbo_tex_id); in vrend_set_single_sampler_view()4221 id = texture->tbo_tex_id; in vrend_draw_bind_samplers_shader()4376 if (!iview->texture->tbo_tex_id) in vrend_draw_bind_images_shader()4377 glGenTextures(1, &iview->texture->tbo_tex_id); in vrend_draw_bind_images_shader()4383 glBindTexture(GL_TEXTURE_BUFFER, iview->texture->tbo_tex_id); in vrend_draw_bind_images_shader()4388 tex_id = iview->texture->tbo_tex_id; in vrend_draw_bind_images_shader()7144 if (res->tbo_tex_id) in vrend_renderer_resource_destroy()7145 glDeleteTextures(1, &res->tbo_tex_id); in vrend_renderer_resource_destroy()