Lines Matching refs:expectNull
1047 expectNull(eglQueryString(EGL_NO_DISPLAY, EGL_VENDOR));1050 expectNull(eglQueryString((EGLDisplay)-1, EGL_VENDOR));1057 expectNull(eglQueryString(display, 0));1059 expectNull(eglQueryString(display, -1));