Searched refs:eglReleaseThread (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp60 eglReleaseThread(); \
102 eglReleaseThread();
108 eglReleaseThread();
/frameworks/native/opengl/libs/EGL/
H A Degl_tls.cpp64 pthread_key_create(&sKey, (void (*)(void*))&eglReleaseThread);
H A DeglApi.cpp1364 EGLBoolean eglReleaseThread(void) function
1377 if (cnx->dso && cnx->egl.eglReleaseThread) {
1378 cnx->egl.eglReleaseThread();
/frameworks/native/opengl/tools/glgen/specs/egl/
H A DEGL14.spec17 EGLBoolean eglReleaseThread ( void )
/frameworks/av/cmds/screenrecord/
H A DEglWindow.cpp179 eglReleaseThread();
/frameworks/base/libs/hwui/tests/
H A Dnullegl.cpp104 EGLBoolean eglReleaseThread(void) { function
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java118 boolean eglReleaseThread(); method in interface:EGL10
/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/libs/hwui/renderthread/
H A DEglManager.cpp212 eglReleaseThread();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java35 public native boolean eglReleaseThread(); method in class:EGLImpl
/frameworks/native/opengl/include/EGL/
H A Degl.h282 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseThread(void);
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto793 eglReleaseThread = 2032;
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DSurfaceTextureRenderer.java506 EGL14.eglReleaseThread();
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp188 return EglBoolToJBool(eglReleaseThread());
541 {"eglReleaseThread","()Z", (void*)jni_eglReleaseThread },
H A Dandroid_opengl_EGL14.cpp861 /* EGLBoolean eglReleaseThread ( void ) */
866 _returnValue = eglReleaseThread();
1254 {"eglReleaseThread", "()Z", (void *) android_eglReleaseThread },
/frameworks/native/opengl/libagl/
H A Degl.cpp2010 EGLBoolean eglReleaseThread(void) function
2012 // TODO: eglReleaseThread()

Completed in 792 milliseconds