Home
last modified time | relevance | path

Searched refs:TextureCubeMapArrayTests (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTests.hpp35 class TextureCubeMapArrayTests : public TestCaseGroupBase class
39 TextureCubeMapArrayTests(glcts::Context& context, const ExtParameters& extParams);
41 virtual ~TextureCubeMapArrayTests(void) in ~TextureCubeMapArrayTests()
49 TextureCubeMapArrayTests(const TextureCubeMapArrayTests& other);
50 TextureCubeMapArrayTests& operator=(const TextureCubeMapArrayTests& other);
DesextcTextureCubeMapArrayTests.cpp44 TextureCubeMapArrayTests::TextureCubeMapArrayTests(glcts::Context& context, const ExtParameters& ex… in TextureCubeMapArrayTests() function in glcts::TextureCubeMapArrayTests
52 void TextureCubeMapArrayTests::init(void) in init()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp140 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp169 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp223 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp324 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()