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