Searched defs:eglCreateWindowSurface (Results 1 - 9 of 9) 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/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/libs/EGL/
H A DeglApi.cpp400 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, function
413 ALOGE("eglCreateWindowSurface: native_window_api_connect (win=%p) "
509 EGLSurface surface = cnx->egl.eglCreateWindowSurface(
/frameworks/native/opengl/libagl/
H A Degl.cpp1552 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1570 const GLMessage_Function GLMessage::eglCreateWindowSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1918 static const Function eglCreateWindowSurface = GLMessage_Function_eglCreateWindowSurface; member in class:android::gltrace::GLMessage

Completed in 433 milliseconds