Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_displist.c459 GPUVertBuf *vbo_uv, in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan() argument
498 if (DRW_TEST_ASSIGN_VBO(vbo_uv)) { in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
499 GPU_vertbuf_init_with_format(vbo_uv, &format_uv); in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
500 GPU_vertbuf_data_alloc(vbo_uv, vbo_len_capacity); in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
501 GPU_vertbuf_attr_get_raw_data(vbo_uv, attr_id.uv, &uv_step); in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
537 if (vbo_uv) { in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
574 if (vbo_uv) { in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
715 GPU_vertbuf_data_resize(vbo_uv, vbo_len_used); in DRW_displist_vertbuf_create_loop_pos_and_nor_and_uv_and_tan()
H A Ddraw_cache_impl.h123 struct GPUVertBuf *vbo_uv,
/dports/graphics/milton/milton-1.9.1/src/
H A Drenderer.cc475 GLuint vbo_uv = 0; in gpu_init() local
476 glGenBuffers(1, &vbo_uv); in gpu_init()
477 glBindBuffer(GL_ARRAY_BUFFER, vbo_uv); in gpu_init()
478 DEBUG_gl_mark_buffer(vbo_uv); in gpu_init()