• Home
  • Raw
  • Download

Lines Matching refs:ConstPixelBufferAccess

53 using tcu::ConstPixelBufferAccess;
1190 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1199 …return ConstPixelBufferAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_forma… in getInputAccess()
1288 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1294 void copyGetSetDepth (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetDepth()
1300 void copyGetSetStencil (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetStencil()
1306 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1382 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1410 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1427 …void verifyGetPixDepth (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& com… in verifyGetPixDepth()
1447 …void verifyGetPixStencil (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& c… in verifyGetPixStencil()
1496 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1529 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1532 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1567 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1570 …const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu:… in iterate()
1605 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1608 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1609 …const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu:… in iterate()