Searched refs:AttributeCase (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 239 class AttributeCase : public TestCase class 241 AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType); 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* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() function in deqp::gles3::Functional::__anon30541::AttributeCase 289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 291 AttributeCase* retVal = new AttributeCase(ct in create() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 163 class AttributeCase : public TestCase class 165 AttributeCase (Context& ctx, const char* name, const char* desc, const char* funcName, bool normalizing, bool useNegative, glu::DataType dataType); 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* funcName, bool normalizing, bool useNegative, glu::DataType dataType) in AttributeCase() function in deqp::gles2::Functional::__anon30412::AttributeCase 213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) in create() 215 AttributeCase* retVal = new AttributeCase(ct in create() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fVertexAttributeBindingStateQueryTests.cpp | 47 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 verifier) in AttributeCase() function in deqp::gles31::Functional::__anon30966::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(contex in AttributeRelativeOffsetCase() [all...] |
Completed in 3 milliseconds