Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/native/core/
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()
/frameworks/libs/native_bridge_support/android_api/libEGL/
Dstubs_riscv64.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
211 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCurrentSurface); in init_stub_library()
Dstubs_arm64.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
211 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCurrentSurface); in init_stub_library()
Dstubs_arm.cc92 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
211 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCurrentSurface); in init_stub_library()
/frameworks/native/opengl/libs/
DlibEGL.map.txt36 eglGetCurrentSurface;
Dplatform_entries.in21 EGL_ENTRY(EGLSurface, eglGetCurrentSurface, EGLint)
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java111 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() method
/frameworks/native/cmds/flatland/
DGLHelper.cpp171 if (eglGetCurrentSurface(EGL_READ) == *surface || in destroySurface()
172 eglGetCurrentSurface(EGL_DRAW) == *surface) { in destroySurface()
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() method in EGLLogWrapper
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
DEGL14.java425 public static native EGLSurface eglGetCurrentSurface( in eglGetCurrentSurface() method in EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java147 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() method in EGLImpl
/frameworks/native/opengl/libs/EGL/
Degl_entries.in17 EGL_ENTRY(EGLSurface, eglGetCurrentSurface, EGLint)
DeglApi.cpp203 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function
207 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
/frameworks/native/opengl/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java306 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java353 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp375 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
Dandroid_opengl_EGL14.cpp1099 _returnValue = eglGetCurrentSurface( in android_eglGetCurrentSurface()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp529 sur = eglGetCurrentSurface(EGL_DRAW); in TEST_F()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18675 method public static android.opengl.EGLSurface eglGetCurrentSurface(int);
51690 method public abstract javax.microedition.khronos.egl.EGLSurface eglGetCurrentSurface(int);
/frameworks/base/core/api/
Dcurrent.txt29534 method public static android.opengl.EGLSurface eglGetCurrentSurface(int);
61546 method public javax.microedition.khronos.egl.EGLSurface eglGetCurrentSurface(int);