Home | History | Annotate | Download | only in functional

Lines Matching full:rowsize

896 	int						rowSize			= deAlign32(readFormat.getPixelSize()*width, alignment);
897 vector<deUint8> data (rowSize*height);
902 tcu::ConstPixelBufferAccess src(readFormat, width, height, 1, rowSize, 0, &data[0]);