Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsVertexArrayTests.hpp216 class ContextArrayPack class
219 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
220 virtual ~ContextArrayPack (void);
439 ContextArrayPack* m_glArrayPack;
440 ContextArrayPack* m_rrArrayPack;
DglsVertexArrayTests.cpp484 Array* ContextArrayPack::getArray (int i) in getArray()
720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) in ContextArrayPack() function in deqp::gls::ContextArrayPack
728 ContextArrayPack::~ContextArrayPack (void) in ~ContextArrayPack()
736 int ContextArrayPack::getArrayCount (void) in getArrayCount()
741 void ContextArrayPack::newArray (Array::Storage storage) in newArray()
1142 void ContextArrayPack::updateProgram (void) in updateProgram()
1148 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool u… in render()
1795 m_glArrayPack = new ContextArrayPack(m_renderCtx, *m_glesContext); in init()
1796 m_rrArrayPack = new ContextArrayPack(m_renderCtx, *m_refContext); in init()