Home
last modified time | relevance | path

Searched refs:EGL_NO_STREAM_KHR (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp1977 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()
/frameworks/native/opengl/include/EGL/
Deglext.h334 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0) macro