Searched defs:sRight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c344 GLfloat sLeft = (GLfloat)0.0, sRight = (GLfloat)1.0; local
355 sRight = (GLfloat) width;
374 vertices[1][2][0] = sRight;
379 vertices[2][2][0] = sRight;
H A Dst_cb_drawpixels.c590 const GLfloat sLeft = 0.0f, sRight = maxXcoord; local
613 verts[1][1][0] = sRight;
615 verts[2][1][0] = sRight;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c344 GLfloat sLeft = (GLfloat)0.0, sRight = (GLfloat)1.0; local
355 sRight = (GLfloat) width;
374 vertices[1][2][0] = sRight;
379 vertices[2][2][0] = sRight;
H A Dst_cb_drawpixels.c590 const GLfloat sLeft = 0.0f, sRight = maxXcoord; local
613 verts[1][1][0] = sRight;
615 verts[2][1][0] = sRight;

Completed in 42 milliseconds