Searched refs:ImDrawVertAllegro (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_allegro5.cpp | 76 struct ImDrawVertAllegro struct 129 static ImVector<ImDrawVertAllegro> vertices; in ImGui_ImplAllegro5_RenderDrawData() 134 ImDrawVertAllegro* dst_v = &vertices[i]; in ImGui_ImplAllegro5_RenderDrawData() 296 { ALLEGRO_PRIM_POSITION, ALLEGRO_PRIM_FLOAT_2, IM_OFFSETOF(ImDrawVertAllegro, pos) }, in ImGui_ImplAllegro5_Init() 297 { ALLEGRO_PRIM_TEX_COORD, ALLEGRO_PRIM_FLOAT_2, IM_OFFSETOF(ImDrawVertAllegro, uv) }, in ImGui_ImplAllegro5_Init() 298 { ALLEGRO_PRIM_COLOR_ATTR, 0, IM_OFFSETOF(ImDrawVertAllegro, col) }, in ImGui_ImplAllegro5_Init() 301 bd->VertexDecl = al_create_vertex_decl(elems, sizeof(ImDrawVertAllegro)); in ImGui_ImplAllegro5_Init()
|