Searched defs:eglCreateWindowSurface (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java1 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
19 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, method
44 "eglCreateWindowSurface() can only be called with an instance of " +
/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp82 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java125 public EGLSurface eglCreateWindowSurface(EGLDisplay display, method in class:EGLLogWrapper
127 begin("eglCreateWindowSurface");
134 EGLSurface result = mEgl10.eglCreateWindowSurface(display, config,
H A DEGL14.java226 // C function EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list )
244 public static EGLSurface eglCreateWindowSurface(EGLDisplay dpy, method in class:EGL14
269 "eglCreateWindowSurface() can only be called with an instance of " +
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java78 public EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list) { method in class:EGLImpl
98 "eglCreateWindowSurface() can only be called with an instance of " +
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java102 EGLSurface eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1580 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp448 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, function
461 ALOGE("eglCreateWindowSurface: native_window_api_connect (win=%p) "
540 EGLSurface surface = cnx->egl.eglCreateWindowSurface(

Completed in 367 milliseconds