Searched refs:_eglCreateWindowSurfaceTexture (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.java11 private static native EGLSurface _eglCreateWindowSurfaceTexture( method
40 surface = _eglCreateWindowSurfaceTexture(dpy, config,
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java236 private static native EGLSurface _eglCreateWindowSurfaceTexture( method in class:EGL14
265 surface = _eglCreateWindowSurfaceTexture(dpy, config,
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java94 eglSurfaceId = _eglCreateWindowSurfaceTexture(display, config,
152 private native long _eglCreateWindowSurfaceTexture(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list); method in class:EGLImpl

Completed in 424 milliseconds