Searched refs:EGL_NO_STREAM_KHR (Results 1 – 2 of 2) sorted by relevance
1996 if (!dp) return EGL_NO_STREAM_KHR; in eglCreateStreamKHRImpl()1998 EGLStreamKHR result = EGL_NO_STREAM_KHR; in eglCreateStreamKHRImpl()2164 if (!dp) return EGL_NO_STREAM_KHR; in eglCreateStreamFromFileDescriptorKHRImpl()2166 EGLStreamKHR result = EGL_NO_STREAM_KHR; in eglCreateStreamFromFileDescriptorKHRImpl()
334 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0) macro