HomeSort by relevance Sort by last modified time
    Searched full:threadcounts (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 1129 const int threadCounts[] = { 1, 2, 4 };
1136 for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(threadCounts); threadCountNdx++)
1138 int threadCount = threadCounts[threadCountNdx];
    [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp     [all...]
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 274 int threadcounts[] = { 1, kNumThreads }; local
275 for (size_t i = 0; i < arraysize(threadcounts); i++) {
276 int numthreads = threadcounts[i];

Completed in 1773 milliseconds