Home
last modified time | relevance | path

Searched refs:y_mid_step (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1147 const glw::GLfloat y_mid_step = y_step / 2.0f; in preparePositionForFace() local
1153 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() local
1337 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() local
1446 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()