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

/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java104 public synchronized EGLContext eglGetCurrentContext() { method in class:EGLImpl
/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();
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java107 EGLContext eglGetCurrentContext(); method in interface:EGL10
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp1214 EGLContext eglGetCurrentContext(void) function
/frameworks/base/opengl/libagl/
H A Degl.cpp1849 EGLContext eglGetCurrentContext(void) function
1851 // eglGetCurrentContext returns the current EGL rendering context,

Completed in 41 milliseconds