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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawtex.c170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); local
174 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */
175 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */
H A Dst_cb_bitmap.c348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); local
372 vertices[1][0][0] = clip_x1;
377 vertices[2][0][0] = clip_x1;
H A Dst_cb_drawpixels.c588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f; local
600 verts[1][0][0] = clip_x1;
604 verts[2][0][0] = clip_x1;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawtex.c170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); local
174 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */
175 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */
H A Dst_cb_bitmap.c348 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); local
372 vertices[1][0][0] = clip_x1;
377 vertices[2][0][0] = clip_x1;
H A Dst_cb_drawpixels.c588 const GLfloat clip_x1 = x1 / fb_width * 2.0f - 1.0f; local
600 verts[1][0][0] = clip_x1;
604 verts[2][0][0] = clip_x1;

Completed in 697 milliseconds