Lines Matching refs:expectNull
1077 expectNull(eglQueryString(EGL_NO_DISPLAY, EGL_VENDOR));1080 expectNull(eglQueryString((EGLDisplay)-1, EGL_VENDOR));1087 expectNull(eglQueryString(display, 0));1089 expectNull(eglQueryString(display, -1));