Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.hpp36 class VertexAttributeBindingStateQueryTests : public TestCaseGroup class
39 VertexAttributeBindingStateQueryTests (Context& context);
40 ~VertexAttributeBindingStateQueryTests (void);
45VertexAttributeBindingStateQueryTests (const VertexAttributeBindingStateQueryTests& other);
46VertexAttributeBindingStateQueryTests& operator= (const VertexAttributeBindingStateQueryTes…
Des31fVertexAttributeBindingStateQueryTests.cpp702 VertexAttributeBindingStateQueryTests::VertexAttributeBindingStateQueryTests (Context& context) in VertexAttributeBindingStateQueryTests() function in deqp::gles31::Functional::VertexAttributeBindingStateQueryTests
707 VertexAttributeBindingStateQueryTests::~VertexAttributeBindingStateQueryTests (void) in ~VertexAttributeBindingStateQueryTests()
711 void VertexAttributeBindingStateQueryTests::init (void) in init()
Des31fFunctionalTests.cpp361 addChild(new VertexAttributeBindingStateQueryTests (m_context)); in init()