Home | History | Annotate | Download | only in include

Lines Matching refs:depthPitch

5692     ss[4] << "0x" << pStruct->depthPitch;
5694 final_str = prefix + "offset = " + ss[0].str() + "\n" + prefix + "size = " + ss[1].str() + "\n" + prefix + "rowPitch = " + ss[2].str() + "\n" + prefix + "arrayPitch = " + ss[3].str() + "\n" + prefix + "depthPitch = " + ss[4].str() + "\n";