Lines Matching refs:ConstPixelBufferAccess
53 using tcu::ConstPixelBufferAccess;
1105 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1114 …return ConstPixelBufferAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_forma… in getInputAccess()
1203 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1209 void copyGetSetDepth (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetDepth()
1215 void copyGetSetStencil (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetStencil()
1221 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1297 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1325 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1337 …void verifyGetPixDepth (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& com… in verifyGetPixDepth()
1357 …void verifyGetPixStencil (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& c… in verifyGetPixStencil()
1406 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1439 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1442 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1477 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1480 …const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu:… in iterate()
1515 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate()
1518 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1519 …const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu:… in iterate()