Searched refs:readdraw (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { argument
139 int value = _eglGetCurrentSurface(readdraw);
156 private native int _eglGetCurrentSurface(int readdraw); argument
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec27 EGLSurface eglGetCurrentSurface ( EGLint readdraw )
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { argument
220 arg("readdraw", readdraw);
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw);
H A DEGL14.java400 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
403 int readdraw
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java109 EGLSurface eglGetCurrentSurface(int readdraw); argument
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp424 static jint jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { argument
425 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) {
429 return (jint)eglGetCurrentSurface(readdraw);
H A Dandroid_opengl_EGL14.cpp1086 /* EGLSurface eglGetCurrentSurface ( EGLint readdraw ) */
1089 (JNIEnv *_env, jobject _this, jint readdraw) {
1092 (EGLint)readdraw
1088 android_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) argument
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h216 GLAPI EGLSurface APIENTRY eglGetCurrentSurface (EGLint readdraw);
/frameworks/native/opengl/include/EGL/
H A Degl.h305 EGLAPI EGLSurface EGLAPIENTRY eglGetCurrentSurface(EGLint readdraw);
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp809 EGLSurface eglGetCurrentSurface(EGLint readdraw) argument
820 switch (readdraw) {
/frameworks/native/opengl/libagl/
H A Degl.cpp1809 EGLSurface eglGetCurrentSurface(EGLint readdraw) argument
1817 if (readdraw == EGL_READ) {
1819 } else if (readdraw == EGL_DRAW) {

Completed in 384 milliseconds