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

  /external/deqp/modules/gles3/functional/
es3fFboColorbufferTests.hpp 36 class FboColorTests : public TestCaseGroup
39 FboColorTests (Context& context);
40 ~FboColorTests (void);
45 FboColorTests (const FboColorTests& other);
46 FboColorTests& operator= (const FboColorTests& other);
es3fFunctionalTests.cpp 270 addChild(new FboColorTests (m_context));
es3fFboColorbufferTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.hpp 36 class FboColorTests : public TestCaseGroup
39 FboColorTests (Context& context);
40 ~FboColorTests (void);
45 FboColorTests (const FboColorTests& other);
46 FboColorTests& operator= (const FboColorTests& other);
es31fFboColorbufferTests.cpp 259 FboColorTests::FboColorTests (Context& context)
264 FboColorTests::~FboColorTests (void)
268 void FboColorTests::init (void)
es31fFunctionalTests.cpp 298 addChild(new FboColorTests (m_context));

Completed in 202 milliseconds