Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/
Dmulti-touch-viewer.h54 GLuint loc_x; member
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c327 glUniform1fv(p_params->gl.loc_x, 1, &uX); in draw_grid()
384 glUniform1fv(p_params->gl.loc_x, 1, &uX); in redraw_handler()
461 p_params->gl.loc_x = glGetUniformLocation(program, "uX"); in init_gl()