Home
last modified time | relevance | path

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

/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java71 long eglSurfaceId = _eglCreatePbufferSurface(display, config, attrib_list); in eglCreatePbufferSurface()
158 …private native long _eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_li… in _eglCreatePbufferSurface() method in EGLImpl