Lines Matching refs:indexArray
1751 …nt indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray);
1830 …int indirectOffset, int baseVertex, float coordScale, float colorScale, AttributeArray* indexArray) in render() argument
1848 if (indexArray) in render()
1849 indexArray->bindIndexArray(DrawTestSpec::TARGET_ELEMENT_ARRAY); in render()
3259 …const char* indexArray = RandomArrayGenerator::generateIndices(seed, (int)elementCount, spec.in… in iterate() local
3260 …const char* indexPointerBase = (spec.indexStorage == DrawTestSpec::STORAGE_USER) ? (indexArray) :… in iterate()
3268 …glArray->data(DrawTestSpec::TARGET_ELEMENT_ARRAY, indexArraySize, indexArray, DrawTestSpec::USAGE_… in iterate()
3269 …rrArray->data(DrawTestSpec::TARGET_ELEMENT_ARRAY, indexArraySize, indexArray, DrawTestSpec::USAGE_… in iterate()
3274 delete [] indexArray; in iterate()
3275 indexArray = NULL; in iterate()
3279 delete [] indexArray; in iterate()