Lines Matching refs:vtx
1910 GLfloat vtx[8]; in electronBeamOffAnimationImplLocked() local
1918 glVertexPointer(2, GL_FLOAT, 0, vtx); in electronBeamOffAnimationImplLocked()
1955 void operator()(GLfloat* vtx, float v) { in electronBeamOffAnimationImplLocked() argument
1960 vtx[0] = x; vtx[1] = y; in electronBeamOffAnimationImplLocked()
1961 vtx[2] = x; vtx[3] = y + h; in electronBeamOffAnimationImplLocked()
1962 vtx[4] = x + w; vtx[5] = y + h; in electronBeamOffAnimationImplLocked()
1963 vtx[6] = x + w; vtx[7] = y; in electronBeamOffAnimationImplLocked()
1973 void operator()(GLfloat* vtx, float v) { in electronBeamOffAnimationImplLocked() argument
1978 vtx[0] = x; vtx[1] = y; in electronBeamOffAnimationImplLocked()
1979 vtx[2] = x; vtx[3] = y + h; in electronBeamOffAnimationImplLocked()
1980 vtx[4] = x + w; vtx[5] = y + h; in electronBeamOffAnimationImplLocked()
1981 vtx[6] = x + w; vtx[7] = y; in electronBeamOffAnimationImplLocked()
2017 vverts(vtx, vr); in electronBeamOffAnimationImplLocked()
2022 vverts(vtx, vg); in electronBeamOffAnimationImplLocked()
2027 vverts(vtx, vb); in electronBeamOffAnimationImplLocked()
2045 hverts(vtx, v); in electronBeamOffAnimationImplLocked()
2082 GLfloat vtx[8]; in electronBeamOnAnimationImplLocked() local
2090 glVertexPointer(2, GL_FLOAT, 0, vtx); in electronBeamOnAnimationImplLocked()
2111 void operator()(GLfloat* vtx, float v) { in electronBeamOnAnimationImplLocked() argument
2116 vtx[0] = x; vtx[1] = y; in electronBeamOnAnimationImplLocked()
2117 vtx[2] = x; vtx[3] = y + h; in electronBeamOnAnimationImplLocked()
2118 vtx[4] = x + w; vtx[5] = y + h; in electronBeamOnAnimationImplLocked()
2119 vtx[6] = x + w; vtx[7] = y; in electronBeamOnAnimationImplLocked()
2129 void operator()(GLfloat* vtx, float v) { in electronBeamOnAnimationImplLocked() argument
2134 vtx[0] = x; vtx[1] = y; in electronBeamOnAnimationImplLocked()
2135 vtx[2] = x; vtx[3] = y + h; in electronBeamOnAnimationImplLocked()
2136 vtx[4] = x + w; vtx[5] = y + h; in electronBeamOnAnimationImplLocked()
2137 vtx[6] = x + w; vtx[7] = y; in electronBeamOnAnimationImplLocked()
2153 hverts(vtx, v); in electronBeamOnAnimationImplLocked()
2176 vverts(vtx, vr); in electronBeamOnAnimationImplLocked()
2181 vverts(vtx, vg); in electronBeamOnAnimationImplLocked()
2186 vverts(vtx, vb); in electronBeamOnAnimationImplLocked()