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

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexcmp.c33 static TEXTURE *Tx, t1, t2, t3; variable in typeref:typename:TEXTURE *
128 PrintString(TextureName(Tx->TC));
129 if (Tx->cData) {
133 PrintString(TextureName(Tx->cFormat));
136 sprintf(tmp, "%d (%d%% of %d)", Tx->cSize, Tx->cSize * 100 / Tx->size, Tx->size);
155 static void ReInit( GLenum TC, TEXTURE *Tx ) argument
159 if ((Tx
[all...]
/xsrc/external/mit/oclock/dist/
H A Dtransform.h52 # define Tx(x,y,t) ((((double) (x)) - (t)->bx) / (t)->mx) macro
/xsrc/external/mit/xeyes/dist/
H A Dtransform.h23 # define Tx(x,y,t) ((((double) (x)) - (t)->bx) / (t)->mx) macro
H A DEyes.c675 screen.x = Tx(-x, -y, &w->eyes.t);
778 mouse.x = Tx(dx, dy, &w->eyes.t);

Completed in 4 milliseconds