Lines Matching refs:m_rowPitch
527 , m_rowPitch (0) in ConstPixelBufferAccess()
538 , m_rowPitch (width*format.getPixelSize()) in ConstPixelBufferAccess()
539 , m_slicePitch (m_rowPitch*height) in ConstPixelBufferAccess()
549 , m_rowPitch (rowPitch) in ConstPixelBufferAccess()
560 , m_rowPitch (m_width*m_format.getPixelSize()) in ConstPixelBufferAccess()
561 , m_slicePitch (m_rowPitch*m_height) in ConstPixelBufferAccess()
597 return readRGBA8888Float((const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*4); in getPixel()
599 return readRGB888Float((const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*3); in getPixel()
603 …const deUint8* pixelPtr = (const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelS… in getPixel()
679 …const deUint8* pixelPtr = (const deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelS… in getPixelInt()
771 deUint8* pixelPtr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelSize; in getPixDepth()
811 deUint8* pixelPtr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelSize; in getPixStencil()
855 deUint8* const ptr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*4; in setPixel()
861 deUint8* const ptr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*3; in setPixel()
868 deUint8* const pixelPtr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelSize; in setPixel()
947 deUint8* pixelPtr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelSize; in setPixel()
1009 deUint8* pixelPtr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelSize; in setPixDepth()
1046 deUint8* pixelPtr = (deUint8*)getDataPtr() + z*m_slicePitch + y*m_rowPitch + x*pixelSize; in setPixStencil()