Home
last modified time | relevance | path

Searched refs:vertex_data_allocation (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/
A DSDL_sysrender.h223 size_t vertex_data_allocation; member
A DSDL_render.c271 if (renderer->vertex_data_allocation < needed) { in SDL_AllocateRenderVertices()
272 … const size_t current_allocation = renderer->vertex_data ? renderer->vertex_data_allocation : 1024; in SDL_AllocateRenderVertices()
284 renderer->vertex_data_allocation = newsize; in SDL_AllocateRenderVertices()

Completed in 9 milliseconds