Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/egl/
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl.cpp856 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl_dispatch.h30 eglCreateWindowSurface_t eglCreateWindowSurface; member
75 …ndowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurfac… in set_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/include/EGL/
Degl.h265 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config,