Home | History | Annotate | Download | only in egl

Lines Matching refs:EGL_BAD_CONFIG

252 			log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
255 expectError(EGL_BAD_CONFIG);
259 log << TestLog::Section("Test3", "EGL_BAD_CONFIG is generated if config does not support the current rendering API");
268 expectError(EGL_BAD_CONFIG);
276 expectError(EGL_BAD_CONFIG);
284 expectError(EGL_BAD_CONFIG);
295 expectError(EGL_BAD_CONFIG);
303 expectError(EGL_BAD_CONFIG);
314 expectError(EGL_BAD_CONFIG);
322 expectError(EGL_BAD_CONFIG);
330 expectError(EGL_BAD_CONFIG);
336 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");
345 expectError(EGL_BAD_CONFIG);
351 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");
360 expectError(EGL_BAD_CONFIG);
428 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
431 expectError(EGL_BAD_CONFIG);
498 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
501 expectError(EGL_BAD_CONFIG);
596 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
599 expectError(EGL_BAD_CONFIG);
634 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
637 expectError(EGL_BAD_CONFIG);
725 log << TestLog::Section("Test2", "EGL_BAD_CONFIG is generated if config is not an EGL frame buffer configuration");
728 expectError(EGL_BAD_CONFIG);