Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dmulti-touch-viewer.c391 GL_FLOAT, GL_FALSE, 0, p_point_params->p_vertices); in redraw_handler()
504 p_point_params->p_vertices = (GLfloat*)allocate(sizeof(GLfloat) * n_vtx * 2, 0); in setup_point_params()
505 assert(NULL != p_point_params->p_vertices); in setup_point_params()
509 p_point_params->p_vertices[j*2 ] = cx + (float)(0.5 * cos(rad)); in setup_point_params()
510 p_point_params->p_vertices[j*2+1] = cy + (float)(0.5 * sin(rad)); in setup_point_params()
513 p_point_params->p_vertices[j*2 ] = p_point_params->p_vertices[0]; in setup_point_params()
514 p_point_params->p_vertices[j*2+1] = p_point_params->p_vertices[1]; in setup_point_params()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/
Dmulti-touch-viewer.h36 GLfloat *p_vertices; member