Searched refs:Tex1Coords (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ | ||
| H A D | multitex.c | 72 static const GLfloat Tex1Coords[4][2] = { variable in typeref:typename:const GLfloat[4][2] 91 sizeof(Tex1Coords), 110 sizeof(Tex1Coords), /* size */ 111 Tex1Coords); /* data */ 132 tex1Ptr = Tex1Coords; 168 glVertexAttrib2fv(TexCoord1_attr, Tex1Coords[i]); |
| /xsrc/external/mit/mesa-demos/dist/src/perf/ | ||
| H A D | glslstateschange.c | 82 static const GLfloat Tex1Coords[4][2] = { variable in typeref:typename:const GLfloat[4][2] 99 tex1Ptr = Tex1Coords; |
Completed in 3 milliseconds