Searched refs:sRight (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ | ||
| H A D | st_cb_bitmap.c | 294 float sLeft = 0.0f, sRight = 1.0f; local in function:draw_bitmap_quad 320 sRight = (float) width; 325 sLeft, tBot, sRight, tTop, color, 0)) { |
| H A D | st_cb_drawpixels.c | 922 const float sLeft = 0.0f, sRight = maxXcoord; local in function:draw_textured_quad 927 sLeft, tBot, sRight, tTop, color, 0)) { |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ | ||
| H A D | st_cb_bitmap.c | 304 float sLeft = 0.0f, sRight = 1.0f; local in function:draw_bitmap_quad 329 sRight = (float) width; 334 sLeft, tBot, sRight, tTop, color, 0)) { |
| H A D | st_cb_drawpixels.c | 935 const float sLeft = 0.0f, sRight = maxXcoord; local in function:draw_textured_quad 940 sLeft, tBot, sRight, tTop, color, 0)) { |
Completed in 9 milliseconds