Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcViewportArrayTests.cpp3734 GLint expected_right = (1 == draw_call_index) ? 5 : -1; in checkResults() local
3754 bool result = checkRegionR32I(x, y, expected_right, &texture_data[0]); in checkResults()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs12094 let expected_right: Vec<_> = (0..first).collect(); in test_as_slices()
12096 assert_eq!(right, &expected_right[..]); in test_as_slices()
12122 let expected_right: Vec<_> = (0..first).collect(); in test_as_mut_slices()
12124 assert_eq!(right, &expected_right[..]); in test_as_mut_slices()
[all...]

Completed in 49 milliseconds