Searched refs:y_mid_step (Results 1 – 1 of 1) sorted by relevance
1147 const glw::GLfloat y_mid_step = y_step / 2.0f; in preparePositionForFace() local1153 const glw::GLfloat y_top = 1.0f - y_mid_step; in preparePositionForFace()1333 const glw::GLfloat y_mid_step = y_step / 2.0f; in prepareTextureCoordinatesForFace() local1337 const glw::GLfloat top = 1.0f - y_mid_step; in prepareTextureCoordinatesForFace()1338 const glw::GLfloat bottom = -1.0f + y_mid_step; in prepareTextureCoordinatesForFace()1442 const glw::GLfloat y_mid_step = y_step / 2.0f; in prepareTextureCoordinatesForGatherForFace() local1446 const glw::GLfloat top = 1.0f - y_mid_step - y_step; in prepareTextureCoordinatesForGatherForFace()1447 const glw::GLfloat bottom = -1.0f + y_mid_step + y_step; in prepareTextureCoordinatesForGatherForFace()