Home
last modified time | relevance | path

Searched refs:win (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish/opengl/system/egl/
Degl.cpp617 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() argument
623 if (win == 0) { in eglCreateWindowSurface()
634 if (static_cast<ANativeWindow*>(win)->common.magic != ANDROID_NATIVE_WINDOW_MAGIC) { in eglCreateWindowSurface()
639 &s_display, config, EGL_WINDOW_BIT, static_cast<ANativeWindow*>(win)); in eglCreateWindowSurface()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl.cpp359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() argument
361 EGLSurface surface = getDispatch()->eglCreateWindowSurface(dpy, config, win, attrib_list); in eglCreateWindowSurface()