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()
1097 (JNIEnv *_env, jobject _this, jint readdraw) { in android_eglGetCurrentSurface() argument1100 (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()
426 int readdraw in eglGetCurrentSurface() argument
27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
111 EGLSurface eglGetCurrentSurface(int readdraw); in eglGetCurrentSurface() argument
216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
203 EGLSurface eglGetCurrentSurface(EGLint readdraw) { in eglGetCurrentSurface() argument207 return cnx->platform.eglGetCurrentSurface(readdraw); in eglGetCurrentSurface()
1081 EGLSurface eglGetCurrentSurfaceImpl(EGLint readdraw) { in eglGetCurrentSurfaceImpl() argument1089 switch (readdraw) { in eglGetCurrentSurfaceImpl()
132 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface (EGLint readdraw);