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