Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp163 class AttributeCase : public TestCase class
165AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool norm…
168 static AttributeCase* create (Context& ctx, glu::DataType dataType);
169 ~AttributeCase (void);
198 AttributeCase::AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcNam… in AttributeCase() function in deqp::gles2::Functional::__anon9a0b3cab0111::AttributeCase
213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create()
215 AttributeCase* retVal = new AttributeCase(ctx, in create()
226 AttributeCase::~AttributeCase (void) in ~AttributeCase()
231 void AttributeCase::init (void) in init()
275 void AttributeCase::deinit (void) in deinit()
[all …]
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp239 class AttributeCase : public TestCase class
241AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool norm…
244 static AttributeCase* create (Context& ctx, glu::DataType dataType);
245 ~AttributeCase (void);
274 AttributeCase::AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcNam… in AttributeCase() function in deqp::gles3::Functional::__anon7ccf6a8d0111::AttributeCase
289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create()
291 AttributeCase* retVal = new AttributeCase(ctx, in create()
302 AttributeCase::~AttributeCase (void) in ~AttributeCase()
307 void AttributeCase::init (void) in init()
351 void AttributeCase::deinit (void) in deinit()
[all …]
/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp47 class AttributeCase : public TestCase class
50 AttributeCase (Context& context, const char* name, const char* desc, QueryType verifier);
59 AttributeCase::AttributeCase (Context& context, const char* name, const char* desc, QueryType verif… in AttributeCase() function in deqp::gles31::Functional::__anondfb8f25c0111::AttributeCase
65 AttributeCase::IterateResult AttributeCase::iterate (void) in iterate()
75 class AttributeBindingCase : public AttributeCase
83 : AttributeCase(context, name, desc, verifier) in AttributeBindingCase()
150 class AttributeRelativeOffsetCase : public AttributeCase
158 : AttributeCase(context, name, desc, verifier) in AttributeRelativeOffsetCase()