Home | History | Annotate | Download | only in egl

Lines Matching refs:TestLog

34 using tcu::TestLog;
130 TestLog& log = m_testCtx.getLog();
131 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if api is not one of the accepted tokens");
142 log << TestLog::EndSection;
144 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if the specified client API is not supported by the EGL implementation");
155 log << TestLog::EndSection;
160 TestLog& log = m_testCtx.getLog();
163 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
171 log << TestLog::EndSection;
173 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
181 log << TestLog::EndSection;
186 TestLog& log = m_testCtx.getLog();
189 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
197 log << TestLog::EndSection;
199 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
207 log << TestLog::EndSection;
232 TestLog& log = m_testCtx.getLog();
237 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
245 log << TestLog::EndSection;
247 log << TestLog::Section("Test2", "EGL_BAD_ATTRIBUTE is generated if attribute_list contains an invalid frame buffer configuration attribute");
255 log << TestLog::EndSection;
257 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if num_config is NULL");
262 log << TestLog::EndSection;
270 TestLog& log = m_testCtx.getLog();
273 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
281 log << TestLog::EndSection;
283 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
288 log << TestLog::EndSection;
290 log << TestLog::Section("Test3", "EGL_BAD_CONFIG is generated if config does not support the current rendering API");
365 log << TestLog::EndSection;
367 log << TestLog::Section("Test4", "EGL_BAD_CONFIG is generated if OpenGL ES 1.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES_BIT");
380 log << TestLog::EndSection;
382 log << TestLog::Section("Test5", "EGL_BAD_CONFIG is generated if OpenGL ES 2.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES2_BIT");
395 log << TestLog::EndSection;
397 log << TestLog
439 log << TestLog::EndSection;
444 TestLog& log = m_testCtx.getLog();
449 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
457 log << TestLog::EndSection;
459 log << TestLog::Section("Test2", "EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration and if buffer is not valid OpenVG image");
464 log << TestLog::EndSection;
466 log << TestLog::Section("Test3", "EGL_BAD_PARAMETER is generated if buftype is not EGL_OPENVG_IMAGE");
468 log << TestLog::EndSection;
472 log << TestLog::Section("Test4", "EGL_BAD_PARAMETER is generated if buffer is not valid OpenVG image");
476 log << TestLog::EndSection;
515 TestLog& log = m_testCtx.getLog();
518 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
526 log << TestLog::EndSection;
528 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
533 log << TestLog::EndSection;
535 log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attrib_list contains an invalid pixel buffer attribute");
548 log << TestLog::EndSection;
550 log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if config does not support rendering to pixel buffers");
559 log << TestLog::EndSection;
561 log << TestLog::Section("Test5", "EGL_BAD_ATTRIBUTE is generated if attrib_list contains any of the attributes EGL_MIPMAP_TEXTURE, EGL_TEXTURE_FORMAT, or EGL_TEXTURE_TARGET, and config does not support OpenGL ES rendering");
573 log << TestLog::EndSection;
575 log << TestLog::Section("Test6", "EGL_BAD_MATCH is generated if the EGL_TEXTURE_FORMAT attribute is EGL_NO_TEXTURE, and EGL_TEXTURE_TARGET is something other than EGL_NO_TEXTURE; or, EGL_TEXTURE_FORMAT is something other than EGL_NO_TEXTURE, and EGL_TEXTURE_TARGET is EGL_NO_TEXTURE");
590 log << TestLog::EndSection;
592 log << TestLog::Section("Test7", "EGL_BAD_MATCH is generated if config does not support the specified OpenVG alpha format attribute or colorspace attribute");
608 log << TestLog::EndSection;
610 log << TestLog::Section("Test8", "EGL_BAD_PARAMETER is generated if EGL_WIDTH or EGL_HEIGHT is negative");
624 log << TestLog::EndSection;
630 TestLog& log = m_testCtx.getLog();
633 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
641 log << TestLog::EndSection;
643 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
648 log << TestLog::EndSection;
650 log << TestLog::Section("Test3", "EGL_BAD_NATIVE_PIXMAP may be generated if native_pixmap is not a valid native pixmap");
660 log << TestLog::EndSection;
665 TestLog& log = m_testCtx.getLog();
668 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
676 log << TestLog::EndSection;
678 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
683 log << TestLog::EndSection;
688 TestLog& log = m_testCtx.getLog();
691 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
699 log << TestLog::EndSection;
701 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
709 log << TestLog::EndSection;
714 TestLog& log = m_testCtx.getLog();
717 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
725 log << TestLog::EndSection;
727 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
735 log << TestLog::EndSection;
740 TestLog& log = m_testCtx.getLog();
744 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
752 log << TestLog::EndSection;
754 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
759 log << TestLog::EndSection;
765 log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid frame buffer configuration attribute");
776 log << TestLog::EndSection;
781 TestLog& log = m_testCtx.getLog();
786 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
794 log << TestLog::EndSection;
796 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if num_config is NULL");
801 log << TestLog::EndSection;
812 TestLog& log = m_testCtx.getLog();
816 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
824 log << TestLog::EndSection;
829 TestLog& log = m_testCtx.getLog();
832 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
840 log << TestLog::EndSection;
866 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
877 log << TestLog::EndSection;
882 log << TestLog::Section("Test3", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
887 log << TestLog::EndSection;
892 log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if read or draw surface is not EGL_NO_SURFACE and context is EGL_NO_CONTEXT");
903 log << TestLog::EndSection;
935 TestLog& log = m_testCtx.getLog();
957 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if readdraw is neither EGL_READ nor EGL_DRAW");
962 log << TestLog::EndSection;
983 TestLog& log = m_testCtx.getLog();
987 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
995 log << TestLog::EndSection;
997 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if context is not an EGL rendering context");
1005 log << TestLog::EndSection;
1021 log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid context attribute");
1033 log << TestLog::EndSection;
1044 TestLog& log = m_testCtx.getLog();
1047 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1055 log << TestLog::EndSection;
1057 log << TestLog::Section("Test2", "EGL_BAD_PARAMETER is generated if name is not an accepted value");
1064 log << TestLog::EndSection;
1069 TestLog& log = m_testCtx.getLog();
1073 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1081 log << TestLog::EndSection;
1083 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
1091 log << TestLog::EndSection;
1103 log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << TestLog::EndMessage;
1106 log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid surface attribute");
1117 log << TestLog::EndSection;
1128 TestLog& log = m_testCtx.getLog();
1131 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1139 log << TestLog::EndSection;
1141 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
1149 log << TestLog::EndSection;
1154 TestLog& log = m_testCtx.getLog();
1157 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1165 log << TestLog::EndSection;
1167 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
1175 log << TestLog::EndSection;
1188 log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << TestLog::EndMessage;
1191 log << TestLog::Section("Test3", "EGL_BAD_ATTRIBUTE is generated if attribute is not a valid surface attribute");
1202 log << TestLog::EndSection;
1222 log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << TestLog::EndMessage;
1225 log << TestLog::Section("Test4", "EGL_BAD_MATCH is generated if attribute is EGL_MULTISAMPLE_RESOLVE, value is EGL_MULTISAMPLE_RESOLVE_BOX, and the EGL_SURFACE_TYPE attribute of the EGLConfig used to create surface does not contain EGL_MULTISAMPLE_RESOLVE_BOX_BIT");
1233 log << TestLog::EndSection;
1253 log << TestLog::Message << "// WARNING: No suitable config found, testing will be incomplete" << TestLog::EndMessage;
1256 log << TestLog::Section("Test5", "EGL_BAD_MATCH is generated if attribute is EGL_SWAP_BEHAVIOR, value is EGL_BUFFER_PRESERVED, and the EGL_SURFACE_TYPE attribute of the EGLConfig used to create surface does not contain EGL_SWAP_BEHAVIOR_PRESERVED_BIT");
1264 log << TestLog::EndSection;
1276 TestLog& log = m_testCtx.getLog();
1279 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1287 log << TestLog::EndSection;
1289 log << TestLog::Section("Test2", "EGL_BAD_SURFACE is generated if surface is not an EGL surface");
1297 log << TestLog::EndSection;
1302 TestLog& log = m_testCtx.getLog();
1305 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1313 log << TestLog::EndSection;
1315 log << TestLog::Section("Test2", "EGL_BAD_CONTEXT is generated if there is no current context on the calling thread");
1320 log << TestLog::EndSection;
1325 TestLog& log = m_testCtx.getLog();
1327 log << TestLog::Section("Test1", "EGL_BAD_DISPLAY is generated if display is not an EGL display connection");
1335 log << TestLog::EndSection;
1345 TestLog& log = m_testCtx.getLog();
1362 log << TestLog::Section("Test1", "EGL_BAD_PARAMETER is generated if engine is not a recognized marking engine and native rendering is supported by current surface");
1367 log << TestLog::EndSection;