Lines Matching refs:m_access
31 : m_access(rawAccess) in MultisamplePixelBufferAccess()
36 : m_access(tcu::PixelBufferAccess()) in MultisamplePixelBufferAccess()
44 return tcu::PixelBufferAccess(m_access.getFormat(), in toSinglesampleAccess()
45 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
46 …tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.g… in toSinglesampleAccess()
47 m_access.getDataPtr()); in toSinglesampleAccess()
66 : m_access(tcu::ConstPixelBufferAccess()) in MultisampleConstPixelBufferAccess()
71 : m_access(rawAccess) in MultisampleConstPixelBufferAccess()
76 : m_access(msAccess.raw()) in MultisampleConstPixelBufferAccess()
84 return tcu::ConstPixelBufferAccess(m_access.getFormat(), in toSinglesampleAccess()
85 tcu::IVec3(m_access.getHeight(), m_access.getDepth(), 1), in toSinglesampleAccess()
86 …tcu::IVec3(m_access.getRowPitch(), m_access.getSlicePitch(), m_access.getSlicePitch() * m_access.g… in toSinglesampleAccess()
87 m_access.getDataPtr()); in toSinglesampleAccess()