Home
last modified time | relevance | path

Searched defs:clip_x0 (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawtex.c168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); in st_DrawTex() local
Dst_cb_bitmap.c346 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0); in setup_bitmap_vertex_data() local
Dst_cb_drawpixels.c586 const GLfloat clip_x0 = x0 / fb_width * 2.0f - 1.0f; in draw_quad() local