Searched refs:EGL_NO_STREAM_KHR (Results 1 – 2 of 2) sorted by relevance
1629 if (!dp) return EGL_NO_STREAM_KHR; in eglCreateStreamKHR()1631 EGLStreamKHR result = EGL_NO_STREAM_KHR; in eglCreateStreamKHR()1819 if (!dp) return EGL_NO_STREAM_KHR; in eglCreateStreamFromFileDescriptorKHR()1821 EGLStreamKHR result = EGL_NO_STREAM_KHR; in eglCreateStreamFromFileDescriptorKHR()
349 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR, 0) macro