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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp135 EGLContext eglGetCurrentContext(void) { function
/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.java414 // C function EGLContext eglGetCurrentContext ( void )
416 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/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java107 EGLContext eglGetCurrentContext(); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1829 EGLContext eglGetCurrentContext(void) function
1831 // eglGetCurrentContext returns the current EGL rendering context,
2128 if (eglGetCurrentContext() == EGL_NO_CONTEXT) {
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp823 EGLContext eglGetCurrentContext(void) function

Completed in 1408 milliseconds