Home
last modified time | relevance | path

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

/third_party/flutter/glfw/examples/
Dsimple.c79 GLint mvp_location, vpos_location, vcol_location; in main() local
122 vpos_location = glGetAttribLocation(program, "vPos"); in main()
125 glEnableVertexAttribArray(vpos_location); in main()
126 glVertexAttribPointer(vpos_location, 2, GL_FLOAT, GL_FALSE, in main()