Home
last modified time | relevance | path

Searched refs:readdraw (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java147 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument
148 long value = _eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
165 private native long _eglGetCurrentSurface(int readdraw); in _eglGetCurrentSurface() argument
/frameworks/base/core/jni/
Dcom_google_android_gles_jni_EGLImpl.cpp374 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { in jni_eglGetCurrentSurface() argument
375 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) { in jni_eglGetCurrentSurface()
379 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
Dandroid_opengl_EGL14.cpp1096 (JNIEnv *_env, jobject _this, jint readdraw) { in android_eglGetCurrentSurface() argument
1099 (EGLint)readdraw in android_eglGetCurrentSurface()
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument
220 arg("readdraw", readdraw); in eglGetCurrentSurface()
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
DEGL14.java425 int readdraw in eglGetCurrentSurface() argument
/frameworks/native/opengl/tools/glgen/specs/egl/
DEGL14.spec27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java110 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() argument
/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() argument
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp204 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument
208 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
Degl_platform_entries.cpp1134 EGLSurface eglGetCurrentSurfaceImpl(EGLint readdraw) in eglGetCurrentSurfaceImpl() argument
1143 switch (readdraw) { in eglGetCurrentSurfaceImpl()
/frameworks/native/opengl/include/EGL/
Degl.h132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/native/opengl/libagl/
Degl.cpp1869 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument
1877 if (readdraw == EGL_READ) { in eglGetCurrentSurface()
1879 } else if (readdraw == EGL_DRAW) { in eglGetCurrentSurface()