Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_blitter.c703 GLuint pos_loc, tc_loc; in vrend_renderer_blit_gl() local
809 tc_loc = glGetAttribLocation(prog_id, "arg1"); in vrend_renderer_blit_gl()
815 …glVertexAttribPointer(tc_loc, 4, GL_FLOAT, GL_FALSE, 8 * sizeof(float), (void *)(4 * sizeof(float)… in vrend_renderer_blit_gl()
818 glEnableVertexAttribArray(tc_loc); in vrend_renderer_blit_gl()