Searched refs:readdraw (Results 1 – 11 of 11) 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
429 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { in jni_eglGetCurrentSurface() argument430 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) { in jni_eglGetCurrentSurface()434 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
1112 (JNIEnv *_env, jobject _this, jint readdraw) { in android_eglGetCurrentSurface() argument1115 (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);
811 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument822 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()