Home
last modified time | relevance | path

Searched refs:eglGetCurrentSurface (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.cpp97 surface() != eglGetCurrentSurface(EGL_DRAW)) { in Activate()
122 surfaces_[0] = SurfaceWindowPair(eglGetCurrentSurface(EGL_DRAW), NULL); in InitWithCurrentContext()
195 && surface() == eglGetCurrentSurface(EGL_DRAW); in IsActive()
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
201 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCurrentSurface); in init_stub_library()
H A Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
201 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCurrentSurface); in init_stub_library()
/aosp12/frameworks/native/cmds/flatland/
H A DGLHelper.cpp168 if (eglGetCurrentSurface(EGL_READ) == *surface || in destroySurface()
169 eglGetCurrentSurface(EGL_DRAW) == *surface) { in destroySurface()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt36 eglGetCurrentSurface;
H A Dplatform_entries.in21 EGL_ENTRY(EGLSurface, eglGetCurrentSurface, EGLint)
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java111 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() method
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() method in EGLLogWrapper
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
H A DEGL14.java425 public static native EGLSurface eglGetCurrentSurface( in eglGetCurrentSurface() method in EGL14
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java147 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() method in EGLImpl
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in17 EGL_ENTRY(EGLSurface, eglGetCurrentSurface, EGLint)
H A DeglApi.cpp203 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function
207 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp57 callerContext->eglSurface = eglGetCurrentSurface(EGL_DRAW); in engine_backup()
/aosp12/frameworks/native/opengl/include/EGL/
H A Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/aosp12/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java147 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/
H A DFireflyRenderer.java282 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java353 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java306 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/aosp12/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp375 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
H A Dandroid_opengl_EGL14.cpp1098 _returnValue = eglGetCurrentSurface( in android_eglGetCurrentSurface()
/aosp12/frameworks/native/libs/gui/tests/
H A DSurfaceTextureClient_test.cpp539 sur = eglGetCurrentSurface(EGL_DRAW); in TEST_F()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27660 method public static android.opengl.EGLSurface eglGetCurrentSurface(int);
56943 method public javax.microedition.khronos.egl.EGLSurface eglGetCurrentSurface(int);

12