Searched refs:_mesa_bufferobj_data (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | bufferobj.h | 79 GLboolean _mesa_bufferobj_data(struct gl_context *ctx,
|
H A D | glthread_bufferobj.c | 44 if (!_mesa_bufferobj_data(ctx, GL_ARRAY_BUFFER, size, NULL, in new_upload_buffer()
|
H A D | feedback.c | 265 bool success = _mesa_bufferobj_data(ctx, in alloc_select_resource()
|
H A D | bufferobj.c | 392 _mesa_bufferobj_data(struct gl_context *ctx, in _mesa_bufferobj_data() function 2151 res = _mesa_bufferobj_data(ctx, target, size, data, GL_DYNAMIC_DRAW, in buffer_storage() 2400 if (!_mesa_bufferobj_data(ctx, target, size, data, usage, in buffer_data()
|
/aosp_15_r20/external/mesa3d/src/mesa/vbo/ |
H A D | vbo_exec_draw.c | 256 if (_mesa_bufferobj_data(ctx, GL_ARRAY_BUFFER_ARB, in vbo_exec_vtx_map()
|
H A D | vbo_save_api.c | 792 bool success = _mesa_bufferobj_data(ctx, in compile_vertex_list() 928 bool success = _mesa_bufferobj_data(ctx, in compile_vertex_list()
|