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.cpp1539 InternalformatTests::InternalformatTests(deqp::Context& context) in InternalformatTests() function in glcts::InternalformatTests
1545 void InternalformatTests::append(std::vector<Data>& dataVector, const Data (&dataArray)[Size]) in append()
1550 void InternalformatTests::getESTestData(TestData& testData, glu::ContextType& contextType) in getESTestData()
1728 void InternalformatTests::getGLTestData(TestData& testData, glu::ContextType&) in getGLTestData()
1828 void InternalformatTests::init() in init()
/external/deqp/external/openglcts/modules/gles2/
Des2cTestPackage.cpp153 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp177 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles3/
Des3cTestPackage.cpp187 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp215 coreGroup->addChild(new glcts::InternalformatTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp129 addChild(new glcts::InternalformatTests(getContext())); in init()