Searched refs:clip_y0 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawtex.c | 231 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); in st_DrawTex() local 235 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ in st_DrawTex() 236 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */ in st_DrawTex()
|
D | st_cb_bitmap.c | 299 const float clip_y0 = y0 / fb_height * 2.0f - 1.0f; in draw_bitmap_quad() local 325 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_bitmap_quad() 706 const float clip_y0 = y0 * clip_y_scale - 1.0f; in st_DrawAtlasBitmaps() local 712 verts->y = clip_y0; in st_DrawAtlasBitmaps() 724 verts->y = clip_y0; in st_DrawAtlasBitmaps()
|
D | st_cb_drawpixels.c | 923 const float clip_y0 = y0 / (float) fb_height * 2.0f - 1.0f; in draw_textured_quad() local 934 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z, in draw_textured_quad()
|