OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childNdx
(Results
1 - 7
of
7
) sorted by null
/external/deqp/executor/
xeTestCase.hpp
195
GroupState (const TestGroup* group_) : group(group_),
childNdx
(0) {}
198
int
childNdx
;
202
return group != other.group ||
childNdx
!= other.
childNdx
;
207
return group == other.group &&
childNdx
== other.
childNdx
;
xeTestCase.cpp
466
int&
childNdx
= m_iterStack.back().
childNdx
;
469
childNdx
+= 1;
470
if (
childNdx
== numChildren)
496
DE_ASSERT(m_iterStack[0].group == DE_NULL && m_iterStack[0].
childNdx
== 0);
500
return m_iterStack.back().group->getChild(m_iterStack.back().
childNdx
);
/external/deqp/framework/delibs/depool/
dePoolArray.h
247
int
childNdx
= rootNdx * 2 + 1; \
249
if ((
childNdx
+ 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr,
childNdx
), TYPENAME##_get(arr,
childNdx
+ 1)) < 0)) \
250
childNdx
+= 1; \
252
if (CMPFUNC(TYPENAME##_get(arr, rootNdx), TYPENAME##_get(arr,
childNdx
)) < 0) \
254
TYPENAME##_swap(arr, rootNdx,
childNdx
); \
255
rootNdx =
childNdx
; \
/external/deqp/executor/tools/
xeBatchResultToXml.cpp
298
for (int
childNdx
= 0;
childNdx
< group->getNumChildren();
childNdx
++)
299
writeTestCaseListNode(group->getChild(
childNdx
), resultMap, dst);
328
for (int
childNdx
= 0;
childNdx
< root.getNumChildren();
childNdx
++)
329
writeTestCaseListNode(root.getChild(
childNdx
), resultMap, dst);
xeCommandLineExecutor.cpp
249
for (int
childNdx
= 0;
childNdx
< group.getNumChildren();
childNdx
++)
251
const xe::TestNode* child = group.getChild(
childNdx
);
273
for (int
childNdx
= 0;
childNdx
< group.getNumChildren();
childNdx
++)
275
const xe::TestNode* child = group.getChild(
childNdx
);
/external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp
[
all
...]
es31fSSBOLayoutCase.cpp
671
for (int
childNdx
= firstChildNdx;
childNdx
< (int)layout.bufferVars.size();
childNdx
++)
673
layout.bufferVars[
childNdx
].topLevelArraySize = topLevelArraySize;
674
layout.bufferVars[
childNdx
].topLevelArrayStride = stride;
[
all
...]
Completed in 305 milliseconds