Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp421 Array* ContextArrayPack::getArray (int i) in getArray()
657 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext) in ContextArrayPack() function in deqp::gls::ContextArrayPack
665 ContextArrayPack::~ContextArrayPack (void) in ~ContextArrayPack()
673 int ContextArrayPack::getArrayCount (void) in getArrayCount()
678 void ContextArrayPack::newArray (Array::Storage storage) in newArray()
1079 void ContextArrayPack::updateProgram (void) in updateProgram()
1085 void ContextArrayPack::render (Array::Primitive primitive, int firstVertex, int vertexCount, bool u… in render()
1713 m_glArrayPack = new ContextArrayPack(m_renderCtx, *m_glesContext); in init()
1714 m_rrArrayPack = new ContextArrayPack(m_renderCtx, *m_refContext); in init()