Searched refs:eglCreateWindowSurface (Results 1 – 16 of 16) sorted by relevance
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | egl_dispatch.h | 30 eglCreateWindowSurface_t eglCreateWindowSurface; member 75 …ndowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurfac… in set_eglCreateWindowSurface()
|
D | egl_ftable.h | 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
|
D | egl.cpp | 323 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function 325 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl_ftable.h | 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
|
D | egl.cpp | 1281 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
|
/device/generic/vulkan-cereal/include/OpenGLESDispatch/ |
D | RenderEGL_functions.h | 18 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
|
D | RenderEGL_static_translator_namespaced_header.h | 18 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativ…
|
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/ |
D | render_egl.entries | 18 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativeWindowType native_…
|
/device/google/cuttlefish/host/libs/graphics_detector/ |
D | egl_funcs.h | 38 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 13 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const …
|
/device/generic/vulkan-cereal/stream-servers/gl/ |
D | DisplaySurfaceGl.cpp | 154 EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr); in createWindowSurface()
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | egl.h | 265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglOsApi_egl.cpp | 113 X(EGLSurface, eglCreateWindowSurface, \ 691 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface()
|
D | EglImp.cpp | 769 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface() function
|
/device/google/cuttlefish/host/libs/graphics_detector/include/EGL/ |
D | egl.h | 155 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 521 s_egl.eglCreateWindowSurface(rc->dpy, surface->config, native_window, nullptr); in rcSetWindowColorBuffer()
|