Searched defs:AttribType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp45 class AttribType class in namespace:deqp::gls::AttributeLocationTestUtil
48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum);
96 Attribute (const AttribType& type,
102 const AttribType getType (void) const { return m_type; }
109 AttribType m_type;
135 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindAttributeTest
139 const AttribType& type,
146 const AttribType m_type;
154 typedef AttributeLocationTestUtil::AttribType AttribTyp typedef in class:deqp::gls::BindMaxAttributesTest
172 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindAliasingAttributeTest
192 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindMaxAliasingAttributeTest
210 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindInactiveAliasingAttributeTest
228 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindHoleAttributeTest
258 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PreLinkBindAttributeTest
272 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PostLinkBindAttributeTest
286 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindReattachAttributeTest
300 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::LocationAttributeTest
318 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::LocationMaxAttributesTest
336 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::LocationHoleAttributeTest
354 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedAttributeTest
372 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedMaxAttributesTest
390 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedHoleAttributeTest
408 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindRelinkAttributeTest
422 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::BindRelinkHoleAttributeTest
440 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedRelinkHoleAttributeTest
458 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PreAttachMixedAttributeTest
472 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PreLinkMixedAttributeTest
486 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::PostLinkMixedAttributeTest
500 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedReattachAttributeTest
514 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in class:deqp::gls::MixedRelinkAttributeTest
[all...]
H A DglsAttributeLocationTests.cpp641 string generateTestName (const AttribType& type, int arraySize)
651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) function in class:deqp::gls::AttributeLocationTestUtil::AttribType
671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize)
806 const AttribType& type,
831 const AttribType& type,
865 const AttribType& type,
885 attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_1", Attribute::LOC_UNDEF, Cond("A", false)));
895 const AttribType& type,
932 const AttribType
[all...]

Completed in 97 milliseconds