Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsDrawTest.hpp44 class AttributePack;
266 AttributePack* m_glArrayPack;
267 AttributePack* m_rrArrayPack;
DglsDrawTest.cpp1748 class AttributePack class
1752AttributePack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Context& drawConte…
1753 ~AttributePack (void);
1779 AttributePack::AttributePack (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, sglr::Conte… in AttributePack() function in deqp::gls::AttributePack
1794 AttributePack::~AttributePack (void) in ~AttributePack()
1808 AttributeArray* AttributePack::getArray (int i) in getArray()
1813 int AttributePack::getArrayCount (void) in getArrayCount()
1818 void AttributePack::newArray (DrawTestSpec::Storage storage) in newArray()
1823 void AttributePack::clearArrays (void) in clearArrays()
1830 void AttributePack::updateProgram (void) in updateProgram()
[all …]