HomeSort by relevance Sort by last modified time
    Searched refs:_eglCreateWindowSurfaceTexture (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.java 11 private static native EGLSurface _eglCreateWindowSurfaceTexture(
40 surface = _eglCreateWindowSurfaceTexture(dpy, config,
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 229 private static native EGLSurface _eglCreateWindowSurfaceTexture(
258 surface = _eglCreateWindowSurfaceTexture(dpy, config,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 94 eglSurfaceId = _eglCreateWindowSurfaceTexture(display, config,
152 private native int _eglCreateWindowSurfaceTexture(EGLDisplay display, EGLConfig config, Object native_window, int[] attrib_list);

Completed in 100 milliseconds