Searched defs:eglGetCurrentSurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp139 EGLSurface eglGetCurrentSurface(EGLint readdraw) { function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java218 public EGLSurface eglGetCurrentSurface(int readdraw) { method in class:EGLLogWrapper
219 begin("eglGetCurrentSurface");
223 EGLSurface result = mEgl10.eglGetCurrentSurface(readdraw);
H A DEGL14.java419 // C function EGLSurface eglGetCurrentSurface ( EGLint readdraw )
421 public static native EGLSurface eglGetCurrentSurface( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java138 public synchronized EGLSurface eglGetCurrentSurface(int readdraw) { method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java109 EGLSurface eglGetCurrentSurface(int readdraw); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1837 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
1839 // eglGetCurrentSurface returns the read or draw surface attached
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp834 EGLSurface eglGetCurrentSurface(EGLint readdraw) function

Completed in 161 milliseconds