Home | History | Annotate | Download | only in egl

Lines Matching refs:eglCopyBuffers

54 	//  * eglCopyBuffers()
153 TEGL_ADD_API_CASE(copy_buffers, "eglCopyBuffers() negative tests",
160 expectFalse(eglCopyBuffers(EGL_NO_DISPLAY, EGL_NO_SURFACE, (NativePixmapType)0));
163 expectFalse(eglCopyBuffers((EGLDisplay)-1, EGL_NO_SURFACE, (NativePixmapType)0));
170 expectFalse(eglCopyBuffers(display, EGL_NO_SURFACE, (NativePixmapType)0));
173 expectFalse(eglCopyBuffers(display, (EGLSurface)-1, (NativePixmapType)0));