Home | History | Annotate | Download | only in simplereference

Lines Matching refs:ConstPixelBufferAccess

122 	const tcu::ConstPixelBufferAccess&	getLevel			(int level) const	{ DE_ASSERT(hasLevel(level)); return m_access[level];			}
124 const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; }
145 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
171 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
198 const tcu::ConstPixelBufferAccess& getFace (int level, tcu::CubeFace face) const { return m_levels[face].getLevel(level); }
222 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
248 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
274 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); }
315 tcu::ConstPixelBufferAccess getAccess (void) const { return m_data.getAccess(); }
813 ConstPixelBufferAccess getUnpack2DAccess (const tcu::TextureFormat& format, int width, int height, const void* data);
814 tcu::ConstPixelBufferAccess getUnpack3DAccess (const tcu::TextureFormat& format, int width, int height, int depth, const void* data);