/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/ |
H A D | GLHelper.java | 37 import static android.opengl.EGL14.eglCreateContext; 114 EGLContext eglContext = eglCreateContext( in retrieveTextureSizeFromGL()
|
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 100 …EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context, int[]… in eglCreateContext() method
|
/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 78 public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() method in EGLLogWrapper 87 EGLContext result = mEgl10.eglCreateContext(display, config, in eglCreateContext()
|
H A D | EGL14.java | 394 public static native EGLContext eglCreateContext( in eglCreateContext() method in EGL14
|
H A D | GLSurfaceView.java | 797 return egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, in createContext()
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | SingleFrameTextureViewTestActivity.java | 168 … return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in onSurfaceTextureAvailable()
|
H A D | GLTextureViewActivity.java | 406 … return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 62 …public EGLContext eglCreateContext(EGLDisplay display, EGLConfig config, EGLContext share_context,… in eglCreateContext() method in EGLImpl
|
/aosp14/frameworks/base/media/mca/filterfw/native/core/ |
H A D | gl_env.cpp | 180 contexts_[0] = eglCreateContext(display(), in InitWithNewContext()
|
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 142 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attribList); in createContext()
|
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 357 return egl.eglCreateContext(eglDisplay, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | RenderTarget.java | 385 EGLContext ctxt = egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, attrib_list); in createContext()
|
/aosp14/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 367 mEglContext = eglCreateContext( in createContext()
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 230 EGLContext ctx = eglCreateContext(dpy, cnf, shr, base); in jni_eglCreateContext()
|
H A D | android_opengl_EGL14.cpp | 1031 _returnValue = eglCreateContext( in android_eglCreateContext()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 675 mEglContext = EGL14.eglCreateContext(mEglDisplay, mEglConfig, EGL14.EGL_NO_CONTEXT,
|
/aosp14/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 590 EGLContext context = eglCreateContext(display, config, nullptr, contextAttributes); in readyToRun()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerShellCommand.java | 2663 egl.eglCreateContext(display, config, EGL10.EGL_NO_CONTEXT, contextAttribs);
|
/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 | 29431 …method public static android.opengl.EGLContext eglCreateContext(android.opengl.EGLDisplay, android… 60865 …method public javax.microedition.khronos.egl.EGLContext eglCreateContext(javax.microedition.khrono…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 22715 HSPLcom/google/android/gles_jni/EGLImpl;->eglCreateContext(Ljavax/microedition/khronos/egl/EGLDispl…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 23789 HSPLcom/google/android/gles_jni/EGLImpl;->eglCreateContext(Ljavax/microedition/khronos/egl/EGLDispl…
|