Searched refs:_eglCreateWindowSurface (Results 1 – 5 of 5) 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/android/opengl/ |
D | EGL14.java | 230 private static native EGLSurface _eglCreateWindowSurface( in _eglCreateWindowSurface() method in EGL14 265 surface = _eglCreateWindowSurface(dpy, config, sur, attrib_list, offset); in eglCreateWindowSurface()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 101 eglSurfaceId = _eglCreateWindowSurface(display, config, sur, attrib_list); in eglCreateWindowSurface() 160 …private native long _eglCreateWindowSurface(EGLDisplay display, EGLConfig config, Object native_wi… in _eglCreateWindowSurface() method in EGLImpl
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 48320 Landroid/opengl/EGL14;->_eglCreateWindowSurface(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLConfi…
|