Searched refs:clip_y0 (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c231 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); local in function:st_DrawTex
235 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */
236 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */
H A Dst_cb_bitmap.c297 const float clip_y0 = y0 / fb_height * 2.0f - 1.0f; local in function:draw_bitmap_quad
324 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z,
710 const float clip_y0 = y0 * clip_y_scale - 1.0f; local in function:st_DrawAtlasBitmaps
716 verts->y = clip_y0;
728 verts->y = clip_y0;
H A Dst_cb_drawpixels.c915 const float clip_y0 = y0 / (float) fb_height * 2.0f - 1.0f; local in function:draw_textured_quad
926 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawtex.c231 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0); local in function:st_DrawTex
235 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */
236 SET_ATTRIB(1, 0, clip_x1, clip_y0, z, 1.0f); /* lower right */
H A Dst_cb_bitmap.c307 const float clip_y0 = y0 / fb_height * 2.0f - 1.0f; local in function:draw_bitmap_quad
333 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z,
709 const float clip_y0 = y0 * clip_y_scale - 1.0f; local in function:st_DrawAtlasBitmaps
715 verts->y = clip_y0;
727 verts->y = clip_y0;
H A Dst_cb_drawpixels.c928 const float clip_y0 = y0 / (float) fb_height * 2.0f - 1.0f; local in function:draw_textured_quad
939 if (!st_draw_quad(st, clip_x0, clip_y0, clip_x1, clip_y1, z,

Completed in 10 milliseconds