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 long value = _eglGetCurrentSurface(readdraw);
156 private native long _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.java419 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
422 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.cpp429 static jlong jni_eglGetCurrentSurface(JNIEnv *_env, jobject _this, jint readdraw) { argument
430 if ((readdraw != EGL_READ) && (readdraw != EGL_DRAW)) {
434 return reinterpret_cast<jlong>(eglGetCurrentSurface(readdraw));
H A Dandroid_opengl_EGL14.cpp1109 /* EGLSurface eglGetCurrentSurface ( EGLint readdraw ) */
1112 (JNIEnv *_env, jobject _this, jint readdraw) {
1115 (EGLint)readdraw
1111 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.cpp811 EGLSurface eglGetCurrentSurface(EGLint readdraw) argument
822 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 1277 milliseconds