Searched refs:clip_x1 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 176 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); in st_DrawTex() local 180 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */ in st_DrawTex() 181 SET_ATTRIB(2, 0, clip_x1, clip_y1, z, 1.0f); /* upper right */ in st_DrawTex()
|
D | st_cb_bitmap.c | 317 const float clip_x1 = x1 / fb_width * 2.0f - 1.0f; in draw_bitmap_quad() local 342 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_bitmap_quad() 736 const float clip_x1 = x1 * clip_x_scale - 1.0f; in st_DrawAtlasBitmaps() local 752 verts->x = clip_x1; in st_DrawAtlasBitmaps() 764 verts->x = clip_x1; in st_DrawAtlasBitmaps()
|
D | st_cb_drawpixels.c | 734 const float clip_x1 = x1 / (float) fb_width * 2.0f - 1.0f; in draw_textured_quad() local 744 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_textured_quad()
|