Lines Matching refs:AttributePack
1749 class AttributePack class
1753 …AttributePack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawConte…
1754 ~AttributePack (void);
1780 AttributePack::AttributePack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Conte… in AttributePack() function in deqp::gls::AttributePack
1795 AttributePack::~AttributePack (void) in ~AttributePack()
1809 AttributeArray* AttributePack::getArray (int i) in getArray()
1814 int AttributePack::getArrayCount (void) in getArrayCount()
1819 void AttributePack::newArray (DrawTestSpec::Storage storage) in newArray()
1824 void AttributePack::clearArrays (void) in clearArrays()
1831 void AttributePack::updateProgram (void) in updateProgram()
1842 void AttributePack::render (DrawTestSpec::Primitive primitive, DrawTestSpec::DrawMethod drawMethod,… in render()
3130 …m_glArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetW… in init()
3131 …m_rrArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetW… in init()