Lines Matching refs:s_VertexAll
95 GLfloat s_VertexAll[36]; variable
172 s_VertexAll[0] = -s_Width; in LoadObjects()
173 s_VertexAll[1] = s_Height; in LoadObjects()
174 s_VertexAll[2] = 0; in LoadObjects()
176 s_VertexAll[3] = s_Width; in LoadObjects()
177 s_VertexAll[4] = s_Height; in LoadObjects()
178 s_VertexAll[5] = 0; in LoadObjects()
180 s_VertexAll[6] = s_Width; in LoadObjects()
181 s_VertexAll[7] = s_Height; in LoadObjects()
182 s_VertexAll[8] = s_FogStart; in LoadObjects()
184 s_VertexAll[9] = -s_Width; in LoadObjects()
185 s_VertexAll[10] = s_Height; in LoadObjects()
186 s_VertexAll[11] = s_FogStart; in LoadObjects()
196 s_VertexAll[12 + 0] = -s_Width; in LoadObjects()
197 s_VertexAll[12 + 1] = s_Height; in LoadObjects()
198 s_VertexAll[12 + 2] = s_FogStart; in LoadObjects()
200 s_VertexAll[12 + 3] = s_Width; in LoadObjects()
201 s_VertexAll[12 + 4] = s_Height; in LoadObjects()
202 s_VertexAll[12 + 5] = s_FogStart; in LoadObjects()
204 s_VertexAll[12 + 6] = s_Width; in LoadObjects()
205 s_VertexAll[12 + 7] = s_Height; in LoadObjects()
206 s_VertexAll[12 + 8] = s_FogEnd; in LoadObjects()
208 s_VertexAll[12 + 9] = -s_Width; in LoadObjects()
209 s_VertexAll[12 + 10] = s_Height; in LoadObjects()
210 s_VertexAll[12 + 11] = s_FogEnd; in LoadObjects()
219 s_VertexAll[24 + 0] = -s_Width; in LoadObjects()
220 s_VertexAll[24 + 1] = s_Height; in LoadObjects()
221 s_VertexAll[24 + 2] = s_FogEnd; in LoadObjects()
223 s_VertexAll[24 + 3] = s_Width; in LoadObjects()
224 s_VertexAll[24 + 4] = s_Height; in LoadObjects()
225 s_VertexAll[24 + 5] = s_FogEnd; in LoadObjects()
227 s_VertexAll[24 + 6] = s_Width; in LoadObjects()
228 s_VertexAll[24 + 7] = s_Height; in LoadObjects()
229 s_VertexAll[24 + 8] = s_FogEnd+s_FogAfter; in LoadObjects()
231 s_VertexAll[24 + 9] = -s_Width; in LoadObjects()
232 s_VertexAll[24 + 10] = s_Height; in LoadObjects()
233 s_VertexAll[24 + 11] = s_FogEnd+s_FogAfter; in LoadObjects()
283 glBufferData(GL_ARRAY_BUFFER, 36 * sizeof(GLfloat), &s_VertexAll, GL_STATIC_DRAW); in LoadObjects()