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

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

Completed in 53 milliseconds