Lines Matching refs:PixelBufferAccess
396 class PixelBufferAccess : public ConstPixelBufferAccess class
399 PixelBufferAccess (void) {} in PixelBufferAccess() function in tcu::PixelBufferAccess
400 PixelBufferAccess (TextureLevel& level);
401 PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, void* data);
402 PixelBufferAccess (const TextureFormat& format, const IVec3& size, void* data);
403 …PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, in…
404 …PixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, void* data);
442 …PixelBufferAccess getAccess (void) { return isEmpty() ? PixelBufferAccess() : PixelBufferAcc… in getAccess()
633 …const PixelBufferAccess& getLevel (int levelNdx) { DE_ASSERT(de::inBounds(levelNdx, 0, getNum… in getLevel()
636 const PixelBufferAccess* getLevels (void) { return &m_access[0]; } in getLevels()
648 std::vector<PixelBufferAccess> m_access;
819 …const PixelBufferAccess& getLevelFace (int ndx, CubeFace face) { DE_ASSERT(de::inBounds(ndx, 0,… in getLevelFace()
841 std::vector<PixelBufferAccess> m_access[CUBEFACE_LAST];