Home | History | Annotate | Download | only in functional

Lines Matching refs:readFormat

893 	tcu::TextureFormat		readFormat		= getFramebufferReadFormat(format);
894 glu::TransferFormat transferFmt = glu::getTransferFormat(readFormat);
896 int rowSize = deAlign32(readFormat.getPixelSize()*width, alignment);
902 tcu::ConstPixelBufferAccess src(readFormat, width, height, 1, rowSize, 0, &data[0]);