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

/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java319 public boolean eglReleaseThread() { method in class:EGLLogWrapper
320 begin("eglReleaseThread");
322 boolean result = mEgl10.eglReleaseThread();
H A DEGL14.java328 // C function EGLBoolean eglReleaseThread ( void )
330 public static native boolean eglReleaseThread( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java35 public native boolean eglReleaseThread(); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java118 boolean eglReleaseThread(); method in interface:EGL10
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp1300 EGLBoolean eglReleaseThread(void) function
1313 if (cnx->dso && cnx->egl.eglReleaseThread) {
1314 cnx->egl.eglReleaseThread();
/frameworks/native/opengl/libagl/
H A Degl.cpp1983 EGLBoolean eglReleaseThread(void) function
1985 // TODO: eglReleaseThread()
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1596 const GLMessage_Function GLMessage::eglReleaseThread; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1944 static const Function eglReleaseThread = GLMessage_Function_eglReleaseThread; member in class:android::gltrace::GLMessage

Completed in 823 milliseconds