Home
last modified time | relevance | path

Searched refs:DrawCall (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp155 struct DrawCall struct
157 DrawCall (int numElements_, bool tfEnabled_) in DrawCall() argument
163 DrawCall (void) in DrawCall() function
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()
[all …]