Lines Matching refs:PixelBufferAccess
408 class PixelBufferAccess : public ConstPixelBufferAccess class
411 PixelBufferAccess (void) {} in PixelBufferAccess() function in tcu::PixelBufferAccess
412 PixelBufferAccess (TextureLevel& level);
413 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data);
414 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
415 …PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, in…
416 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
417 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const IVec3…
455 …PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAcc… in getAccess()
646 …const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNum… in getLevel()
649 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels()
661 std::vector<PixelBufferAccess> m_access;
832 …const PixelBufferAccess& getLevelFace (int ndx, CubeFace face) { DE_ASSERT(de::inBounds(ndx, 0,… in getLevelFace()
854 std::vector<PixelBufferAccess> m_access[CUBEFACE_LAST];