Home | History | Annotate | Download | only in common

Lines Matching refs:rowPitch

544 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data)
549 , m_rowPitch (rowPitch)
571 PixelBufferAccess::PixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, void* data)
572 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data)