Lines Matching refs:DrawCall
155 struct DrawCall
157 DrawCall (int numElements_, bool tfEnabled_)
163 DrawCall (void)
173 std::ostream& operator<< (std::ostream& str, const DrawCall& call)
785 static int computeTransformFeedbackPrimitiveCount (deUint32 primitiveType, const DrawCall* first, const DrawCall* end)
789 for (const DrawCall* call = first; call != end; ++call)
865 bool runTest (const DrawCall* first, const DrawCall* end, deUint32 seed);
1012 static const DrawCall s_elemCount1[] = { DrawCall(1, true) };
1013 static const DrawCall s_elemCount2[] = { DrawCall(2, true) };
1014 static const DrawCall s_elemCount3[] = { DrawCall(3, true) };
1015 static const DrawCall s_elemCount4[] = { DrawCall(4, true) };
1016 static const DrawCall s_elemCount123[] = { DrawCall(123, true) };
1017 static const DrawCall s_basicPause1[] = { DrawCall(64, true), DrawCall(64, false), DrawCall(64, true) };
1018 static const DrawCall s_basicPause2[] = { DrawCall(13, true), DrawCall(5, true), DrawCall(17, false), DrawCall(3, true), DrawCall(7, false) };
1019 static const DrawCall s_startPaused[] = { DrawCall(123, false), DrawCall(123, true) };
1020 static const DrawCall s_random1[] = { DrawCall(65, true), DrawCall(135, false), DrawCall(74, true), DrawCall(16, false), DrawCall(226, false), DrawCall(9, true), DrawCall(174, false) };
1021 static const DrawCall s_random2[] = { DrawCall(217, true), DrawCall(171, true), DrawCall(147, true), DrawCall(152, false), DrawCall(55, true) };
1025 const DrawCall* calls;
1047 const DrawCall* first = s_iterations[m_iterNdx].calls;
1048 const DrawCall* end = s_iterations[m_iterNdx].calls + s_iterations[m_iterNdx].numCalls;
1065 bool TransformFeedbackCase::runTest (const DrawCall* first, const DrawCall* end, deUint32 seed)
1086 for (const DrawCall* call = first; call != end; call++)
1159 for (const DrawCall* call = first; call != end; call++)
1219 for (const DrawCall* call = first; call != end; call++)
1291 for (const DrawCall* call = first; call != end; call++)