Home
last modified time | relevance | path

Searched refs:BufferCopyTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBufferCopyTests.hpp36 class BufferCopyTests : public TestCaseGroup class
39 BufferCopyTests (Context& context);
40 ~BufferCopyTests (void);
45 BufferCopyTests (const BufferCopyTests& other);
46 BufferCopyTests& operator= (const BufferCopyTests& other);
Des3fBufferCopyTests.cpp230 BufferCopyTests::BufferCopyTests (Context& context) in BufferCopyTests() function in deqp::gles3::Functional::BufferCopyTests
235 BufferCopyTests::~BufferCopyTests (void) in ~BufferCopyTests()
239 void BufferCopyTests::init (void) in init()
Des3fFunctionalTests.cpp295 addChild(new BufferCopyTests (m_context)); in init()