Home
last modified time | relevance | path

Searched defs:clip_x1 (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bitmap.c300 const float clip_x1 = x1 / fb_width * 2.0f - 1.0f; in draw_bitmap_quad() local
707 const float clip_x1 = x1 * clip_x_scale - 1.0f; in st_DrawAtlasBitmaps() local
Dst_cb_drawtex.c232 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0); in st_DrawTex() local
Dst_cb_drawpixels.c924 const float clip_x1 = x1 / (float) fb_width * 2.0f - 1.0f; in draw_textured_quad() local
/external/mesa3d/src/imgui/
Dimgui.cpp8374 float clip_x1 = ImFloor(0.5f + window->Pos.x + GetColumnOffset(n) - 1.0f); in BeginColumns() local