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

/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/libs/EGL/
H A DeglApi.cpp811 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
/frameworks/native/opengl/libagl/
H A Degl.cpp1809 EGLSurface eglGetCurrentSurface(EGLint readdraw) function
1811 // eglGetCurrentSurface returns the read or draw surface attached
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1579 const GLMessage_Function GLMessage::eglGetCurrentSurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1927 static const Function eglGetCurrentSurface = GLMessage_Function_eglGetCurrentSurface; member in class:android::gltrace::GLMessage

Completed in 74 milliseconds