Lines Matching refs:stopIndex
90 int startIndex, stopIndex; in overlap_test() local
92 alloc.assign(&startIndex, &stopIndex, &error); in overlap_test()
122 int startIndex, stopIndex; in non_overlap_test() local
124 alloc.assign(&startIndex, &stopIndex, &error); in non_overlap_test()
336 int startIndex, stopIndex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
338 alloc.assign(&startIndex, &stopIndex, &error); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
388 int startIndex, stopIndex; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
393 alloc.assign(&startIndex, &stopIndex, &error); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
395 REPORTER_ASSERT(reporter, 0 == startIndex && 1 == stopIndex); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
397 alloc.assign(&startIndex, &stopIndex, &error); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
399 REPORTER_ASSERT(reporter, 1 == startIndex && 2 == stopIndex); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()