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

/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp215 class ContextArrayPack class in namespace:deqp::gls
218 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
219 virtual ~ContextArrayPack (void);
400 ContextArrayPack* m_glArrayPack;
401 ContextArrayPack* m_rrArrayPack;
H A DglsVertexArrayTests.cpp484 Array* ContextArrayPack::getArray (int i)
720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) function in class:deqp::gls::ContextArrayPack
728 ContextArrayPack::~ContextArrayPack (void)
736 int ContextArrayPack::getArrayCount (void)
741 void ContextArrayPack::newArray (Array::Storage storage)
1142 void ContextArrayPack::updateProgram (void)
1148 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale, float colorScale)
1783 m_glArrayPack = new ContextArrayPack(m_renderCt
[all...]

Completed in 145 milliseconds