Searched refs:AttributeCase (Results 1 - 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
H A D | es3fDefaultVertexAttributeTests.cpp | 239 class AttributeCase : public TestCase class in namespace:deqp::gles3::Functional::__anon4303 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) function in class:deqp::gles3::Functional::__anon4303::AttributeCase 289 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) 291 AttributeCase* retVal = new AttributeCase(ct [all...] |
/external/deqp/modules/gles2/functional/ |
H A D | es2fDefaultVertexAttributeTests.cpp | 163 class AttributeCase : public TestCase class in namespace:deqp::gles2::Functional::__anon4174 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) function in class:deqp::gles2::Functional::__anon4174::AttributeCase 213 AttributeCase* AttributeCase::create (Context& ctx, glu::DataType dataType) 215 AttributeCase* retVal = new AttributeCase(ct [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fVertexAttributeBindingStateQueryTests.cpp | 47 class AttributeCase : public TestCase class in namespace:deqp::gles31::Functional::__anon4755 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) function in class:deqp::gles31::Functional::__anon4755::AttributeCase 65 AttributeCase::IterateResult AttributeCase::iterate (void) 75 class AttributeBindingCase : public AttributeCase 83 : AttributeCase(context, name, desc, verifier) 150 class AttributeRelativeOffsetCase : public AttributeCase 158 : AttributeCase(contex [all...] |
Completed in 31 milliseconds