Searched refs:clip_x0 (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawtex.c | 230 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); local in function:st_DrawTex 235 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ 238 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */
|
| H A D | st_cb_bitmap.c | 296 const float clip_x0 = x0 / fb_width * 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, 709 const float clip_x0 = x0 * clip_x_scale - 1.0f; local in function:st_DrawAtlasBitmaps 715 verts->x = clip_x0; 751 verts->x = clip_x0;
|
| H A D | st_cb_drawpixels.c | 914 const float clip_x0 = x0 / (float) fb_width * 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 D | st_cb_drawtex.c | 230 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); local in function:st_DrawTex 235 SET_ATTRIB(0, 0, clip_x0, clip_y0, z, 1.0f); /* lower left */ 238 SET_ATTRIB(3, 0, clip_x0, clip_y1, z, 1.0f); /* upper left */
|
| H A D | st_cb_bitmap.c | 306 const float clip_x0 = x0 / fb_width * 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, 708 const float clip_x0 = x0 * clip_x_scale - 1.0f; local in function:st_DrawAtlasBitmaps 714 verts->x = clip_x0; 750 verts->x = clip_x0;
|
| H A D | st_cb_drawpixels.c | 927 const float clip_x0 = x0 / (float) fb_width * 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 12 milliseconds