Searched refs:clip_x0 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); in st_DrawTex() local 173 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ in st_DrawTex() 176 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */ in st_DrawTex()
|
D | st_cb_bitmap.c | 346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); in setup_bitmap_vertex_data() local 367 vertices[0][0][0] = clip_x0; in setup_bitmap_vertex_data() 382 vertices[3][0][0] = clip_x0; in setup_bitmap_vertex_data()
|
D | st_cb_drawpixels.c | 586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f; in draw_quad() local 596 verts[0][0][0] = clip_x0; /* v[0].attr[0].x */ in draw_quad() 608 verts[3][0][0] = clip_x0; in draw_quad()
|