HomeSort by relevance Sort by last modified time
    Searched refs:tTop (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;
370 vertices[0][2][1] = tTop;
375 vertices[1][2][1] = tTop;
st_cb_drawpixels.c 591 const GLfloat tTop = invertTex ? maxYcoord : 0.0f;
612 verts[0][1][1] = tTop; /* v[0].attr[1].T */
614 verts[1][1][1] = tTop;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bitmap.c 345 GLfloat tTop = (GLfloat)0.0, tBot = (GLfloat)1.0 - tTop;
370 vertices[0][2][1] = tTop;
375 vertices[1][2][1] = tTop;
st_cb_drawpixels.c 591 const GLfloat tTop = invertTex ? maxYcoord : 0.0f;
612 verts[0][1][1] = tTop; /* v[0].attr[1].T */
614 verts[1][1][1] = tTop;
    [all...]

Completed in 192 milliseconds