• Home
  • Raw
  • Download

Lines Matching refs:TestLog

37 using tcu::TestLog;
134 TestLog& log = m_testCtx.getLog(); in init()
135 …log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted… in init()
146 log << TestLog::EndSection; in init()
148 …log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is no… in init()
164 log << TestLog::EndSection; in init()
169 TestLog& log = m_testCtx.getLog(); in init()
172 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
180 log << TestLog::EndSection; in init()
182 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
190 log << TestLog::EndSection; in init()
197 TestLog& log = m_testCtx.getLog(); in init()
209 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
217 log << TestLog::EndSection; in init()
221 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
229 log << TestLog::EndSection; in init()
252 TestLog& log = m_testCtx.getLog(); in init()
257 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
265 log << TestLog::EndSection; in init()
267 …log << TestLog::Section("Test2", "EGL_BAD_ATTRIBUTE is generated if attribute_list contains an inv… in init()
275 log << TestLog::EndSection; in init()
277 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if num_config is NULL"); in init()
282 log << TestLog::EndSection; in init()
290 TestLog& log = m_testCtx.getLog(); in init()
293 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
301 log << TestLog::EndSection; in init()
303 …log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer… in init()
308 log << TestLog::EndSection; in init()
310 …log << TestLog::Section("Test3", "EGL_BAD_CONFIG is generated if config does not support the curre… in init()
385 log << TestLog::EndSection; in init()
387 …log << TestLog::Section("Test4", "EGL_BAD_CONFIG is generated if OpenGL ES 1.x context is requeste… in init()
400 log << TestLog::EndSection; in init()
402 …log << TestLog::Section("Test5", "EGL_BAD_CONFIG is generated if OpenGL ES 2.x context is requeste… in init()
415 log << TestLog::EndSection; in init()
417 …log << TestLog::Section("Test6", "EGL_BAD_ATTRIBUTE is generated if attrib_list contains an invali… in init()
459 log << TestLog::EndSection; in init()
464 TestLog& log = m_testCtx.getLog(); in init()
469 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
477 log << TestLog::EndSection; in init()
481 …log << TestLog::Section("Test2", "EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is no… in init()
486 log << TestLog::EndSection; in init()
488 …log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if buftype is not EGL_OPENVG_IMAG… in init()
492 log << TestLog::EndSection; in init()
494 …log << TestLog::Section("Test4", "EGL_BAD_PARAMETER is generated if buffer is not valid OpenVG ima… in init()
498 log << TestLog::EndSection; in init()
536 TestLog& log = m_testCtx.getLog(); in init()
539 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
547 log << TestLog::EndSection; in init()
549 …log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer… in init()
554 log << TestLog::EndSection; in init()
556 …log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attrib_list contains an invali… in init()
569 log << TestLog::EndSection; in init()
571 …log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if config does not support rendering … in init()
580 log << TestLog::EndSection; in init()
582 …log << TestLog::Section("Test5", "EGL_BAD_ATTRIBUTE is generated if attrib_list contains any of th… in init()
594 log << TestLog::EndSection; in init()
596 …log << TestLog::Section("Test6", "EGL_BAD_MATCH is generated if the EGL_TEXTURE_FORMAT attribute i… in init()
611 log << TestLog::EndSection; in init()
613 …log << TestLog::Section("Test7", "EGL_BAD_MATCH is generated if config does not support the specif… in init()
629 log << TestLog::EndSection; in init()
631 …log << TestLog::Section("Test8", "EGL_BAD_PARAMETER is generated if EGL_WIDTH or EGL_HEIGHT is neg… in init()
645 log << TestLog::EndSection; in init()
651 TestLog& log = m_testCtx.getLog(); in init()
654 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
662 log << TestLog::EndSection; in init()
664 …log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer… in init()
669 log << TestLog::EndSection; in init()
679 TestLog& log = m_testCtx.getLog(); in init()
684 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
692 log << TestLog::EndSection; in init()
698 TestLog& log = m_testCtx.getLog(); in init()
701 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
709 log << TestLog::EndSection; in init()
711 …log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering … in init()
719 log << TestLog::EndSection; in init()
724 TestLog& log = m_testCtx.getLog(); in init()
727 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
735 log << TestLog::EndSection; in init()
737 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
745 log << TestLog::EndSection; in init()
750 TestLog& log = m_testCtx.getLog(); in init()
754 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
762 log << TestLog::EndSection; in init()
764 …log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer… in init()
769 log << TestLog::EndSection; in init()
775 …log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid frame… in init()
786 log << TestLog::EndSection; in init()
791 TestLog& log = m_testCtx.getLog(); in init()
796 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
804 log << TestLog::EndSection; in init()
806 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if num_config is NULL"); in init()
811 log << TestLog::EndSection; in init()
816 TestLog& log = m_testCtx.getLog(); in init()
820 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
828 log << TestLog::EndSection; in init()
833 TestLog& log = m_testCtx.getLog(); in init()
836 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
844 log << TestLog::EndSection; in init()
870 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
881 log << TestLog::EndSection; in init()
886 …log << TestLog::Section("Test3", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering … in init()
891 log << TestLog::EndSection; in init()
896 …log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if read or draw surface is not EGL_NO… in init()
907 log << TestLog::EndSection; in init()
939 TestLog& log = m_testCtx.getLog(); in init()
961 …log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if readdraw is neither EGL_READ n… in init()
966 log << TestLog::EndSection; in init()
987 TestLog& log = m_testCtx.getLog(); in init()
991 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
999 log << TestLog::EndSection; in init()
1001 …log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering … in init()
1009 log << TestLog::EndSection; in init()
1025 …log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid conte… in init()
1037 log << TestLog::EndSection; in init()
1048 TestLog& log = m_testCtx.getLog(); in init()
1051 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1059 log << TestLog::EndSection; in init()
1061 …log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if name is not an accepted value"… in init()
1068 log << TestLog::EndSection; in init()
1073 TestLog& log = m_testCtx.getLog(); in init()
1077 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1085 log << TestLog::EndSection; in init()
1087 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
1095 log << TestLog::EndSection; in init()
1107 …log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << T… in init()
1110 …log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid surfa… in init()
1121 log << TestLog::EndSection; in init()
1132 TestLog& log = m_testCtx.getLog(); in init()
1135 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1143 log << TestLog::EndSection; in init()
1145 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
1153 log << TestLog::EndSection; in init()
1158 TestLog& log = m_testCtx.getLog(); in init()
1161 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1169 log << TestLog::EndSection; in init()
1171 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
1179 log << TestLog::EndSection; in init()
1192 …log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << T… in init()
1195 …log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid surfa… in init()
1206 log << TestLog::EndSection; in init()
1226 …log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << T… in init()
1229 …log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if attribute is EGL_MULTISAMPLE_RESOL… in init()
1237 log << TestLog::EndSection; in init()
1257 …log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << T… in init()
1260 …log << TestLog::Section("Test5", "EGL_BAD_MATCH is generated if attribute is EGL_SWAP_BEHAVIOR, va… in init()
1268 log << TestLog::EndSection; in init()
1280 TestLog& log = m_testCtx.getLog(); in init()
1283 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1291 log << TestLog::EndSection; in init()
1293 … log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface"); in init()
1301 log << TestLog::EndSection; in init()
1306 TestLog& log = m_testCtx.getLog(); in init()
1309 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1317 log << TestLog::EndSection; in init()
1319 …log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if there is no current context on t… in init()
1324 log << TestLog::EndSection; in init()
1329 TestLog& log = m_testCtx.getLog(); in init()
1331 …log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display co… in init()
1339 log << TestLog::EndSection; in init()
1349 TestLog& log = m_testCtx.getLog(); in init()
1366 …log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if engine is not a recognized mar… in init()
1371 log << TestLog::EndSection; in init()