/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_drawtex.c | 168 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 */
|
st_cb_bitmap.c | 346 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;
|
st_cb_drawpixels.c | 586 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; [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_drawtex.c | 168 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 */
|
st_cb_bitmap.c | 346 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;
|
st_cb_drawpixels.c | 586 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; [all...] |