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

  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.hpp 36 class InternalFormatQueryTests : public TestCaseGroup
39 InternalFormatQueryTests (Context& context);
40 ~InternalFormatQueryTests (void);
45 InternalFormatQueryTests (const InternalFormatQueryTests& other);
46 InternalFormatQueryTests& operator= (const InternalFormatQueryTests& other);
es31fInternalFormatQueryTests.cpp 342 InternalFormatQueryTests::InternalFormatQueryTests (Context& context)
347 InternalFormatQueryTests::~InternalFormatQueryTests (void)
351 void InternalFormatQueryTests::init (void)
es31fFunctionalTests.cpp 273 addChild(new InternalFormatQueryTests (m_context));
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.hpp 36 class InternalFormatQueryTests : public TestCaseGroup
39 InternalFormatQueryTests (Context& context);
44 InternalFormatQueryTests (const InternalFormatQueryTests& other);
45 InternalFormatQueryTests& operator= (const InternalFormatQueryTests& other);
es3fInternalFormatQueryTests.cpp 165 InternalFormatQueryTests::InternalFormatQueryTests (Context& context)
170 void InternalFormatQueryTests::init (void)
es3fFunctionalTests.cpp 358 addChild(new InternalFormatQueryTests (m_context));

Completed in 4939 milliseconds