Lines Matching refs:EGL_BAD_CONFIG
303 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
306 expectError(EGL_BAD_CONFIG);
310 log << TestLog::Section("Test3", "EGL_BAD_CONFIG is generated if config does not support the current rendering API");
319 expectError(EGL_BAD_CONFIG);
327 expectError(EGL_BAD_CONFIG);
335 expectError(EGL_BAD_CONFIG);
346 expectError(EGL_BAD_CONFIG);
354 expectError(EGL_BAD_CONFIG);
365 expectError(EGL_BAD_CONFIG);
373 expectError(EGL_BAD_CONFIG);
381 expectError(EGL_BAD_CONFIG);
387 log << TestLog::Section("Test4", "EGL_BAD_CONFIG or EGL_BAD_MATCH is generated if OpenGL ES 1.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES_BIT");
401 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH);
407 expectError(EGL_BAD_CONFIG);
414 log << TestLog::Section("Test5", "EGL_BAD_CONFIG or EGL_BAD_MATCH is generated if OpenGL ES 2.x context is requested and EGL_RENDERABLE_TYPE attribute of config does not contain EGL_OPENGL_ES2_BIT");
428 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_MATCH);
434 expectError(EGL_BAD_CONFIG);
505 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");
508 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER);
573 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
576 expectError(EGL_BAD_CONFIG);
688 log << TestLog::Section("Test2", "EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration or if the PixmapSurface call is not supported");
691 expectEitherError(EGL_BAD_CONFIG, EGL_BAD_PARAMETER);
788 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
791 expectError(EGL_BAD_CONFIG);