Home | History | Annotate | Download | only in trivial

Lines Matching defs:tex

49    GLubyte tex[16][16][4];
63 tex[i][j][0] = 100;
64 tex[i][j][1] = 100;
65 tex[i][j][2] = 100;
66 tex[i][j][3] = 255;
69 tex[i][j][0] = 200;
70 tex[i][j][1] = 200;
71 tex[i][j][2] = 200;
72 tex[i][j][3] = 255;
112 GL_RGBA, GL_UNSIGNED_BYTE, tex);