Searched refs:readdraw (Results 1 – 13 of 13) sorted by relevance
147 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument148 long value = _eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()165 private native long _eglGetCurrentSurface(int readdraw); in _eglGetCurrentSurface() argument
374 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { in jni_eglGetCurrentSurface() argument375 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) { in jni_eglGetCurrentSurface()379 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw)); in jni_eglGetCurrentSurface()
1096 (JNIEnv *_env, jobject _this, jint readdraw) { in android_eglGetCurrentSurface() argument1099 (EGLint)readdraw in android_eglGetCurrentSurface()
218 public EGLSurface eglGetCurrentSurface(int readdraw) { in eglGetCurrentSurface() argument220 arg("readdraw", readdraw); in eglGetCurrentSurface()223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
425 int readdraw in eglGetCurrentSurface() argument
27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
110 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() argument
216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
136 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument
204 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument208 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
1134 EGLSurface eglGetCurrentSurfaceImpl(EGLint readdraw) in eglGetCurrentSurfaceImpl() argument1143 switch (readdraw) { in eglGetCurrentSurfaceImpl()
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);
1869 EGLSurface eglGetCurrentSurface(EGLint readdraw) in eglGetCurrentSurface() argument1877 if (readdraw == EGL_READ) { in eglGetCurrentSurface()1879 } else if (readdraw == EGL_DRAW) { in eglGetCurrentSurface()