Searched refs:BufferCopyTests (Results 1 – 3 of 3) sorted by relevance
36 class BufferCopyTests : public TestCaseGroup class39 BufferCopyTests (Context& context);40 ~BufferCopyTests (void);45 BufferCopyTests (const BufferCopyTests& other);46 BufferCopyTests& operator= (const BufferCopyTests& other);
230 BufferCopyTests::BufferCopyTests (Context& context) in BufferCopyTests() function in deqp::gles3::Functional::BufferCopyTests235 BufferCopyTests::~BufferCopyTests (void) in ~BufferCopyTests()239 void BufferCopyTests::init (void) in init()
295 addChild(new BufferCopyTests (m_context)); in init()