Searched refs:Texcoord (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dtorus.c62 Texcoord(GLfloat *v, GLfloat s, GLfloat t) function in typeref:typename:void
116 Texcoord(tarray[vcount], s1, t);
121 Texcoord(tarray[vcount], s0, t);
H A Dpbuffer.c48 Texcoord(GLfloat *v, GLfloat s, GLfloat t) function in typeref:typename:void
102 Texcoord(tarray[vcount], s1, t);
107 Texcoord(tarray[vcount], s0, t);
H A Drender_tex.c51 Texcoord(GLfloat *v, GLfloat s, GLfloat t) function in typeref:typename:void
105 Texcoord(tarray[vcount], s1, t);
110 Texcoord(tarray[vcount], s0, t);

Completed in 23 milliseconds