Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_blitter.c682 GLuint pos_loc, tc_loc; in vrend_set_vertex_param() local
685 tc_loc = glGetAttribLocation(prog_id, "arg1"); in vrend_set_vertex_param()
688 …glVertexAttribPointer(tc_loc, 4, GL_FLOAT, GL_FALSE, 8 * sizeof(float), (void *)(4 * sizeof(float)… in vrend_set_vertex_param()
691 glEnableVertexAttribArray(tc_loc); in vrend_set_vertex_param()