Searched refs:endNdx (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/delibs/depool/ |
D | dePoolArray.h | 241 …NLINE void TYPENAME##_##SORTNAME##ShiftDown (DE_PTR_TYPE(TYPENAME) arr, int startNdx, int endNdx) \ 245 while (rootNdx * 2 + 1 <= endNdx) \ 249 …if ((childNdx + 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr, childNdx), TYPENAME##_get(arr, childN… 275 int endNdx = TYPENAME##_getNumElements(arr) - 1; \ 279 while (endNdx > 0) \ 281 TYPENAME##_swap(arr, endNdx, 0); \ 282 endNdx -= 1; \ 283 TYPENAME##_##SORTNAME##ShiftDown(arr, 0, endNdx); \
|
/external/deqp/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 909 …d::vector<UploadSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint6… in fitLineToSamples() argument 913 for (int sampleNdx = beginNdx; sampleNdx < endNdx; sampleNdx += step) in fitLineToSamples() 927 …d::vector<RenderSampleResult<DurationType> >& samples, int beginNdx, int endNdx, int step, deUint6… in fitLineToSamples() argument 931 for (int sampleNdx = beginNdx; sampleNdx < endNdx; sampleNdx += step) in fitLineToSamples() 945 …dence fitLineToSamples (const std::vector<T>& samples, int beginNdx, int endNdx, deUint64 T::Sampl… in fitLineToSamples() argument 947 return fitLineToSamples(samples, beginNdx, endNdx, 1, target); in fitLineToSamples()
|