HomeSort by relevance Sort by last modified time
    Searched refs:yBias (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_viewport.c 45 GLfloat yScale, yBias;
54 yBias = (GLfloat)ctx->DrawBuffer->Height;
59 yBias = 0.0;
78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 45 GLfloat yScale, yBias;
54 yBias = (GLfloat)ctx->DrawBuffer->Height;
59 yBias = 0.0;
78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias;

Completed in 2953 milliseconds