Home | History | Annotate | Download | only in glshared

Lines Matching refs:m_rrArrayPack

1771 	, 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);