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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_bitmap.c 345 GLfloat tTop = (GLfloat)0.0, tBot = (GLfloat)1.0 - tTop;
356 tBot = (GLfloat) height;
380 vertices[2][2][1] = tBot;
385 vertices[3][2][1] = tBot;
st_cb_drawpixels.c 592 const GLfloat tBot = invertTex ? 0.0f : maxYcoord;
616 verts[2][1][1] = tBot;
618 verts[3][1][1] = tBot;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 345 GLfloat tTop = (GLfloat)0.0, tBot = (GLfloat)1.0 - tTop;
356 tBot = (GLfloat) height;
380 vertices[2][2][1] = tBot;
385 vertices[3][2][1] = tBot;
st_cb_drawpixels.c 592 const GLfloat tBot = invertTex ? 0.0f : maxYcoord;
616 verts[2][1][1] = tBot;
618 verts[3][1][1] = tBot;
    [all...]

Completed in 1657 milliseconds