Searched refs:clip_x0 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawtex.c168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); local
173 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */
176 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */
H A Dst_cb_bitmap.c346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); local
367 vertices[0][0][0] = clip_x0;
382 vertices[3][0][0] = clip_x0;
H A Dst_cb_drawpixels.c586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f; local
596 verts[0][0][0] = clip_x0; /* v[0].attr[0].x */
608 verts[3][0][0] = clip_x0;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); local
173 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */
176 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */
H A Dst_cb_bitmap.c346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); local
367 vertices[0][0][0] = clip_x0;
382 vertices[3][0][0] = clip_x0;
H A Dst_cb_drawpixels.c586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f; local
596 verts[0][0][0] = clip_x0; /* v[0].attr[0].x */
608 verts[3][0][0] = clip_x0;

Completed in 90 milliseconds