Lines Matching refs:ConstPixelBufferAccess
53 using tcu::ConstPixelBufferAccess;
1236 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1245 …return ConstPixelBufferAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_forma… in getInputAccess()
1334 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1340 void copyGetSetDepth (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetDepth()
1346 void copyGetSetStencil (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetStencil()
1352 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1428 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1456 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1473 …void verifyGetPixDepth (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& com… in verifyGetPixDepth()
1493 …void verifyGetPixStencil (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& c… in verifyGetPixStencil()
1542 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1575 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1578 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1613 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1616 …const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu:… in iterate()
1651 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1654 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1655 …const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu:… in iterate()