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