Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp605 …vector<Attribute>::const_iterator pointSizePos = std::find_if(attributes.begin(), attributes.end()… in genInputData() local
606 if (pointSizePos != attributes.end()) in genInputData()
610 deUint8* ptr = inputBasePtr + pointSizePos->offset + inputStride*ndx; in genInputData()