Searched defs:eglGetCurrentContext (Results 1 - 8 of 8) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp1801 EGLContext eglGetCurrentContext(void) function
1803 // eglGetCurrentContext returns the current EGL rendering context,
2100 if (eglGetCurrentContext() == EGL_NO_CONTEXT) {
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp800 EGLContext eglGetCurrentContext(void) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1578 const GLMessage_Function GLMessage::eglGetCurrentContext; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1926 static const Function eglGetCurrentContext = GLMessage_Function_eglGetCurrentContext; member in class:android::gltrace::GLMessage
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java118 public synchronized EGLContext eglGetCurrentContext() { method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java107 EGLContext eglGetCurrentContext(); method in interface:EGL10
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java414 // C function EGLContext eglGetCurrentContext ( void )
416 public static native EGLContext eglGetCurrentContext( method in class:EGL14
H A DEGLLogWrapper.java196 public EGLContext eglGetCurrentContext() { method in class:EGLLogWrapper
197 begin("eglGetCurrentContext");
200 EGLContext result = mEgl10.eglGetCurrentContext();

Completed in 97 milliseconds