Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.cpp1381 …const string curAttrBufName = separateAttrBufNamePrefix + toString(attrNdx) + "_" + toString(redu… in iterate() local
1382 const bool hadCurAttrBuffer = m_buffers->has(curAttrBufName); in iterate()
1385 m_buffers->make(curAttrBufName); in iterate()
1387 Buffer& curAttrBuf = m_buffers->get(curAttrBufName); in iterate()