HomeSort by relevance Sort by last modified time
    Searched full:clip_x_scale (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 693 const float clip_x_scale = 2.0f / st->state.framebuffer.width; local
734 const float clip_x0 = x0 * clip_x_scale - 1.0f;
736 const float clip_x1 = x1 * clip_x_scale - 1.0f;

Completed in 82 milliseconds