Searched refs:readdraw (Results 1 – 11 of 11) sorted by relevance
138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument139 int value = _eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()156 private native int _eglGetCurrentSurface(int readdraw); in _eglGetCurrentSurface() argument
218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument220 arg("readdraw", readdraw); in eglGetCurrentSurface()223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
403 int readdraw in eglGetCurrentSurface() argument
424 static jint jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { in jni_eglGetCurrentSurface() argument425 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) { in jni_eglGetCurrentSurface()429 return (jint)eglGetCurrentSurface(readdraw); in jni_eglGetCurrentSurface()
1089 (JNIEnv *_env, jobject _this, jint readdraw) { in android_eglGetCurrentSurface() argument1092 (EGLint)readdraw in android_eglGetCurrentSurface()
27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
109 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() argument
216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
809 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument820 switch (readdraw) { in eglGetCurrentSurface()
1809 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument1817 if (readdraw == EGL_READ) { in eglGetCurrentSurface()1819 } else if (readdraw == EGL_DRAW) { in eglGetCurrentSurface()