HomeSort by relevance Sort by last modified time
    Searched refs:ContextArrayPack (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 216 class ContextArrayPack
219 ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext);
220 virtual ~ContextArrayPack (void);
439 ContextArrayPack* m_glArrayPack;
440 ContextArrayPack* m_rrArrayPack;
glsVertexArrayTests.cpp 484 Array* ContextArrayPack::getArray (int i)
720 ContextArrayPack::ContextArrayPack (glu::RenderContext& renderCtx, sglr::Context& drawContext)
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)
    [all...]

Completed in 111 milliseconds