Searched refs:readdraw (Results 1 – 11 of 11) 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
370 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { in jni_eglGetCurrentSurface() argument371 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) { in jni_eglGetCurrentSurface()375 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);
204 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument208 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
1128 EGLSurface eglGetCurrentSurfaceImpl(EGLint readdraw) in eglGetCurrentSurfaceImpl() argument1137 switch (readdraw) { in eglGetCurrentSurfaceImpl()
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);