Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.hpp35 class InternalformatTests : public deqp::TestCaseGroup class
39 InternalformatTests(deqp::Context& context);
48 InternalformatTests(const InternalformatTests& other);
49 InternalformatTests& operator=(const InternalformatTests& other);
DglcInternalformatTests.cpp1393 InternalformatTests::InternalformatTests(deqp::Context& context) in InternalformatTests() function in glcts::InternalformatTests
1399 void InternalformatTests::append(std::vector<Data>& dataVector, const Data (&dataArray)[Size]) in append()
1404 void InternalformatTests::getESTestData(TestData& testData, glu::ContextType& contextType) in getESTestData()
1531 void InternalformatTests::getGLTestData(TestData& testData, glu::ContextType&) in getGLTestData()
1634 void InternalformatTests::init() in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp146 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp167 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp176 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp203 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp128 addChild(new glcts::InternalformatTests(getContext())); in init()