Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
H A DglsVertexArrayTests.cpp1689 , m_rrArrayPack (DE_NULL) in VertexArrayTest()
1714 m_rrArrayPack = new ContextArrayPack(m_renderCtx, *m_refContext); in init()
1720 delete m_rrArrayPack; in deinit()
1726 m_rrArrayPack = DE_NULL; in deinit()
1734 const tcu::Surface& ref = m_rrArrayPack->getSurface(); in compare()
2034 m_rrArrayPack->newArray(arraySpec.storage); in iterate()
2037 m_rrArrayPack->getArray(arrayNdx)->data(Array::TARGET_ARRAY, (int)bufferSize, data, arraySpec.usage); in iterate()
2040 m_rrArrayPack->getArray(arrayNdx)->bind(arrayNdx, arraySpec.offset, arraySpec.componentCount, arraySpec.inputType, arraySpec.outputType, arraySpec.normalize, arraySpec.stride); in iterate()
2049 m_rrArrayPack->render(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, colorScale); in iterate()
H A DglsDrawTest.hpp273 AttributePack* m_rrArrayPack; member in deqp::gls::DrawTest
H A DglsDrawTest.cpp3063 , m_rrArrayPack (DE_NULL) in DrawTest()
3081 , m_rrArrayPack (DE_NULL) in DrawTest()
3151 m_rrArrayPack = new AttributePack(m_testCtx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false); in init()
3162 delete m_rrArrayPack; in deinit()
3169 m_rrArrayPack = DE_NULL; in deinit()
3225 m_rrArrayPack->clearArrays(); in iterate()
3238 m_rrArrayPack->newArray(DrawTestSpec::STORAGE_USER); in iterate()
3241 m_rrArrayPack->getArray(attribNdx)->setupArray(false, 0, attribSpec.componentCount, attribSpec.inputType, attribSpec.outputType, false, 0, 0, attribValue, isPositionAttr, false); in iterate()
3256 m_rrArrayPack->newArray(attribSpec.storage); in iterate()
3259 m_rrArrayPack in iterate()
[all...]
H A DglsVertexArrayTests.hpp440 ContextArrayPack* m_rrArrayPack; member in deqp::gls::VertexArrayTest

Completed in 18 milliseconds