Home
last modified time | relevance | path

Searched refs:AttributePack (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsDrawTest.hpp49 class AttributePack;
272 AttributePack* m_glArrayPack;
273 AttributePack* m_rrArrayPack;
DglsDrawTest.cpp1749 class AttributePack class
1753AttributePack (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()
[all …]