Home | History | Annotate | Download | only in include

Lines Matching refs:visibleRegion

1786     tmp_str = vk_print_vkextent2d(&pStruct->visibleRegion, extra_indent);
1787 ss[0] << "0x" << &pStruct->visibleRegion;
1788 stp_strs[0] = " " + prefix + "visibleRegion (" + ss[0].str() + ")\n" + tmp_str;
1792 ss[0] << "0x" << &pStruct->visibleRegion;
1796 final_str = prefix + "visibleRegion = " + ss[0].str() + "\n" + prefix + "refreshRate = " + ss[1].str() + "\n" + stp_strs[0];