Searched refs:eglCreateWindowSurface (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | egl_ftable.h | 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
|
D | egl.cpp | 617 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | egl_ftable.h | 28 {"eglCreateWindowSurface", (void *)eglCreateWindowSurface},
|
D | egl_dispatch.h | 30 eglCreateWindowSurface_t eglCreateWindowSurface; member 75 …ndowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurfac… in set_eglCreateWindowSurface()
|
D | egl.cpp | 359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() function 361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()
|