Searched defs:inputAccess (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1406 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
1407 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth());
1408 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1414 verifyRead(inputAccess);
1420 copyPixels(inputAccess, tmpAccess);
1439 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
1440 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess
1477 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
1515 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
[all...]

Completed in 51 milliseconds