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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 344 GLfloat sLeft = (GLfloat)0.0, sRight = (GLfloat)1.0;
355 sRight = (GLfloat) width;
374 vertices[1][2][0] = sRight;
379 vertices[2][2][0] = sRight;
st_cb_drawpixels.c 590 const GLfloat sLeft = 0.0f, sRight = maxXcoord;
613 verts[1][1][0] = sRight;
615 verts[2][1][0] = sRight;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 344 GLfloat sLeft = (GLfloat)0.0, sRight = (GLfloat)1.0;
355 sRight = (GLfloat) width;
374 vertices[1][2][0] = sRight;
379 vertices[2][2][0] = sRight;
st_cb_drawpixels.c 590 const GLfloat sLeft = 0.0f, sRight = maxXcoord;
613 verts[1][1][0] = sRight;
615 verts[2][1][0] = sRight;
    [all...]

Completed in 63 milliseconds