Searched refs:readdraw (Results 1 – 12 of 12) sorted by relevance
138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument139 long value = _eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()156 private native long _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()
422 int readdraw in eglGetCurrentSurface() argument
425 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { in jni_eglGetCurrentSurface() argument426 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) { in jni_eglGetCurrentSurface()430 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
1088 (JNIEnv *_env, jobject _this, jint readdraw) { in android_eglGetCurrentSurface() argument1091 (EGLint)readdraw in android_eglGetCurrentSurface()
109 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() argument
27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
139 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument
216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
1827 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument1835 if (readdraw == EGL_READ) { in eglGetCurrentSurface()1837 } else if (readdraw == EGL_DRAW) { in eglGetCurrentSurface()
845 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument856 switch (readdraw) { in eglGetCurrentSurface()