Searched refs:m_currentAttribs (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 380 , m_currentAttribs (m_limits.maxVertexAttribs, rr::GenericVec4(tcu::Vec4(0, 0, 0, 1))) in ReferenceContext() 3700 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, 0, 0, 1)); in vertexAttrib1f() 3707 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, 0, 1)); in vertexAttrib2f() 3714 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, 1)); in vertexAttrib3f() 3721 m_currentAttribs[index] = rr::GenericVec4(tcu::Vec4(x, y, z, w)); in vertexAttrib4f() 3728 m_currentAttribs[index] = rr::GenericVec4(tcu::IVec4(x, y, z, w)); in vertexAttribI4i() 3735 m_currentAttribs[index] = rr::GenericVec4(tcu::UVec4(x, y, z, w)); in vertexAttribI4ui() 4385 vertexAttribs[ndx].generic = m_currentAttribs[ndx]; in drawWithReference()
|
D | sglrReferenceContext.hpp | 955 std::vector<rr::GenericVec4> m_currentAttribs; member in sglr::ReferenceContext
|