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/
DeglApi.cpp1881 if (!dp) return EGL_NO_STREAM_KHR; in eglCreateStreamKHR()
1883 EGLStreamKHR result = EGL_NO_STREAM_KHR; in eglCreateStreamKHR()
2071 if (!dp) return EGL_NO_STREAM_KHR; in eglCreateStreamFromFileDescriptorKHR()
2073 EGLStreamKHR result = EGL_NO_STREAM_KHR; in eglCreateStreamFromFileDescriptorKHR()
/frameworks/native/opengl/include/EGL/
Deglext.h334 #define EGL_NO_STREAM_KHR EGL_CAST(EGLStreamKHR,0) macro