Searched defs:yBias (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_viewport.c45 GLfloat yScale, yBias; local
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/
H A Dst_atom_viewport.c45 GLfloat yScale, yBias; local
54 yBias = (GLfloat)ctx->DrawBuffer->Height;
59 yBias = 0.0;
78 st->state.viewport.translate[1] = (half_height + y) * yScale + yBias;

Completed in 110 milliseconds