Searched refs:hud_prepare_vertices (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 445 hud_prepare_vertices(struct hud_context *hud, struct vertex_queue *v, function in typeref:typename:void 643 hud_prepare_vertices(hud, &hud->bg, 16 * 256, 2 * sizeof(float)); 644 hud_prepare_vertices(hud, &hud->whitelines, 4 * 256, 2 * sizeof(float)); 645 hud_prepare_vertices(hud, &hud->text, 16 * 1024, 4 * sizeof(float)); 646 hud_prepare_vertices(hud, &hud->color_prims, 32 * 1024, 2 * sizeof(float));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 445 hud_prepare_vertices(struct hud_context *hud, struct vertex_queue *v, function in typeref:typename:void 650 hud_prepare_vertices(hud, &hud->bg, 16 * 256, 2 * sizeof(float)); 651 hud_prepare_vertices(hud, &hud->whitelines, 4 * 256, 2 * sizeof(float)); 652 hud_prepare_vertices(hud, &hud->text, 16 * 1024, 4 * sizeof(float));
|
Completed in 6 milliseconds