Home | History | Annotate | Download | only in glshared

Lines Matching refs:GenericVec4

898 	void						setupArray			(bool bound, int offset, int size, DrawTestSpec::InputType inType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
927 rr::GenericVec4 m_defaultAttrib;
996 void AttributeArray::setupArray (bool bound, int offset, int size, DrawTestSpec::InputType inputType, DrawTestSpec::OutputType outType, bool normalized, int stride, int instanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder)
1516 static rr::GenericVec4 generateAttributeValue (int seed, DrawTestSpec::InputType type);
1724 rr::GenericVec4 RandomArrayGenerator::generateAttributeValue (int seed, DrawTestSpec::InputType type)
1731 return rr::GenericVec4(generateRandomVec4(random));
1734 return rr::GenericVec4(generateRandomIVec4(random));
1737 return rr::GenericVec4(generateRandomUVec4(random));
1741 return rr::GenericVec4(tcu::Vec4(1, 1, 1, 1));
3195 rr::GenericVec4 nullAttribValue;
3214 rr::GenericVec4 attribValue = RandomArrayGenerator::generateAttributeValue(seed, attribSpec.inputType);