HomeSort by relevance Sort by last modified time
    Searched refs:BlendTests (Results 1 - 12 of 12) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBlendTests.hpp 36 class BlendTests : public TestCaseGroup
39 BlendTests (Context& context);
40 ~BlendTests (void);
45 BlendTests (const BlendTests& other);
46 BlendTests& operator= (const BlendTests& other);
es2fBlendTests.cpp 293 BlendTests::BlendTests (Context& context)
298 BlendTests::~BlendTests (void)
302 void BlendTests::init (void)
es2fFunctionalTests.cpp 265 addChild(new BlendTests (m_context));
  /external/deqp/modules/gles2/performance/
es2pBlendTests.hpp 36 class BlendTests : public TestCaseGroup
39 BlendTests (Context& context);
40 ~BlendTests (void);
45 BlendTests (const BlendTests& other);
46 BlendTests& operator= (const BlendTests& other);
es2pBlendTests.cpp 123 BlendTests::BlendTests (Context& context)
128 BlendTests::~BlendTests (void)
132 void BlendTests::init (void)
es2pPerformanceTests.cpp 115 addChild(new BlendTests (m_context));
  /external/deqp/modules/gles3/functional/
es3fBlendTests.hpp 36 class BlendTests : public TestCaseGroup
39 BlendTests (Context& context);
40 ~BlendTests (void);
45 BlendTests (const BlendTests& other);
46 BlendTests& operator= (const BlendTests& other);
es3fBlendTests.cpp 350 BlendTests::BlendTests (Context& context)
355 BlendTests::~BlendTests (void)
359 void BlendTests::init (void)
es3fFunctionalTests.cpp 327 addChild(new BlendTests (m_context));
  /external/deqp/modules/gles3/performance/
es3pBlendTests.hpp 36 class BlendTests : public TestCaseGroup
39 BlendTests (Context& context);
40 ~BlendTests (void);
45 BlendTests (const BlendTests& other);
46 BlendTests& operator= (const BlendTests& other);
es3pBlendTests.cpp 126 BlendTests::BlendTests (Context& context)
131 BlendTests::~BlendTests (void)
135 void BlendTests::init (void)
es3pPerformanceTests.cpp 129 addChild(new BlendTests (m_context));

Completed in 267 milliseconds