Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DGLHelper.java44 import static android.opengl.EGL14.eglMakeCurrent;
126 eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext); in retrieveTextureSizeFromGL()
133 eglMakeCurrent(eglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in retrieveTextureSizeFromGL()
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp89 eglMakeCurrent(display(), EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in Deactivate()
104 eglMakeCurrent(display(), surface(), surface(), context()); in Activate()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java233 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface()
269 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java354 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in checkCurrent()
395 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in initGL()
H A DSingleFrameTextureViewTestActivity.java159 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in onSurfaceTextureAvailable()
/aosp14/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java307 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in checkCurrent()
348 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in initGL()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java115 …boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGLContext contex… in eglMakeCurrent() method
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java214 mEgl.eglMakeCurrent(mDisplay, surface(), surface(), mContext); in focus()
225 egl.eglMakeCurrent(egl.eglGetCurrentDisplay(), in focusNone()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java263 public boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent() method in EGLLogWrapper
271 boolean result = mEgl10.eglMakeCurrent(display, draw, read, context); in eglMakeCurrent()
H A DEGL14.java411 public static native boolean eglMakeCurrent( in eglMakeCurrent() method in EGL14
H A DGLSurfaceView.java1125 if (!mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) { in createSurface()
1185 mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, in destroySurfaceImp()
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java47 …public native boolean eglMakeCurrent(EGLDisplay display, EGLSurface draw, EGLSurface read, EGL… in eglMakeCurrent() method in EGLImpl
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp525 eglMakeCurrent(mEglDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in destroy()
542 if (!eglMakeCurrent(mEglDisplay, surface, surface, mEglContext)) { in makeCurrent()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java773 if (!EGL14.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext)) {
782 EGL14.eglMakeCurrent(mEglDisplay,
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp595 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) { in readyToRun()
686 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in resizeSurface()
696 if (eglMakeCurrent(mDisplay, surface, surface, mContext) == EGL_FALSE) { in resizeSurface()
829 eglMakeCurrent(mDisplay, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT); in threadLoop()
/aosp14/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp411 return EglBoolToJBool(eglMakeCurrent(dpy, sdr, srd, ctx)); in jni_eglMakeCurrent()
H A Dandroid_opengl_EGL14.cpp1075 _returnValue = eglMakeCurrent( in android_eglMakeCurrent()
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java2677 egl.eglMakeCurrent(display, surface, surface, context);
2690 … egl.eglMakeCurrent(display, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29446 …method public static boolean eglMakeCurrent(android.opengl.EGLDisplay, android.opengl.EGLSurface, …
60879 …method public boolean eglMakeCurrent(javax.microedition.khronos.egl.EGLDisplay, javax.microedition…