Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
Degl_ftable.h28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
Degl.cpp617 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.cpp359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()