OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadCounts
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp
1117
const int
threadCounts
[] = { 1, 2, 4 };
1124
for (int threadCountNdx = 0; threadCountNdx < DE_LENGTH_OF_ARRAY(
threadCounts
); threadCountNdx++)
1126
int threadCount =
threadCounts
[threadCountNdx];
[
all
...]
/external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp
[
all
...]
/build/soong/finder/
finder_test.go
247
threadCounts
:= []int{1, 2, defaultNumThreads}
248
for _, numThreads := range
threadCounts
{
[
all
...]
Completed in 227 milliseconds