Lines Matching refs:IVec3
142 const tcu::IVec3& size,
143 const tcu::IVec3& bitPitch,
147 const tcu::IVec3& getSize (void) const { return m_size; } in getSize()
148 const tcu::IVec3& getBitPitch (void) const { return m_bitPitch; } in getBitPitch()
152 const tcu::IVec3& pos) const;
153 deUint32 getChannelUint (const tcu::IVec3& pos) const;
154 float getChannel (const tcu::IVec3& pos) const;
155 void setChannel (const tcu::IVec3& pos,
157 void setChannel (const tcu::IVec3& pos,
163 const tcu::IVec3 m_size;
164 const tcu::IVec3 m_bitPitch;