D | tcuTexture.hpp | 357 …const void* getPixelPtr (int x, int y, int z = 0) const { return (const deUint8*)m_data + x… in getPixelPtr() function in tcu::ConstPixelBufferAccess 407 …void* getPixelPtr (int x, int y, int z = 0) const { return (deUint8*)m_data + x * m_pitch.x()… in getPixelPtr() function in tcu::PixelBufferAccess
|