Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface (Results 1 – 16 of 16) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h30 eglCreateWindowSurface_t eglCreateWindowSurface; member
75 …ndowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurfac… in set_eglCreateWindowSurface()
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl.cpp323 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/
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl.cpp1281 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
/device/generic/vulkan-cereal/include/OpenGLESDispatch/
DRenderEGL_functions.h18 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
DRenderEGL_static_translator_namespaced_header.h18 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativ…
/device/generic/vulkan-cereal/stream-servers/gl/OpenGLESDispatch/
Drender_egl.entries18 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, EGLNativeWindowType native_…
/device/google/cuttlefish/host/libs/graphics_detector/
Degl_funcs.h38 …X(EGLSurface, eglCreateWindowSurface, (EGLDisplay display, EGLConfig config, EGLNativeWindowType n…
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries13 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const …
/device/generic/vulkan-cereal/stream-servers/gl/
DDisplaySurfaceGl.cpp154 EGLSurface surface = s_egl.eglCreateWindowSurface(display, config, window, nullptr); in createWindowSurface()
/device/generic/goldfish-opengl/system/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglOsApi_egl.cpp113 X(EGLSurface, eglCreateWindowSurface, \
691 EGLSurface surface = mDispatcher.eglCreateWindowSurface( in createWindowSurface()
DEglImp.cpp769 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface() function
/device/google/cuttlefish/host/libs/graphics_detector/include/EGL/
Degl.h155 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, EGLNativeWi…
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp521 s_egl.eglCreateWindowSurface(rc->dpy, surface->config, native_window, nullptr); in rcSetWindowColorBuffer()