Lines Matching refs:ContextArrayPack
421 Array* ContextArrayPack::getArray (int i)
657 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext)
665 ContextArrayPack::~ContextArrayPack (void)
673 int ContextArrayPack::getArrayCount (void)
678 void ContextArrayPack::newArray (Array::Storage storage)
1079 void ContextArrayPack::updateProgram (void)
1085 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale)
1713 m_glArrayPack = new ContextArrayPack(m_renderCtx, *m_glesContext);
1714 m_rrArrayPack = new ContextArrayPack(m_renderCtx, *m_refContext);