Home | History | Annotate | Download | only in hwc

Lines Matching refs:vtx

47 static GLfloat vtx[2 * 3 * 2];
82 vtx[0] = left;
83 vtx[1] = top;
84 vtx[2] = left;
85 vtx[3] = bottom;
86 vtx[4] = right;
87 vtx[5] = bottom;
89 vtx[6] = right;
90 vtx[7] = bottom;
91 vtx[8] = right;
92 vtx[9] = top;
93 vtx[10] = left;
94 vtx[11] = top;
135 glVertexAttribPointer(aPosition, 2, GL_FLOAT, GL_FALSE, 0, vtx);