Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp902 const int defCellWidth = viewportWidth / 2 / 3; in iterate() local
907 const int cellOffsetX = defCellWidth * (i % 3); in iterate()
911 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()
912 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp1006 const int defCellWidth = viewportWidth / 2 / 3; in iterate() local
1011 const int cellOffsetX = defCellWidth * (i % 3); in iterate()
1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()
1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()