Lines Matching refs:s_VertexFog
86 GLfloat s_VertexFog[12]; variable
242 s_VertexFog[0] = -s_Width; in LoadObjects()
243 s_VertexFog[1] = s_Height; in LoadObjects()
244 s_VertexFog[2] = 0; in LoadObjects()
246 s_VertexFog[3] = s_Width; in LoadObjects()
247 s_VertexFog[4] = s_Height; in LoadObjects()
248 s_VertexFog[5] = 0; in LoadObjects()
250 s_VertexFog[6] = s_Width; in LoadObjects()
251 s_VertexFog[7] = s_Height; in LoadObjects()
252 s_VertexFog[8] = s_FogEnd + s_FogAfter; in LoadObjects()
254 s_VertexFog[9] = -s_Width; in LoadObjects()
255 s_VertexFog[10] = s_Height; in LoadObjects()
256 s_VertexFog[11] = s_FogEnd + s_FogAfter; in LoadObjects()
276 glBufferData(GL_ARRAY_BUFFER, 12 * sizeof(GLfloat), &s_VertexFog, GL_STATIC_DRAW); in LoadObjects()