Searched refs:m_glArrayPack (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp272 AttributePack* m_glArrayPack; member in class:deqp::gls::DrawTest
H A DglsDrawTest.cpp3042 , m_glArrayPack (DE_NULL)
3060 , m_glArrayPack (DE_NULL)
3130 m_glArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, true);
3141 delete m_glArrayPack;
3148 m_glArrayPack = DE_NULL;
3203 m_glArrayPack->clearArrays();
3216 m_glArrayPack->newArray(DrawTestSpec::STORAGE_USER);
3219 m_glArrayPack->getArray(attribNdx)->setupArray(false, 0, attribSpec.componentCount, attribSpec.inputType, attribSpec.outputType, false, 0, 0, attribValue, isPositionAttr, false);
3234 m_glArrayPack->newArray(attribSpec.storage);
3237 m_glArrayPack
[all...]
H A DglsVertexArrayTests.cpp1770 , m_glArrayPack (DE_NULL)
1795 m_glArrayPack = new ContextArrayPack(m_renderCtx, *m_glesContext);
1801 delete m_glArrayPack;
1807 m_glArrayPack = DE_NULL;
1817 const tcu::Surface& screen = m_glArrayPack->getSurface();
2115 m_glArrayPack->newArray(arraySpec.storage);
2118 m_glArrayPack->getArray(arrayNdx)->data(Array::TARGET_ARRAY, (int)bufferSize, data, arraySpec.usage);
2121 m_glArrayPack->getArray(arrayNdx)->bind(arrayNdx, arraySpec.offset, arraySpec.componentCount, arraySpec.inputType, arraySpec.outputType, arraySpec.normalize, arraySpec.stride);
2129 m_glArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, colorScale);
H A DglsVertexArrayTests.hpp439 ContextArrayPack* m_glArrayPack; member in class:deqp::gls::VertexArrayTest

Completed in 75 milliseconds