HomeSort by relevance Sort by last modified time
    Searched refs:findMinMax (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GlVboPerfTest.java 67 float[] minMaxVbo = findMinMax(fpsVbo);
68 float[] minMaxNonVbo = findMinMax(fpsNonVbo);
137 private float[] findMinMax(float[] data) {
  /external/opencv3/modules/cudaarithm/src/cuda/
minmax.cu 87 void cv::cuda::findMinMax(InputArray _src, OutputArray _dst, InputArray _mask, Stream& stream)
123 findMinMax(_src, dst, _mask, stream);
  /external/opencv3/modules/cudaarithm/src/
reductions.cpp 63 void cv::cuda::findMinMax(InputArray, OutputArray, InputArray, Stream&) { throw_no_cuda(); }
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 588 CV_EXPORTS void findMinMax(InputArray src, OutputArray dst, InputArray mask = noArray(), Stream& stream = Stream::Null());
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_reductions.cpp 425 cv::cuda::findMinMax(loadMat(src, useRoi), dst, cv::noArray(), stream);

Completed in 967 milliseconds