Searched refs:xcoord (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ | ||
| H A D | gamma.c | 117 GLfloat xcoord = (-1.0 + d*0.4); local in function:gamma_ramp 121 glRectf(xcoord, yoffs, xcoord+0.4, yoffs + 0.5); 124 glRectf(xcoord + 0.1, yoffs + 0.125, xcoord + 0.3, yoffs + 0.375); 129 glRectf(xcoord + 0.1, yoffs + 0.125, xcoord + 0.3, yoffs + 0.375); |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ | ||
| H A D | nv50_transfer.c | 157 unsigned xcoord = offset & 0xff; local in function:nv50_sifc_linear_u8 185 PUSH_DATA (push, xcoord); |
| H A D | nv50_surface.c | 617 unsigned xcoord = offset & 0xff; local in function:nv50_clear_buffer_push 660 PUSH_DATA (push, xcoord); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ | ||
| H A D | nv50_transfer.c | 283 unsigned xcoord = offset & 0xff; local in function:nv50_sifc_linear_u8 311 PUSH_DATA (push, xcoord); |
| H A D | nv50_surface.c | 637 unsigned xcoord = offset & 0xff; local in function:nv50_clear_buffer_push 680 PUSH_DATA (push, xcoord); |
Completed in 10 milliseconds