Searched refs:validate_display_connection (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.h | 134 egl_display_t* validate_display_connection(EGLDisplay dpy, egl_connection_t** outCnx);
|
D | egl_platform_entries.cpp | 397 const egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglGetConfigAttribImpl() 749 egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreateWindowSurfaceImpl() 761 egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreatePlatformWindowSurfaceImpl() 802 const egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreatePlatformPixmapSurfaceImpl() 812 const egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreatePixmapSurfaceImpl() 822 egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreatePbufferSurfaceImpl() 897 const egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreateContextImpl() 1574 const egl_display_t* dp = validate_display_connection(dpy, &cnx); in eglCreatePbufferFromClientBufferImpl()
|
D | egl_display.cpp | 543 egl_display_t* validate_display_connection(EGLDisplay dpy, egl_connection_t** outCnx) { in validate_display_connection() function
|