HomeSort by relevance Sort by last modified time
    Searched refs:getPixelPtr (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuTextureUtil.cpp 669 deUint8* dstPtr = (deUint8*)dst.getPixelPtr(0, y, z);
    [all...]
tcuTexture.cpp     [all...]
tcuTexture.hpp 336 const void* getPixelPtr (int x, int y, int z = 0) const { return (const deUint8*)m_data + x * m_pitch.x() + y * m_pitch.y() + z * m_pitch.z(); }
386 void* getPixelPtr (int x, int y, int z = 0) const { return (deUint8*)m_data + x * m_pitch.x() + y * m_pitch.y() + z * m_pitch.z(); }
    [all...]

Completed in 39 milliseconds