Home
last modified time | relevance | path

Searched refs:eglGetCurrentSurface (Results 1 – 25 of 25) 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/libEGL/
Dstubs_arm.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
201 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglGetCurrentSurface); in init_stub_library()
Dstubs_arm64.cc87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglGetCurrentSurface);
201 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/native/cmds/flatland/
DGLHelper.cpp169 if (eglGetCurrentSurface(EGL_READ) == *surface || in destroySurface()
170 eglGetCurrentSurface(EGL_DRAW) == *surface) { in destroySurface()
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java110 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() method
/frameworks/native/opengl/tests/angeles/include/GLES/
Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp136 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function
/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.java424 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.cpp204 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() function
208 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
/frameworks/native/opengl/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DGLTextureViewActivity.java353 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java306 !mEglSurface.equals(mEgl.eglGetCurrentSurface(EGL10.EGL_DRAW))) { in checkCurrent()
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp379 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
Dandroid_opengl_EGL14.cpp1098 _returnValue = eglGetCurrentSurface( in android_eglGetCurrentSurface()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp541 sur = eglGetCurrentSurface(EGL_DRAW); in TEST_F()
/frameworks/native/opengl/libagl/
Degl.cpp1869 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() function
/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/non-updatable-api/
Dcurrent.txt31285 method public static android.opengl.EGLSurface eglGetCurrentSurface(int);
75952 method public javax.microedition.khronos.egl.EGLSurface eglGetCurrentSurface(int);
/frameworks/base/api/
Dcurrent.txt31429 method public static android.opengl.EGLSurface eglGetCurrentSurface(int);
76096 method public javax.microedition.khronos.egl.EGLSurface eglGetCurrentSurface(int);