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

/external/deqp/modules/glshared/
H A DglsDrawTest.hpp267 AttributePack* m_rrArrayPack; member in class:deqp::gls::DrawTest
H A DglsDrawTest.cpp3125 , m_rrArrayPack (DE_NULL)
3142 , m_rrArrayPack (DE_NULL)
3212 m_rrArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false);
3222 delete m_rrArrayPack;
3228 m_rrArrayPack = DE_NULL;
3273 m_rrArrayPack->clearArrays();
3286 m_rrArrayPack->newArray(DrawTestSpec::STORAGE_USER);
3289 m_rrArrayPack->getArray(attribNdx)->setupArray(false, 0, attribSpec.componentCount, attribSpec.inputType, attribSpec.outputType, false, 0, 0, attribValue, isPositionAttr, false);
3304 m_rrArrayPack->newArray(attribSpec.storage);
3307 m_rrArrayPack
[all...]
H A DglsVertexArrayTests.cpp1771 , m_rrArrayPack (DE_NULL)
1796 m_rrArrayPack = new ContextArrayPack(m_renderCtx, *m_refContext);
1802 delete m_rrArrayPack;
1808 m_rrArrayPack = DE_NULL;
1816 const tcu::Surface& ref = m_rrArrayPack->getSurface();
2116 m_rrArrayPack->newArray(arraySpec.storage);
2119 m_rrArrayPack->getArray(arrayNdx)->data(Array::TARGET_ARRAY, (int)bufferSize, data, arraySpec.usage);
2122 m_rrArrayPack->getArray(arrayNdx)->bind(arrayNdx, arraySpec.offset, arraySpec.componentCount, arraySpec.inputType, arraySpec.outputType, arraySpec.normalize, arraySpec.stride);
2130 m_rrArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, colorScale);
H A DglsVertexArrayTests.hpp440 ContextArrayPack* m_rrArrayPack; member in class:deqp::gls::VertexArrayTest

Completed in 52 milliseconds