Searched refs:_mesa_bufferobj_data (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.h | 75 GLboolean _mesa_bufferobj_data(struct gl_context *ctx,
|
H A D | feedback.c | 265 bool success = _mesa_bufferobj_data(ctx, in alloc_select_resource()
|
H A D | glthread_bufferobj.c | 44 if (!_mesa_bufferobj_data(ctx, GL_ARRAY_BUFFER, size, NULL, in new_upload_buffer()
|
H A D | bufferobj.c | 392 _mesa_bufferobj_data(struct gl_context *ctx, in _mesa_bufferobj_data() function 2216 res = _mesa_bufferobj_data(ctx, target, size, data, GL_DYNAMIC_DRAW, in buffer_storage() 2465 if (!_mesa_bufferobj_data(ctx, target, size, data, usage, in buffer_data()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_draw.c | 250 if (_mesa_bufferobj_data(ctx, GL_ARRAY_BUFFER_ARB, in vbo_exec_vtx_map()
|
H A D | vbo_save_api.c | 788 bool success = _mesa_bufferobj_data(ctx, in compile_vertex_list() 923 bool success = _mesa_bufferobj_data(ctx, in compile_vertex_list()
|
Completed in 14 milliseconds