OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contextCount
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp
69
int
contextCount
;
124
if (
contextCount
> 1)
125
name << "s_" <<
contextCount
;
352
for (int contextNdx = 0; contextNdx < m_spec.
contextCount
; contextNdx++)
543
spec.
contextCount
= 1;
579
spec.
contextCount
= contextCounts[contextCountNdx];
623
spec.
contextCount
= 1;
672
spec.
contextCount
= contextCounts[contextCountNdx];
teglGLES2SharedRenderingPerfTests.cpp
1142
int
contextCount
= perThreadContextCounts[contextCountNdx];
1144
if (threadCount *
contextCount
!= 4 && threadCount *
contextCount
!= 1)
1149
config.perThreadContextCount =
contextCount
;
1158
if (threadCount *
contextCount
== 1)
1161
sharedNoneGroup->addChild(new SharedRenderingPerfCase(m_eglTestCtx, smallConfig, (createTestName(threadCount,
contextCount
) + "_small_call").c_str(), ""));
[
all
...]
Completed in 58 milliseconds