Searched refs:VertCoords (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dmultitex.c76 static const GLfloat VertCoords[4][2] = { variable in typeref:typename:const GLfloat[4][2]
89 sizeof(VertCoords) +
99 sizeof(VertCoords), /* size */
100 VertCoords); /* data */
103 sizeof(VertCoords), /* offset */
108 sizeof(VertCoords) +
125 tex0Ptr = (void *) sizeof(VertCoords);
126 tex1Ptr = (void *) (sizeof(VertCoords) + sizeof(Tex0Coords));
130 vertPtr = VertCoords;
171 glVertexAttrib2fv(VertCoord_attr, VertCoords[
[all...]
/xsrc/external/mit/mesa-demos/dist/src/perf/
H A Dglslstateschange.c86 static const GLfloat VertCoords[4][2] = { variable in typeref:typename:const GLfloat[4][2]
97 vertPtr = VertCoords;

Completed in 3 milliseconds