/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 38 import static android.opengl.EGL14.eglCreatePbufferSurface; 125 eglCreatePbufferSurface(eglDisplay, eglConfig, attrs, 0 /* offset */); in retrieveTextureSizeFromGL()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 101 EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list); in eglCreatePbufferSurface() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 94 public EGLSurface eglCreatePbufferSurface(EGLDisplay display, in eglCreatePbufferSurface() method in EGLLogWrapper 102 EGLSurface result = mEgl10.eglCreatePbufferSurface(display, config, in eglCreatePbufferSurface()
|
H A D | EGL14.java | 281 public static native EGLSurface eglCreatePbufferSurface( in eglCreatePbufferSurface() method in EGL14
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 70 …public EGLSurface eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, int[] attrib_list)… in eglCreatePbufferSurface() method in EGLImpl
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 393 return egl.eglCreatePbufferSurface(display, eglConfig, attribs); in createSurface()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 380 mPBufferSurface = eglCreatePbufferSurface(mEglDisplay, mEglConfig, attribs); in createPBufferSurface()
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 245 EGLSurface sur = eglCreatePbufferSurface(dpy, cnf, base); in jni_eglCreatePbufferSurface()
|
H A D | android_opengl_EGL14.cpp | 716 _returnValue = eglCreatePbufferSurface( in android_eglCreatePbufferSurface()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 2670 EGLSurface surface = egl.eglCreatePbufferSurface(display, config, surfaceSize);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29433 …method public static android.opengl.EGLSurface eglCreatePbufferSurface(android.opengl.EGLDisplay, … 60866 …method public javax.microedition.khronos.egl.EGLSurface eglCreatePbufferSurface(javax.microedition…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22716 HSPLcom/google/android/gles_jni/EGLImpl;->eglCreatePbufferSurface(Ljavax/microedition/khronos/egl/E…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 23790 HSPLcom/google/android/gles_jni/EGLImpl;->eglCreatePbufferSurface(Ljavax/microedition/khronos/egl/E…
|