Searched refs:isRightmostCell (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp909 const bool isRightmostCell = i == 2 || i == 5; local
911 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
912 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp1013 const bool isRightmostCell = i == 2 || i == 5; local
1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth;
1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth;

Completed in 102 milliseconds