Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fVertexAttributeBindingStateQueryTests.hpp36 class VertexAttributeBindingStateQueryTests : public TestCaseGroup class
39 VertexAttributeBindingStateQueryTests(Context &context);
40 ~VertexAttributeBindingStateQueryTests(void);
45 VertexAttributeBindingStateQueryTests(const VertexAttributeBindingStateQueryTests &other);
46VertexAttributeBindingStateQueryTests &operator=(const VertexAttributeBindingStateQueryTests &othe…
H A Des31fVertexAttributeBindingStateQueryTests.cpp707 VertexAttributeBindingStateQueryTests::VertexAttributeBindingStateQueryTests(Context &context) in VertexAttributeBindingStateQueryTests() function in deqp::gles31::Functional::VertexAttributeBindingStateQueryTests
712 VertexAttributeBindingStateQueryTests::~VertexAttributeBindingStateQueryTests(void) in ~VertexAttributeBindingStateQueryTests()
716 void VertexAttributeBindingStateQueryTests::init(void) in init()
H A Des31fFunctionalTests.cpp404 addChild(new VertexAttributeBindingStateQueryTests(m_context)); in init()