Home | History | Annotate | Download | only in texture_cube_map_array

Lines Matching defs:x_step

1144 	const glw::GLfloat x_step	 = 2.0f / ((glw::GLfloat)(n_layers * 3));
1145 const glw::GLfloat x_mid_step = x_step / 2.0f;
1149 const glw::GLfloat x_left = -1.0f + x_mid_step + ((glw::GLfloat)x_offset_for_face) * x_step;
1150 const glw::GLfloat x_middle = x_left + x_step;
1151 const glw::GLfloat x_right = x_middle + x_step;
1329 const glw::GLfloat x_step = 2.0f / x_range;
1332 const glw::GLfloat x_mid_step = x_step / 2.0f;
1438 const glw::GLfloat x_step = 2.0f / x_range;
1441 const glw::GLfloat x_mid_step = x_step / 2.0f;
1444 const glw::GLfloat left = -1.0f + x_mid_step + x_step;
1445 const glw::GLfloat right = 1.0f - x_mid_step - x_step;