Home
last modified time | relevance | path

Searched refs:floor_list (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/examples/
H A Dparticles.c707 static GLuint floor_list = 0; in draw_floor() local
716 if (!floor_list) in draw_floor()
718 floor_list = glGenLists(1); in draw_floor()
719 glNewList(floor_list, GL_COMPILE_AND_EXECUTE); in draw_floor()
738 glCallList(floor_list); in draw_floor()

Completed in 2 milliseconds