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

  /external/skia/bench/
nanobench.cpp 557 uint32_t minOutputSize, int* width, int* height) {
565 if (sampleSize * minOutputSize > (uint32_t) brd->width() || sampleSize * minOutputSize >
568 // minOutputSize x minOutputSize subset at the given sampleSize.
    [all...]
  /external/skqp/bench/
nanobench.cpp 556 uint32_t minOutputSize, int* width, int* height) {
564 if (sampleSize * minOutputSize > (uint32_t) brd->width() || sampleSize * minOutputSize >
567 // minOutputSize x minOutputSize subset at the given sampleSize.
    [all...]

Completed in 512 milliseconds