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