/device/generic/vulkan-cereal/third-party/angle/src/libEGL/ |
D | libEGL.cpp | 62 const EGLint *attrib_list, in eglChooseConfig() 82 const EGLint *attrib_list) in eglCreateContext() 90 const EGLint *attrib_list) in eglCreatePbufferSurface() 99 const EGLint *attrib_list) in eglCreatePixmapSurface() 108 const EGLint *attrib_list) in eglCreateWindowSurface() 274 const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer() 298 EGLSync EGLAPIENTRY eglCreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in eglCreateSync() 329 const EGLAttrib *attrib_list) in eglCreateImage() 343 const EGLAttrib *attrib_list) in eglGetPlatformDisplay() 352 const EGLAttrib *attrib_list) in eglCreatePlatformWindowSurface() [all …]
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 258 static EGLint * filter_es2_bit(const EGLint *attrib_list, bool *isES2) in filter_es2_bit() 288 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() 323 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface() 335 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 347 …mapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) in eglCreatePixmapSurface() 400 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer() 425 …reateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) in eglCreateContext() 577 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() 587 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR() 599 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint *attrib_list) in eglCreateSyncKHR()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_egl.cpp | 188 const EGLint *attrib_list, in EGL_ChooseConfig() 241 const EGLint *attrib_list) in EGL_CreateWindowSurface() 269 const EGLint *attrib_list) in EGL_CreatePbufferSurface() 295 const EGLint *attrib_list) in EGL_CreatePixmapSurface() 366 const EGLint *attrib_list) in EGL_CreateContext() 738 const EGLint *attrib_list) in EGL_CreatePbufferFromClientBuffer() 830 EGLSync EGLAPIENTRY EGL_CreateSync(EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list) in EGL_CreateSync() 931 const EGLAttrib *attrib_list) in EGL_CreateImage() 989 const EGLAttrib *attrib_list) in EGL_GetPlatformDisplay() 1022 const EGLAttrib *attrib_list) in EGL_CreatePlatformWindowSurface() [all …]
|
D | entry_points_egl_ext.cpp | 171 const EGLint *attrib_list) in EGL_GetPlatformDisplayEXT() 208 const EGLint *attrib_list) in EGL_CreatePlatformWindowSurfaceEXT() 235 const EGLint *attrib_list) in EGL_CreatePlatformPixmapSurfaceEXT() 415 const EGLint *attrib_list) in EGL_CreateImageKHR() 474 const EGLAttrib *attrib_list) in EGL_CreateDeviceANGLE() 525 EGLStreamKHR EGLAPIENTRY EGL_CreateStreamKHR(EGLDisplay dpy, const EGLint *attrib_list) in EGL_CreateStreamKHR() 793 const EGLAttrib *attrib_list) in EGL_StreamConsumerGLTextureExternalAttribsNV() 829 const EGLAttrib *attrib_list) in EGL_CreateStreamProducerD3DTextureANGLE() 864 const EGLAttrib *attrib_list) in EGL_StreamPostD3DTextureANGLE() 901 const EGLint *attrib_list) in EGL_CreateSyncKHR() [all …]
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 552 const EGLint* attrib_list, in createNativeSync() 600 const EGLint* attrib_list, in createNativeSync_virtioGpu() 1192 EGLBoolean eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint co… in eglChooseConfig() 1258 …WindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list) in eglCreateWindowSurface() 1288 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 1355 …mapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list) in eglCreatePixmapSurface() 1579 …LDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferFromClientBuffer() 1702 …reateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLint *attrib_list) in eglCreateContext() 2180 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR() 2197 …(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR() [all …]
|
/device/generic/vulkan-cereal/stream-servers/glestranslator/EGL/ |
D | EglImp.cpp | 441 EGLAPI EGLBoolean EGLAPIENTRY eglChooseConfig(EGLDisplay display, const EGLint *attrib_list, in eglChooseConfig() 771 const EGLint *attrib_list) { in eglCreateWindowSurface() 804 const EGLint *attrib_list) { in eglCreatePbufferSurface() 902 const EGLint *attrib_list, in eglCreateOrLoadContext() 1034 const EGLint *attrib_list) { in eglCreateContext() 1038 EGLAPI EGLContext EGLAPIENTRY eglLoadContext(EGLDisplay display, const EGLint *attrib_list, in eglLoadContext() 1383 …lay display, EGLContext context, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) in eglCreateImageKHR() 1478 … EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR() 1670 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 | 428 const EGLint *attrib_list) { in createImageKHR()
|
/device/generic/vulkan-cereal/third-party/angle/util/ |
D | EGLWindow.cpp | 599 EGLBoolean EGLWindow::FindEGLConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *config) in FindEGLConfig()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 366 EGLint attrib_list[] = { in rcCreateContext() local 497 EGLint const attrib_list[] = { EGL_WIDTH, (EGLint)surface->width, EGL_HEIGHT, in rcSetWindowColorBuffer() local
|
D | AVDVirglRenderer.cpp | 366 EGLint const attrib_list[] = { in virgl_renderer_init() local
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | validationEGL.cpp | 2635 const EGLAttrib *attrib_list) in ValidateCreateDeviceANGLE() 3706 const EGLAttrib *attrib_list) in ValidateGetPlatformDisplay() 3714 const EGLint *attrib_list) in ValidateGetPlatformDisplayEXT()
|