Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferTests.hpp39 class TextureBufferTests : public TestCaseGroupBase class
43 TextureBufferTests(glcts::Context& context, const ExtParameters& extParams);
45 virtual ~TextureBufferTests(void) in ~TextureBufferTests()
53 TextureBufferTests(const TextureBufferTests& other);
54 TextureBufferTests& operator=(const TextureBufferTests& other);
DesextcTextureBufferTests.cpp49 TextureBufferTests::TextureBufferTests(glcts::Context& context, const ExtParameters& extParams) in TextureBufferTests() function in glcts::TextureBufferTests
57 void TextureBufferTests::init(void) in init()
/external/deqp/external/openglcts/modules/glesext/
DesextcTestPackage.cpp142 addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp171 coreGroup->addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gles31/
Des31cTestPackage.cpp225 coreGroup->addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTestPackages.cpp326 addChild(new glcts::TextureBufferTests(getContext(), extParams)); in init()