Home
last modified time | relevance | path

Searched refs:getPixelPtr (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/common/
DtcuTextureUtil.cpp669 deUint8* dstPtr = (deUint8*)dst.getPixelPtr(0, y, z); in fillRow()
1027 deMemcpy(dst.getPixelPtr(0, y, z), src.getPixelPtr(0, y, z), srcPixelSize*width); in copy()
1035 deMemcpy(dst.getPixelPtr(x, y, z), src.getPixelPtr(x, y, z), srcPixelSize); in copy()
DtcuTexture.cpp929 const deUint8* pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixel()
1028 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixelInt()
1130 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixDepth()
1162 const deUint8* const pixelPtr = (const deUint8*)getPixelPtr(x, y, z); in getPixStencil()
1195 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel()
1345 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixel()
1451 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixDepth()
1488 deUint8* const pixelPtr = (deUint8*)getPixelPtr(x, y, z); in setPixStencil()
DtcuTexture.hpp336 …const void* getPixelPtr (int x, int y, int z = 0) const { return (const deUint8*)m_data + x… in getPixelPtr() function in tcu::ConstPixelBufferAccess
386 …void* getPixelPtr (int x, int y, int z = 0) const { return (deUint8*)m_data + x * m_pitch.x()… in getPixelPtr() function in tcu::PixelBufferAccess