{
expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, DE_NULL, s_emptyAttribList));
expectError(EGL_BAD_NATIVE_PIXMAP);
-
- expectNoSurface(eglCreatePixmapSurface(display, pixmapConfig, (EGLNativePixmapType)-1, s_emptyAttribList));
- expectError(EGL_BAD_NATIVE_PIXMAP);
}
log << TestLog::EndSection;
{
expectNoSurface(eglCreateWindowSurface(display, windowConfig, DE_NULL, s_emptyAttribList));
expectError(EGL_BAD_NATIVE_WINDOW);
-
- expectNoSurface(eglCreateWindowSurface(display, windowConfig, (EGLNativeWindowType)-1, s_emptyAttribList));
- expectError(EGL_BAD_NATIVE_WINDOW);
}
log << TestLog::EndSection;