Searched refs:_eglCreateWindowSurface (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreateWindowSurface.java | 3 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() method 38 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()
|
D | eglCreateWindowSurface.nativeReg | 1 {"_eglCreateWindowSurface", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfig;Ljava/lang/Objec…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 92 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/ |
D | EGL14.java | 228 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() method in EGL14 263 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()
|