Home
last modified time | relevance | path

Searched refs:subobjectIndex (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5800 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument
5809 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
5817 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument
5829 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
5891 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLeve… in basicSubobjectAtIndex() argument
5895 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()
5897 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()
5903 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()