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

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_bitmap.c345 GLfloat tTop = (GLfloat)0.0, tBot = (GLfloat)1.0 - tTop; local
356 tBot = (GLfloat) height;
380 vertices[2][2][1] = tBot;
385 vertices[3][2][1] = tBot;
H A Dst_cb_drawpixels.c592 const GLfloat tBot = invertTex ? 0.0f : maxYcoord; local
616 verts[2][1][1] = tBot;
618 verts[3][1][1] = tBot;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bitmap.c345 GLfloat tTop = (GLfloat)0.0, tBot = (GLfloat)1.0 - tTop; local
356 tBot = (GLfloat) height;
380 vertices[2][2][1] = tBot;
385 vertices[3][2][1] = tBot;
H A Dst_cb_drawpixels.c592 const GLfloat tBot = invertTex ? 0.0f : maxYcoord; local
616 verts[2][1][1] = tBot;
618 verts[3][1][1] = tBot;

Completed in 34 milliseconds