Searched refs:surface_height (Results 1 – 2 of 2) sorted by relevance
79 unsigned surface_width, unsigned surface_height);
191 unsigned surface_width, unsigned surface_height) in st_pbo_draw() argument222 float y0 = (float) addr->yoffset / surface_height * 2.0f - 1.0f; in st_pbo_draw()224 float y1 = (float) (addr->yoffset + addr->height) / surface_height * 2.0f - 1.0f; in st_pbo_draw()