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

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp266 AttributePack* m_rrArrayPack; member in class:deqp::gls::DrawTest
H A DglsDrawTest.cpp3123 , m_rrArrayPack (DE_NULL)
3140 , m_rrArrayPack (DE_NULL)
3204 m_rrArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false);
3214 delete m_rrArrayPack;
3220 m_rrArrayPack = DE_NULL;
3265 m_rrArrayPack->clearArrays();
3278 m_rrArrayPack->newArray(DrawTestSpec::STORAGE_USER);
3281 m_rrArrayPack->getArray(attribNdx)->setupArray(false, 0, attribSpec.componentCount, attribSpec.inputType, attribSpec.outputType, false, 0, 0, attribValue, isPositionAttr, false);
3296 m_rrArrayPack->newArray(attribSpec.storage);
3299 m_rrArrayPack
[all...]
H A DglsVertexArrayTests.cpp1791 , m_rrArrayPack (DE_NULL)
1816 m_rrArrayPack = new ContextArrayPack(m_renderCtx, *m_refContext);
1822 delete m_rrArrayPack;
1828 m_rrArrayPack = DE_NULL;
1836 const tcu::Surface& ref = m_rrArrayPack->getSurface();
2127 m_rrArrayPack->newArray(arraySpec.storage);
2130 m_rrArrayPack->getArray(arrayNdx)->data(Array::TARGET_ARRAY, (int)bufferSize, data, arraySpec.usage);
2133 m_rrArrayPack->getArray(arrayNdx)->bind(arrayNdx, arraySpec.offset, arraySpec.componentCount, arraySpec.inputType, arraySpec.outputType, arraySpec.normalize, arraySpec.stride);
2141 m_rrArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, colorScale);
H A DglsVertexArrayTests.hpp401 ContextArrayPack* m_rrArrayPack; member in class:deqp::gls::VertexArrayTest

Completed in 57 milliseconds