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

/external/deqp/modules/internal/
H A DditTextureFormatTests.cpp1496 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
1497 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth());
1498 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1504 verifyRead(inputAccess);
1510 copyPixels(inputAccess, tmpAccess);
1529 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
1530 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess
1567 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
1605 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); local
[all...]

Completed in 78 milliseconds