Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_font/
H A Dvulkan_raster_font.c227VULKAN_WRITE_QUAD_VBO(pv, _x, _y, _width, _height, _tex_x, _tex_y, _tex_width, _tex_height, _color… in vulkan_raster_font_render_line()
/dports/games/retroarch/RetroArch-1.9.7/gfx/common/
H A Dvulkan_common.h516 #define VULKAN_WRITE_QUAD_VBO(pv, _x, _y, _width, _height, _tex_x, _tex_y, _tex_width, _tex_height,… macro
H A Dvulkan_common.c1099 VULKAN_WRITE_QUAD_VBO(pv, 0.0f, 0.0f, 1.0f, 1.0f, 0.0f, 0.0f, 1.0f, 1.0f, color); in vulkan_draw_quad()