Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp2018 if (!dp) return EGL_NO_FILE_DESCRIPTOR_KHR; in eglGetStreamFileDescriptorKHRImpl()
2020 EGLNativeFileDescriptorKHR result = EGL_NO_FILE_DESCRIPTOR_KHR; in eglGetStreamFileDescriptorKHRImpl()
/frameworks/native/opengl/include/EGL/
Deglext.h399 #define EGL_NO_FILE_DESCRIPTOR_KHR EGL_CAST(EGLNativeFileDescriptorKHR,-1) macro