Home
last modified time | relevance | path

Searched refs:_eglCreateWindowSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.java3 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() method
38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()
DeglCreateWindowSurface.nativeReg1 {"_eglCreateWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Objec…
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java92 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list); in eglCreateWindowSurface()
151 …private native long _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_wi… in _eglCreateWindowSurface() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGL14.java228 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() method in EGL14
263 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()