Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/disjoint_timer_query/
H A DesextcDisjointTimerQueryTests.hpp40 class DisjointTimerQueryTests : public TestCaseGroupBase class
43 DisjointTimerQueryTests(glcts::Context &context, const ExtParameters &extParams);
45 virtual ~DisjointTimerQueryTests(void) in ~DisjointTimerQueryTests()
52 DisjointTimerQueryTests(const DisjointTimerQueryTests &other);
53 DisjointTimerQueryTests &operator=(const DisjointTimerQueryTests &other);
H A DesextcDisjointTimerQueryTests.cpp41 DisjointTimerQueryTests::DisjointTimerQueryTests(glcts::Context &context, const ExtParameters &extP… in DisjointTimerQueryTests() function in glcts::DisjointTimerQueryTests
49 void DisjointTimerQueryTests::init(void) in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp150 addChild(new glcts::DisjointTimerQueryTests(getContext(), viewportParams2)); in init()