Searched defs:attrib_list (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 574 const EGLint* attrib_list, in createNativeSync() 622 const EGLint* attrib_list, in createNativeSync_virtioGpu() 1187 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() 1253 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface() 1283 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 1350 …mapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) in eglCreatePixmapSurface() 1574 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer() 1716 …reateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) in eglCreateContext() 2219 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() 2239 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR() [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 445 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig() 775 const EGLint *attrib_list) { in eglCreateWindowSurface() 808 const EGLint *attrib_list) { in eglCreatePbufferSurface() 906 const EGLint *attrib_list, in eglCreateOrLoadContext() 1038 const EGLint *attrib_list) { in eglCreateContext() 1042 EGLAPI EGLContext EGLAPIENTRY eglLoadContext(EGLDisplay display, const EGLint *attrib_list, in eglLoadContext() 1391 …lay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR() 1487 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR() 1687 EGLAPI EGLContext EGLAPIENTRY eglLoadContext(EGLDisplay display, const EGLint *attrib_list, EGLStre… in eglLoadContext()
|
D | EglDisplay.h | 76 const EGLint *attrib_list) { in createNativeImage()
|
D | EglOsApi_egl.cpp | 489 const EGLint *attrib_list) { in createImageKHR()
|