Home
last modified time | relevance | path

Searched refs:EGL_QueryDisplayAttribANGLE (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libEGL/
Degl_loader_autogen.h74 #define EGL_QueryDisplayAttribANGLE l_EGL_QueryDisplayAttribANGLE macro
DlibEGL_autogen.cpp499 return EGL_QueryDisplayAttribANGLE(dpy, attribute, value); in eglQueryDisplayAttribANGLE()
/external/angle/src/libGLESv2/
Dentry_points_egl_ext_autogen.h73 ANGLE_EXPORT EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribANGLE(EGLDisplay dpy,
DlibGLESv2_with_capture_autogen.def1083 EGL_QueryDisplayAttribANGLE
DlibGLESv2_no_capture_autogen.def1083 EGL_QueryDisplayAttribANGLE
Dproc_table_egl_autogen.cpp99 {"eglQueryDisplayAttribANGLE", P(EGL_QueryDisplayAttribANGLE)},
Dentry_points_egl_ext_autogen.cpp276 EGLBoolean EGLAPIENTRY EGL_QueryDisplayAttribANGLE(EGLDisplay dpy, in EGL_QueryDisplayAttribANGLE() function