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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.c295 float tTop = 0.0f, tBot = 1.0f - tTop; local in function:draw_bitmap_quad
321 tBot = (float) height;
325 sLeft, tBot, sRight, tTop, color, 0)) {
H A Dst_cb_drawpixels.c924 const float tBot = invertTex ? 0.0f : maxYcoord; local in function:draw_textured_quad
927 sLeft, tBot, sRight, tTop, color, 0)) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_bitmap.c305 float tTop = 0.0f, tBot = 1.0f - tTop; local in function:draw_bitmap_quad
330 tBot = (float) height;
334 sLeft, tBot, sRight, tTop, color, 0)) {
H A Dst_cb_drawpixels.c937 const float tBot = invertTex ? 0.0f : maxYcoord; local in function:draw_textured_quad
940 sLeft, tBot, sRight, tTop, color, 0)) {

Completed in 9 milliseconds