Home
last modified time | relevance | path

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

/third_party/glfw/examples/
H A Dtriangle-opengl.c131 GLuint vertex_array; in main() local
132 glGenVertexArrays(1, &vertex_array); in main()
133 glBindVertexArray(vertex_array); in main()
158 glBindVertexArray(vertex_array); in main()
H A Dparticles.c398 Vertex vertex_array[BATCH_PARTICLES * PARTICLE_VERTS]; in draw_particles() local
453 glInterleavedArrays(GL_T2F_C4UB_V3F, 0, vertex_array); in draw_particles()
477 vptr = vertex_array; in draw_particles()
550 vptr = vertex_array; in draw_particles()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c3253 cfg.vertex_array.packet = true; in panfrost_emit_draw()

Completed in 15 milliseconds