Searched refs:DrawCall (Results 1 – 1 of 1) sorted by relevance
155 struct DrawCall struct157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() argument163 DrawCall (void) in DrawCall() function173 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()[all …]