Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A 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);
H A DesextcTextureCubeMapArrayTests.cpp44 TextureCubeMapArrayTests::TextureCubeMapArrayTests(glcts::Context &context, const ExtParameters &ex… in TextureCubeMapArrayTests() function in glcts::TextureCubeMapArrayTests
52 void TextureCubeMapArrayTests::init(void) in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestPackage.cpp142 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles32/
H A Des32cTestPackage.cpp175 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cTestPackage.cpp227 coreGroup->addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cTestPackages.cpp370 addChild(new glcts::TextureCubeMapArrayTests(getContext(), extParams)); in init()