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