Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp909 const bool isRightmostCell = i == 2 || i == 5; in iterate() local
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.cpp1013 const bool isRightmostCell = i == 2 || i == 5; in iterate() local
1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate()
1016 const int rightCellWidth = isRightmostCell ? rightWidth - cellOffsetX : defCellWidth; in iterate()